GNOME Bugzilla – Bug 754116
[PATCH] git: fix current branch detection
Last modified: 2015-08-27 08:30:21 UTC
Created attachment 310028 [details] [review] [PATCH] git: fix current branch detection The current branch name will be incorrect if threre's a slash in it. For instance, if one uses a branch naming pattern like 'foo/master', get_current_branch() will incorrectly return 'master'. The problem is addressed in the attached patch.
Comment on attachment 310028 [details] [review] [PATCH] git: fix current branch detection Thanks, go ahead and push it.
(In reply to Frederic Peters from comment #1) > Comment on attachment 310028 [details] [review] [review] > [PATCH] git: fix current branch detection > > Thanks, go ahead and push it. I don't have commit rights. Would you be able to push it?