diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-15 14:02:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-15 14:02:23 -0400 |
commit | 3d1b94998a0aff3d08cf8648ae977614412e8138 (patch) | |
tree | 1988b7e23d1bf4414cc6717fd010f0e0bb6bac12 /Annex | |
parent | d8365c862bd88536c108262f4bfeea450128c119 (diff) |
Add plumbing-level lookupkey command.
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/CatFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/CatFile.hs b/Annex/CatFile.hs index 812d032c6..54a4d1099 100644 --- a/Annex/CatFile.hs +++ b/Annex/CatFile.hs @@ -119,7 +119,7 @@ catKeyChecked needhead ref@(Ref r) = - For command-line git-annex use, that doesn't matter. It's perfectly - reasonable for things staged in the index after the currently running - git-annex process to not be noticed by it. However, we do want to see - - what's in the index, since it may have uncommitted changes not in HEAD> + - what's in the index, since it may have uncommitted changes not in HEAD - - For the assistant, this is much more of a problem, since it commits - files and then needs to be able to immediately look up their keys. |