Removed "remotes" from the branch name.
This commit is contained in:
parent
a86fab4e97
commit
bf49b72cf0
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -3623,7 +3623,7 @@ With prefix force the removal even it it hasn't been merged."
|
|||
"Extract details from branch -va output."
|
||||
(string-match (concat
|
||||
"^\\(\\*? \\{1,2\\}\\)" ; current branch marker (maybe)
|
||||
"\\(.+?\\) +" ; branch name
|
||||
"\\(?:remotes/\\)?\\(.+?\\) +" ; branch name
|
||||
|
||||
"\\(?:"
|
||||
"\\([0-9a-fA-F]\\{7\\}\\) " ; sha1
|
||||
|
|
Loading…
Reference in a new issue