]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
Improve error message for git-filter-branch
authorJohn Tapsell <johnflux@gmail.com>
Thu, 19 Feb 2009 07:36:35 +0000 (07:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2009 08:56:52 +0000 (00:56 -0800)
commit734cd5726cf0f16fcbdc2fc121df23814513c420
tree6d8a3059303606ce31397193f5bebadf568ba6bc
parent50dffd4ed577ea50b540bad53950ef2b703b5be8
Improve error message for git-filter-branch

Tell the user that a backup (original) already exists, and how to solve
this problem (with -f option)

Signed-off-by: John Tapsell <johnflux@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh