diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-05-22 08:47:19 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-22 23:21:29 -0700 |
commit | c30f9936b0e5cdced3d9cb859ce0d325ebe9c91d (patch) | |
tree | a000b4e18d185cc3a9adee3373e4f999b10a319e /Documentation/git-repack.txt | |
parent | 008442f5e798e511cc0cd5d9443552b0d107d558 (diff) | |
download | git-c30f9936b0e5cdced3d9cb859ce0d325ebe9c91d.tar.gz |
Clarify repack -n documentation
While repacking a local repository a coworker thought the -n option
was necessary to git-repack to keep it from updating some unknown
file on the central server we all share. Explaining further what
the option is (not) doing helps to make it clear the option does
not impact any remote repositories the user may have configured.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-repack.txt')
-rw-r--r-- | Documentation/git-repack.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 3d957492f8..d14ab5154f 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -55,8 +55,11 @@ OPTIONS linkgit:git-pack-objects[1]. -n:: - Do not update the server information with - `git update-server-info`. + Do not update the server information with + `git update-server-info`. This option skips + updating local catalog files needed to publish + this repository (or a direct copy of it) + over HTTP or FTP. See gitlink:git-update-server-info[1]. --window=[N], --depth=[N]:: These two options affect how the objects contained in the pack are |