Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http-push: add trailing slash at arg-parse time, instead of later on
[gitweb.git]
/
Documentation
/
git-for-each-ref.txt
diff --git
a/Documentation/git-for-each-ref.txt
b/Documentation/git-for-each-ref.txt
index d66fd9d2314774a0b31eadb23f8c00c199276d84..fac1cf55e51ff289167270de4f248dad959741c6 100644
(file)
--- a/
Documentation/git-for-each-ref.txt
+++ b/
Documentation/git-for-each-ref.txt
@@
-9,7
+9,7
@@
SYNOPSIS
--------
[verse]
'git for-each-ref' [--count=<count>] [--shell|--perl|--python|--tcl]
- [
--sort=<key>]*
[--format=<format>] [<pattern>...]
+ [
(--sort=<key>)...]
[--format=<format>] [<pattern>...]
DESCRIPTION
-----------