Browse Source

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>
maint
Sam Vilain 18 years ago committed by Junio C Hamano
parent
commit
e59ade9f90
  1. 4
      Documentation/git-unpack-objects.txt

4
Documentation/git-unpack-objects.txt

@ -27,8 +27,8 @@ new packs and replace existing ones. @@ -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

Loading…
Cancel
Save