diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-23 12:05:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-23 12:05:18 -0800 |
commit | 80eac928ae11d4e417feddcc6a1ec373cf41e14f (patch) | |
tree | dcd3c45289ecc0f3788eac42ff065bfc466fa080 /Documentation/git-rev-list.txt | |
parent | builtin-notes: Add "copy" subcommand for copying notes between objects (diff) | |
parent | Documentation: improve description of --glob=pattern and friends (diff) | |
download | tgif-80eac928ae11d4e417feddcc6a1ec373cf41e14f.tar.xz |
Merge branch 'il/rev-glob'
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r-- | Documentation/git-rev-list.txt | 7 |
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 ] |