Formatting.
This commit is contained in:
parent
f569ff8359
commit
9e45718491
1 changed files with 9 additions and 3 deletions
8
magit.el
8
magit.el
|
@ -2557,7 +2557,13 @@ insert a line to tell how to insert more of them"
|
|||
(format "branch %s"
|
||||
(propertize remote-branch 'face 'magit-branch)))
|
||||
(remote
|
||||
(concat remote " " (magit-get "remote" remote "url")))
|
||||
(concat
|
||||
(propertize remote-branch 'face 'magit-branch)
|
||||
" @ "
|
||||
remote
|
||||
" ("
|
||||
(magit-get "remote" remote "url")
|
||||
")"))
|
||||
(t
|
||||
(run-hook-with-args-until-success 'magit-remote-string-hook))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue