Parcourir la source

Fix arg

master
10sr il y a 6 ans
Parent
révision
26de40ee18
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Voir le fichier

@@ -2360,10 +2360,12 @@ TYPE is target object type."
;; not appear
(progn (git-walktree--call-process nil
"show"
"--stat"
;; TODO: Make this args configurable
;; "--no-patch"
"--color=always"
"--pretty=short"
"--decorate"
"--stat"
commitish)
(insert "\n")
(insert (format "Contents of '%s:%s':\n"
@@ -2378,7 +2380,6 @@ TYPE is target object type."
"--abbrev"

treeish)
;; TODO: Somehow text properties are stripped here
(git-walktree--replace-into-buffer buf))))
;; Overlays won't be copied with replace-buffer-contents so do this
;; after copying contents


Chargement…
Annuler
Enregistrer