X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Frev-list-options.txt;h=7a42567060bc4c79e5eef00e4cc01a90c9ab39a4;hb=91e811e0e80e55d580ba3601176ac84b28ad4479;hp=ebc0108731dffd2dde1ec8917a93e15c9003baf3;hpb=90d6bd5ed3bd5de7be037abace4afa065fb2207b;p=git.git diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index ebc010873..7a4256706 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -13,7 +13,7 @@ include::pretty-options.txt[] Synonym for `--date=relative`. ---date={relative,local,default,iso,rfc,short,raw}:: +--date=(relative|local|default|iso|rfc|short|raw):: Only takes effect for dates shown in human-readable format, such as when using "--pretty". `log.date` config variable sets a default @@ -246,29 +246,29 @@ endif::git-rev-list[] Pretend as if all the refs in `refs/` are listed on the command line as ''. ---branches[=pattern]:: +--branches[=]:: Pretend as if all the refs in `refs/heads` are listed - on the command line as ''. If `pattern` is given, limit + on the command line as ''. If '' is given, limit branches to ones matching given shell glob. If pattern lacks '?', '*', or '[', '/*' at the end is implied. ---tags[=pattern]:: +--tags[=]:: Pretend as if all the refs in `refs/tags` are listed - on the command line as ''. If `pattern` is given, limit + on the command line as ''. If '' is given, limit tags to ones matching given shell glob. If pattern lacks '?', '*', or '[', '/*' at the end is implied. ---remotes[=pattern]:: +--remotes[=]:: Pretend as if all the refs in `refs/remotes` are listed - on the command line as ''. If `pattern`is given, limit + on the command line as ''. If '' is given, limit remote tracking branches to ones matching given shell glob. If pattern lacks '?', '*', or '[', '/*' at the end is implied. ---glob=glob-pattern:: - Pretend as if all the refs matching shell glob `glob-pattern` +--glob=:: + Pretend as if all the refs matching shell glob '' are listed on the command line as ''. Leading 'refs/', is automatically prepended if missing. If pattern lacks '?', '*', or '[', '/*' at the end is implied.