From 26de40ee1849b2663247e98a91239e654125a00d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 18 Oct 2018 20:09:20 +0900 Subject: [PATCH] Fix arg --- emacs.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 5f55535..27a28f1 100644 --- a/emacs.el +++ b/emacs.el @@ -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