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.lorimer.id.au/gitweb.git/diff_plain/c2e6385da53bd3a517332ba2c8d2bd09bdb05396?hp=--cc 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 --- c2e6385da53bd3a517332ba2c8d2bd09bdb05396 diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 6d7cf6d51f..b9f6e4d1b7 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::