summaryrefslogtreecommitdiff
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-02-23 12:05:18 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-02-23 12:05:18 -0800
commit80eac928ae11d4e417feddcc6a1ec373cf41e14f (patch)
treedcd3c45289ecc0f3788eac42ff065bfc466fa080 /Documentation/git-rev-list.txt
parentbuiltin-notes: Add "copy" subcommand for copying notes between objects (diff)
parentDocumentation: improve description of --glob=pattern and friends (diff)
downloadtgif-80eac928ae11d4e417feddcc6a1ec373cf41e14f.tar.xz
Merge branch 'il/rev-glob'
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 78d3f48dfb..ae17c8a6fb 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -21,9 +21,10 @@ SYNOPSIS
[ \--full-history ]
[ \--not ]
[ \--all ]
- [ \--branches ]
- [ \--tags ]
- [ \--remotes ]
+ [ \--branches[=pattern] ]
+ [ \--tags=[pattern] ]
+ [ \--remotes=[pattern] ]
+ [ \--glob=glob-pattern ]
[ \--stdin ]
[ \--quiet ]
[ \--topo-order ]