From c2e6385da53bd3a517332ba2c8d2bd09bdb05396 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Mon, 17 Nov 2008 21:03:59 +0000 Subject: [PATCH] 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 --- Documentation/rev-list-options.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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:: -- 2.11.4.GIT