archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" ...
commitdf4a394f91d7d107c2a57e6c1df3638517cab54f
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 6 Sep 2007 22:34:06 +0000 (7 00:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2007 05:51:31 +0000 (6 22:51 -0700)
treea0fd2cf04d64537d594e8c11b5a3623c07aaf554
parentb21b9f1de313acb5550c070911ae58c735cdb451
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>
Documentation/gitattributes.txt
builtin-archive.c
t/t5000-tar-tree.sh