author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Thu, 6 Sep 2007 22:34:06 +0000 (00:34 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 7 Sep 2007 05:51:31 +0000 (22:51 -0700) | ||
commit | df4a394f91d7d107c2a57e6c1df3638517cab54f | |
tree | a0fd2cf04d64537d594e8c11b5a3623c07aaf554 | tree | snapshot |
parent | b21b9f1de313acb5550c070911ae58c735cdb451 | commit | diff |
archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2)
As suggested by Johannes, --pretty=format: placeholders in specfiles
need to be wrapped in $Format:...$ now. This syntax change restricts
the expansion of placeholders and makes it easier to use with files
that contain non-placeholder percent signs.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
As suggested by Johannes, --pretty=format: placeholders in specfiles
need to be wrapped in $Format:...$ now. This syntax change restricts
the expansion of placeholders and makes it easier to use with files
that contain non-placeholder percent signs.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt | diff | blob | history | |
builtin-archive.c | diff | blob | history | |
t/t5000-tar-tree.sh | diff | blob | history |