Autogenerated man pages for v1.4.2-g7099c
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 24 Aug 2006 07:37:48 +0000 (07:37 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 24 Aug 2006 07:37:48 +0000 (07:37 +0000)
man1/git-update-index.1

index 49ae3352f6afac655e173dbb29de638b10c05bb4..0d8e3bb1a639354c5e7ac8d107476e7e9e3c1aca 100755 (executable)
@@ -29,7 +29,7 @@ git-update-index \- Modifies the index or directory cache
              [\-\-cacheinfo <mode> <object> <file>]*
              [\-\-chmod=(+|\-)x]
              [\-\-assume\-unchanged | \-\-no\-assume\-unchanged]
-             [\-\-really\-refresh] [\-\-unresolve] [\-\-again]
+             [\-\-really\-refresh] [\-\-unresolve] [\-\-again | \-g]
              [\-\-info\-only] [\-\-index\-info]
              [\-z] [\-\-stdin]
              [\-\-verbose]
@@ -87,7 +87,7 @@ Set the execute permissions on the updated files\&.
 When these flags are specified, the object name recorded for the paths are not updated\&. Instead, these options sets and unsets the "assume unchanged" bit for the paths\&. When the "assume unchanged" bit is on, git stops checking the working tree files for possible modifications, so you need to manually unset the bit to tell git when you change the working tree file\&. This is sometimes helpful when working with a big project on a filesystem that has very slow lstat(2) system call (e\&.g\&. cifs)\&.
 
 .TP
-\-\-again
+\-\-again, \-g
 Runs git\-update\-index itself on the paths whose index entries are different from those from the HEAD commit\&.
 
 .TP