]> mj.ucw.cz Git - git-tools.git/commit
Update2: Improved detection of source branches
authorMartin Mares <mj@ucw.cz>
Thu, 9 Apr 2015 14:16:40 +0000 (16:16 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 9 Apr 2015 14:16:40 +0000 (16:16 +0200)
commit5ed2a1cd3799a4f75f049a79d1c0318bf26d2cce
tree40f3c1b43251d3964e2bdcee9eb6209c441de1e0
parent752539843688b382ebd982cb6301b27b4e9abd7d
Update2: Improved detection of source branches

When a new branch or tag is created, we tried to detect the branch
where the current commit comes from.

The new detection code is more robust (it parses the output of
"git for-each-ref" instead of "git branch") and it adds a hint when
multiple source branches match.
update2