]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
filter-branch: make sure orig_namespace ends with a single slash.
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Aug 2007 02:17:42 +0000 (19:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Aug 2007 02:17:42 +0000 (19:17 -0700)
commit55ced83d8aca98277c6a495932c57e6c3c45930b
tree9d5506ccbe966943349f4017532183cbd01df6ed
parent5433235daec11550973f1e290f069ce0c27f53ab
filter-branch: make sure orig_namespace ends with a single slash.

Later in a loop any existing ref whose path begins with it is
removed.  It would be a disaster if you allowed it to say refs/head
for example.

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