author | Petr Baudis <pasky@suse.cz> | |
Wed, 23 Jul 2008 22:15:36 +0000 (00:15 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 23 Jul 2008 23:57:04 +0000 (16:57 -0700) | ||
commit | a4661b018d46699fd6a9f59932e60267bae3ca2a | |
tree | 19e90c988fe8cd3fcd707c4d7e0b8513b45abf1f | tree | snapshot |
parent | 68067ca1efcbb0408b931e08654a5e32de975ced | commit | diff |
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>
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 | diff | blob | history | |
t/t7003-filter-branch.sh | diff | blob | history |