Code

Move split_cmdline() to alias.c
[git.git] / Documentation / git-pack-objects.txt
index 35d1856b55edc9feb87eb162a56ffd7c9fe15f2f..f4d8d68e34b223f6ed06bceca706f9b91232c15f 100644 (file)
@@ -79,7 +79,8 @@ base-name::
        reference was included in the resulting packfile.  This
        can be useful to send new tags to native git clients.
 
---window=[N], --depth=[N]::
+--window=[N]::
+--depth=[N]::
        These two options affect how the objects contained in
        the pack are stored using delta compression.  The
        objects are first internally sorted by type, size and
@@ -208,4 +209,4 @@ linkgit:git-prune-packed[1]
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite