git-filter-branch.sh: Allow running in bare repositories
commita4661b018d46699fd6a9f59932e60267bae3ca2a
authorPetr Baudis <pasky@suse.cz>
Wed, 23 Jul 2008 22:15:36 +0000 (24 00:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2008 23:57:04 +0000 (23 16:57 -0700)
tree19e90c988fe8cd3fcd707c4d7e0b8513b45abf1f
parent68067ca1efcbb0408b931e08654a5e32de975ced
git-filter-branch.sh: Allow running in bare repositories

Commit 46eb449c restricted git-filter-branch to non-bare repositories
unnecessarily; git-filter-branch can work on bare repositories just
fine.

Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh
t/t7003-filter-branch.sh