Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 284040
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- git-emacs.el~
0
++ git-emacs.el
Lines 170-180 Link Here
170
  "Execute 'git' clumsily"
170
  "Execute 'git' clumsily"
171
171
172
  (apply #'call-process
172
  (apply #'call-process
173
         (concat "git-" cmd)            ; cmd
173
         "git"                          ; cmd
174
         inbuf                          ; in buffer
174
         inbuf                          ; in buffer
175
         outbuf                         ; out buffer
175
         outbuf                         ; out buffer
176
         nil                            ; display
176
         nil                            ; display
177
         args))                         ; args
177
         (cons cmd args)))              ; args
178
178
179
(defun git--exec-pipe (cmd input &rest args)
179
(defun git--exec-pipe (cmd input &rest args)
180
  "Execute 'echo input | git cmd args' and return result string"
180
  "Execute 'echo input | git cmd args' and return result string"

Return to bug 284040