summaryrefslogtreecommitdiff
path: root/test/git/test_commit.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-12-16 09:55:00 -0500
committerMichael Trier <mtrier@gmail.com>2008-12-16 09:55:00 -0500
commitb65df78a10c3bcc40d18f3e926bb5a49821acc31 (patch)
treebca5612310925faea912572abb039b1136ddd75f /test/git/test_commit.py
parent6ffd4b0193acf86b6a6e179f8673ed38bad3191d (diff)
downloadgitpython-b65df78a10c3bcc40d18f3e926bb5a49821acc31.tar.gz
Fixed a bug with branch names omitting path components.
Git allows branches to be named and organized using path components, e.g using a branch called "refactoring/feature1", which gets stored under refs/heads/refactoring/feature1. The previous code omitted everything but the last path component giving the name "feature1" instead of "refactoring/feature1" for the branch. This changeset fixes that. (cherry picked from commit dc4738bc53e580754e47037e26c7eec3047aeb69)
Diffstat (limited to 'test/git/test_commit.py')
0 files changed, 0 insertions, 0 deletions