Add workaround for old git bug.
commit94d9cf2e7b6db6d0c9568553da2c0e7bcee42132
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Fri, 26 Sep 2008 13:10:16 +0000 (26 13:10 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Fri, 26 Sep 2008 13:10:16 +0000 (26 13:10 +0000)
treeb77d7283d1087fd0417460bf4670fcfc45d74a89
parentfa990b99a0267bae276cf126704ba35255eaf8bf
Add workaround for old git bug.

Patch by: Mattias Holmlund <u266@m1.holmlund.se>

He says:

    For some reason, my copy of git (1.5.6.3) returns no output from
    "git for-each-ref refs/tags/". After some fiddling around, I
    discovered that "git for-each-ref refs/tags" works (note the lack
    of trailing slash).

* contrib/git-move-tags.py (get_tag_info_cmd): Remove trailing slash
  from "git for-each-ref" command argument.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@4603 be7e6eca-30d4-0310-a8e5-ac0d63af7087
contrib/git-move-tags.py