update
This commit is contained in:
parent
52fe8a17f3
commit
38b02de1a8
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ every keys with content not present).
|
||||||
This would be useful when a repository has a history with deleted files
|
This would be useful when a repository has a history with deleted files
|
||||||
whose content you want to keep (so you're not using `dropunused`).
|
whose content you want to keep (so you're not using `dropunused`).
|
||||||
Or when you have a lot of branches and just want to be able to fsck
|
Or when you have a lot of branches and just want to be able to fsck
|
||||||
every file referenced in any branch.
|
every file referenced in any branch. It could also be useful (or even a
|
||||||
|
good default) in a bare repository.
|
||||||
|
|
||||||
A problem with the idea is that `.gitattributes` values for keys not
|
A problem with the idea is that `.gitattributes` values for keys not
|
||||||
currently in the tree would not be available (without horrific anounts of
|
currently in the tree would not be available (without horrific anounts of
|
||||||
|
|
Loading…
Reference in a new issue