@@ -55,7 +55,7 @@ OPTIONS
5555 default behavior is to error out. This option makes
5656 'git-update-index' continue anyway.
5757
58- --ignore-submodules:
58+ --ignore-submodules::
5959 Do not try to update submodules. This option is only respected
6060 when passed before --refresh.
6161
@@ -78,9 +78,9 @@ OPTIONS
7878
7979--assume-unchanged::
8080--no-assume-unchanged::
81- When these flags are specified, the object name recorded
81+ When these flags are specified, the object names recorded
8282 for the paths are not updated. Instead, these options
83- sets and unsets the "assume unchanged" bit for the
83+ set and unset the "assume unchanged" bit for the
8484 paths. When the "assume unchanged" bit is on, git stops
8585 checking the working tree files for possible
8686 modifications, so you need to manually unset the bit to
@@ -122,7 +122,7 @@ you will need to handle the situation manually.
122122 'git-update-index' refuses an attempt to add `path/file`.
123123 Similarly if a file `path/file` exists, a file `path`
124124 cannot be added. With --replace flag, existing entries
125- that conflicts with the entry being added are
125+ that conflict with the entry being added are
126126 automatically removed with warning messages.
127127
128128--stdin::
0 commit comments