Merge branch 'jc/doc-log-rev-list-options'
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2015 18:15:22 +0000 (10:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2015 18:15:22 +0000 (10:15 -0800)
"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?

1  2 
Documentation/rev-list-options.txt
index 0f3d460d34a6285687792c22c66a24921f17baa7,c88d5e142cc5ae9d56e51bbf4b072a2aa0d5dfd1..4ed8587c846d78a03e154ec6a4716d78882840b5
@@@ -661,11 -653,11 +657,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.