summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 367dce2)
raw | patch | inline | side by side (parent: 367dce2)
author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 28 Oct 2006 17:30:05 +0000 (19:30 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 28 Oct 2006 21:23:34 +0000 (14:23 -0700) |
Update information about value of <format> used when it is left
unspecified. Add information about `%%` and `%xx` interpolation
(URL encoding).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
unspecified. Add information about `%%` and `%xx` interpolation
(URL encoding).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-for-each-ref.txt | patch | blob | history |
index d5fdcef8d9e60d061ed83a8388ad1d3d0a47e6a5..4af1ebf5dd462fed30bf56b709cdedb47f4a7151 100644 (file)
is prefixed with an asterisk (`*`) and the ref points
at a tag object, the value for the field in the object
tag refers is used. When unspecified, defaults to
- `%(refname)`.
+ `%(objectname) SPC %(objecttype) TAB %(refname)`.
+ It also interpolates `%%` to `%`, and `%xx` where `xx`
+ are hex digits interpolates to character with hex code
+ `xx`; for example `%00` interpolates to `\0` (NUL),
+ `%09` to `\t` (TAB) and `%0a` to `\n` (LF).
<pattern>::
If given, the name of the ref is matched against this