Re: [PATCH] rev-list: add --count to usage guide

2015-07-01 Thread Junio C Hamano
Lawrence Siebert writes: > --count should be mentioned in the usage guide, this updates code and > documentation. > > Signed-off-by: Lawrence Siebert > --- Sounds good. While at it, perhaps add a mention (perhaps by creating a BUGS section at the end of the file) that --count with --use-bitmap

[PATCH] rev-list: add --count to usage guide

2015-07-01 Thread Lawrence Siebert
--count should be mentioned in the usage guide, this updates code and documentation. Signed-off-by: Lawrence Siebert --- Documentation/git-rev-list.txt | 1 + builtin/rev-list.c | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/git-rev-list.txt b/Documentation/git-r