ソースを参照

Fix arg

master
10sr 6年前
コミット
26de40ee18
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      emacs.el

+ 3
- 2
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


読み込み中…
キャンセル
保存