Documentation: rev-list --objects-edge

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-03-02 01:11:31 -08:00
parent afaa8d66ab
commit ec579767e7

View File

@ -18,7 +18,7 @@ SYNOPSIS
[ \--all ] [ \--all ]
[ [ \--merge-order [ \--show-breaks ] ] | [ \--topo-order ] ] [ [ \--merge-order [ \--show-breaks ] ] | [ \--topo-order ] ]
[ \--parents ] [ \--parents ]
[ \--objects [ \--unpacked ] ] [ [\--objects | \--objects-edge] [ \--unpacked ] ]
[ \--pretty | \--header ] [ \--pretty | \--header ]
[ \--bisect ] [ \--bisect ]
<commit>... [ \-- <paths>... ] <commit>... [ \-- <paths>... ]
@ -53,6 +53,14 @@ OPTIONS
which I need to download if I have the commit object 'bar', but which I need to download if I have the commit object 'bar', but
not 'foo'". not 'foo'".
--objects-edge::
Similar to `--objects`, but also print the IDs of
excluded commits refixed with a `-` character. This is
used by `git-pack-objects` to build 'thin' pack, which
records objects in deltified form based on objects
contained in these excluded commits to reduce network
traffic.
--unpacked:: --unpacked::
Only useful with `--objects`; print the object IDs that Only useful with `--objects`; print the object IDs that
are not in packs. are not in packs.