Skip to content

Instantly share code, notes, and snippets.

@kaushalmodi
Created April 27, 2016 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaushalmodi/bc806bad3546daf75e30310aa563d304 to your computer and use it in GitHub Desktop.
Save kaushalmodi/bc806bad3546daf75e30310aa563d304 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (error "Running git --no-pager difftool --exit-code --no-prompt -x diff -U0 HEAD -- init.el...FAILED (status 128)")
signal(error ("Running git --no-pager difftool --exit-code --no-prompt -x diff -U0 HEAD -- init.el...FAILED (status 128)"))
error("Running %s...FAILED (%s)" "git --no-pager difftool --exit-code --no-prompt -x diff -U0 HEAD -- init.el" "status 128")
vc-do-command(" *diff-hl* " 1 "git" ("/data/data/com.termux/files/home/.emacs.d/init.el") "--no-pager" "difftool" "--exit-code" "--no-prompt" "-x" "diff -U0" "HEAD" nil "--")
apply(vc-do-command " *diff-hl* " 1 "git" ("/data/data/com.termux/files/home/.emacs.d/init.el") ("--no-pager" "difftool" "--exit-code" "--no-prompt" "-x" "diff -U0" "HEAD" nil "--"))
vc-git-command(" *diff-hl* " 1 ("/data/data/com.termux/files/home/.emacs.d/init.el") "difftool" "--exit-code" "--no-prompt" "-x" "diff -U0" "HEAD" nil "--")
vc-git-diff(("/data/data/com.termux/files/home/.emacs.d/init.el") nil nil " *diff-hl* ")
apply(vc-git-diff (("/data/data/com.termux/files/home/.emacs.d/init.el") nil nil " *diff-hl* "))
vc-call-backend(Git diff ("/data/data/com.termux/files/home/.emacs.d/init.el") nil nil " *diff-hl* ")
diff-hl-changes-buffer("/data/data/com.termux/files/home/.emacs.d/init.el" Git)
diff-hl-changes()
diff-hl-update()
diff-hl-after-undo(#<buffer init.el>)
apply(diff-hl-after-undo #<buffer init.el>)
timer-event-handler([t 0 0 10000 nil diff-hl-after-undo (#<buffer init.el>) idle 0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment