Skip to content

Commit e9cc3a0

Browse files
pks-tgitster
authored andcommitted
doc/git-repack: fix syntax for -g shorthand option
The `-g` switch is a shorthand for `--geometric=` and allows the user to specify the geometric. The documentation is wrong though and indicates that the syntax for the shorthand is `-g=<factor>`. In fact though, the option must be specified without the equals sign via `-g<factor>`. Fix the syntax accordingly. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43c8a30 commit e9cc3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-repack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ depth is 4095.
186186
Pass the `--delta-islands` option to `git-pack-objects`, see
187187
linkgit:git-pack-objects[1].
188188

189-
-g=<factor>::
189+
-g<factor>::
190190
--geometric=<factor>::
191191
Arrange resulting pack structure so that each successive pack
192192
contains at least `<factor>` times the number of objects as the

0 commit comments

Comments
 (0)