From: Mark Burton Date: Mon, 17 Nov 2008 21:03:59 +0000 (+0000) Subject: Documentation: rev-list-options.txt: added --branches, --tags & --remotes. X-Git-Tag: v1.6.1-rc1~30 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c2e6385da53bd3a517332ba2c8d2bd09bdb05396;p=git.git Documentation: rev-list-options.txt: added --branches, --tags & --remotes. Added simple descriptions of these options (based on description of --all). Signed-off-by: Mark Burton Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 6d7cf6d51..b9f6e4d1b 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -222,6 +222,21 @@ endif::git-rev-list[] Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the command line as ''. +--branches:: + + Pretend as if all the refs in `$GIT_DIR/refs/heads` are listed + on the command line as ''. + +--tags:: + + Pretend as if all the refs in `$GIT_DIR/refs/tags` are listed + on the command line as ''. + +--remotes:: + + Pretend as if all the refs in `$GIT_DIR/refs/remotes` are listed + on the command line as ''. + ifdef::git-rev-list[] --stdin::