Diff with HEAD to find unpushed changes.
This commit is contained in:
parent
2752d49bda
commit
9f7406e5ca
1 changed files with 1 additions and 1 deletions
2
mgit.el
2
mgit.el
|
@ -237,7 +237,7 @@
|
|||
(if remote
|
||||
(mgit-insert-output "Unpushed changes:" 'mgit-wash-diff
|
||||
"git" "diff" "--stat"
|
||||
(format "%s/%s" remote branch))))))))
|
||||
(format "%s/%s..HEAD" remote branch))))))))
|
||||
|
||||
(defun mgit-status (dir)
|
||||
(interactive (list (mgit-read-top-dir current-prefix-arg)))
|
||||
|
|
Loading…
Reference in a new issue