diff options
author | Sam Vilain <sam.vilain@catalyst.net.nz> | 2007-06-07 09:23:16 +1200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-06 15:20:13 -0700 |
commit | e59ade9f90de0eacdac06f52d39b74074fc664af (patch) | |
tree | e2b551449764235e76db7fbbc5125f00b393b1f4 | |
parent | Accept dates before 2000/01/01 when specified as seconds since the epoch (diff) | |
download | tgif-e59ade9f90de0eacdac06f52d39b74074fc664af.tar.xz |
fix documentation of unpack-objects -n
unpack-objects -n didn't print the object list as promised on the
manual page, so alter the documentation to reflect the behaviour
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-unpack-objects.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index ff6184b0f7..b1b3ec9772 100644 --- a/Documentation/git-unpack-objects.txt +++ b/Documentation/git-unpack-objects.txt @@ -27,8 +27,8 @@ new packs and replace existing ones. OPTIONS ------- -n:: - Only list the objects that would be unpacked, don't actually unpack - them. + Dry run. Check the pack file without actually unpacking + the objects. -q:: The command usually shows percentage progress. This |