summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: afaa8d6)
raw | patch | inline | side by side (parent: afaa8d6)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 2 Mar 2006 09:11:31 +0000 (01:11 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 2 Mar 2006 09:11:31 +0000 (01:11 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt | patch | blob | history |
index 1c6146c7643ef273888b76def0891b8a7ad51c98..27f18e2c50c41710b1b4e0912577e8aa7336e46d 100644 (file)
[ \--all ]
[ [ \--merge-order [ \--show-breaks ] ] | [ \--topo-order ] ]
[ \--parents ]
- [ \--objects [ \--unpacked ] ]
+ [ [\--objects | \--objects-edge] [ \--unpacked ] ]
[ \--pretty | \--header ]
[ \--bisect ]
<commit>... [ \-- <paths>... ]
which I need to download if I have the commit object 'bar', but
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::
Only useful with `--objects`; print the object IDs that
are not in packs.