From: Junio C Hamano Date: Wed, 25 Feb 2015 06:10:39 +0000 (-0800) Subject: Merge branch 'jc/doc-log-rev-list-options' into maint X-Git-Tag: v2.3.1~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/254a3ebfe8d6061721629d9cba9b3d5f4f591ba6 Merge branch 'jc/doc-log-rev-list-options' into maint "git log --help" used to show rev-list options that are irrelevant to the "log" command. * jc/doc-log-rev-list-options: Documentation: what does "git log --indexed-objects" even mean? --- 254a3ebfe8d6061721629d9cba9b3d5f4f591ba6 diff --cc Documentation/rev-list-options.txt index 2984f407a9,c88d5e142c..97ef2e8e71 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@@ -657,11 -653,11 +653,16 @@@ ifdef::git-rev-list[ objects in deltified form based on objects contained in these excluded commits to reduce network traffic. +--objects-edge-aggressive:: + Similar to `--objects-edge`, but it tries harder to find excluded + commits at the cost of increased time. This is used instead of + `--objects-edge` to build ``thin'' packs for shallow repositories. + + --indexed-objects:: + Pretend as if all trees and blobs used by the index are listed + on the command line. Note that you probably want to use + `--objects`, too. + --unpacked:: Only useful with `--objects`; print the object IDs that are not in packs.