summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f62e18)
raw | patch | inline | side by side (parent: 9f62e18)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 5 Jul 2007 16:07:48 +0000 (17:07 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 6 Jul 2007 05:12:42 +0000 (22:12 -0700) |
All filters, except the commit filter, are evaluated.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | patch | blob | history |
index 219a81db0c3bc50eb832c37f83054373d6235973..eaea82d0a690154223d0553603a08cf1fa27c8ce 100644 (file)
~~~~~~~
The filters are applied in the order as listed below. The <command>
-argument is always evaluated in shell using the 'eval' command.
+argument is always evaluated in shell using the 'eval' command (with the
+notable exception of the commit filter, for technical reasons).
Prior to that, the $GIT_COMMIT environment variable will be set to contain
the id of the commit being rewritten. Also, GIT_AUTHOR_NAME,
GIT_AUTHOR_EMAIL, GIT_AUTHOR_DATE, GIT_COMMITTER_NAME, GIT_COMMITTER_EMAIL,