File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -672,6 +672,7 @@ using (make-hash-table :test \='equal)."
672
672
(commit-abbrev (when (string-match " %-\\ ([0-9]+\\ )n" fmt)
673
673
(string-to-number (match-string 1 fmt))))
674
674
(exit-status (stgit-run-git-silent " --no-pager" " log"
675
+ " --no-color"
675
676
" --reverse"
676
677
" --pretty=oneline"
677
678
nentries
@@ -2427,7 +2428,7 @@ which stage to diff against in the case of unmerged files."
2427
2428
(if (eq patch-id :index )
2428
2429
'(" --cached" )
2429
2430
(list unmerged-stage))))
2430
- (let ((args (append '(" show" " -O" " --patch-with-stat" )
2431
+ (let ((args (append '(" show" " --color=never " " - O" " --patch-with-stat" )
2431
2432
`(" -O" ,(stgit-find-copies-harder-diff-arg))
2432
2433
(and space-arg (list " -O" space-arg))
2433
2434
(list (stgit-patch-name-at-point)))))
You can’t perform that action at this time.
0 commit comments