summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49aba0b)
raw | patch | inline | side by side (parent: 49aba0b)
author | Steffen Prohaska <prohaska@zib.de> | |
Wed, 4 Jul 2007 08:36:24 +0000 (10:36 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Jul 2007 19:56:09 +0000 (12:56 -0700) |
--tag-name-filter may have failed before because
warn is used for reporting but was not available.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
warn is used for reporting but was not available.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh | [changed mode: 0755->0644] | patch | blob | history |
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
USAGE="git-filter-branch [-d TEMPDIR] [FILTERS] DESTBRANCH [REV-RANGE]"
. git-sh-setup
+warn () {
+ echo "$*" >&2
+}
+
map()
{
# if it was not rewritten, take the original