Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'git-filter-branch.sh')
-rw-r--r--[-rwxr-xr-x]git-filter-branch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index c22266b486..6cf67df5d6 100755..100644
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
@@ -13,6 +13,10 @@ set -e
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