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"
|
(format "branch %s"
|
||||||
(propertize remote-branch 'face 'magit-branch)))
|
(propertize remote-branch 'face 'magit-branch)))
|
||||||
(remote
|
(remote
|
||||||
(concat remote " " (magit-get "remote" remote "url")))
|
(concat
|
||||||
|
(propertize remote-branch 'face 'magit-branch)
|
||||||
|
" @ "
|
||||||
|
remote
|
||||||
|
" ("
|
||||||
|
(magit-get "remote" remote "url")
|
||||||
|
")"))
|
||||||
(t
|
(t
|
||||||
(run-hook-with-args-until-success 'magit-remote-string-hook))))
|
(run-hook-with-args-until-success 'magit-remote-string-hook))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue