diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-01 18:15:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-01 18:15:59 -0400 |
commit | 6f3912350cecf2207002231d45c30a42ee8999f4 (patch) | |
tree | eda83c106f203ab95e803ba2933b9aefa9536e11 | |
parent | b2a57097a7ae9144816eca4bdd5c4f158e9f171a (diff) |
fsck --all should, perhaps, check every file in every ref
-rw-r--r-- | doc/todo/add_-all_option.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/add_-all_option.mdwn b/doc/todo/add_-all_option.mdwn index e6fa0b339..351d2573e 100644 --- a/doc/todo/add_-all_option.mdwn +++ b/doc/todo/add_-all_option.mdwn @@ -5,7 +5,8 @@ every keys with content not present). 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`). Or when you have a lot of branches and just want to be able to fsck -every file referenced in any branch. It could also be useful (or even a +every file referenced in any branch (or indeed, any file referenced in any +ref). 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 |