comparison lisp/vc-git.el @ 104094:67098a669a4c

(vc-git-checkin): Fix typo.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 28 Jul 2009 08:06:36 +0000
parents 772f278e1024
children 46cbb492149b
comparison
equal deleted inserted replaced
104093:d4d230a6489c 104094:67098a669a4c
434 434
435 435
436 (defun vc-git-checkin (files rev comment) 436 (defun vc-git-checkin (files rev comment)
437 (let ((coding-system-for-write git-commits-coding-system)) 437 (let ((coding-system-for-write git-commits-coding-system))
438 (vc-git-command nil 0 files "commit" 438 (vc-git-command nil 0 files "commit"
439 (if vc-git-add-signoff "-s" "") "-m" comment "--only" "--"))) 439 (if vc-git-add-signoff "-s") "-m" comment "--only" "--")))
440 440
441 (defun vc-git-find-revision (file rev buffer) 441 (defun vc-git-find-revision (file rev buffer)
442 (let ((coding-system-for-read 'binary) 442 (let ((coding-system-for-read 'binary)
443 (coding-system-for-write 'binary) 443 (coding-system-for-write 'binary)
444 (fullname (substring 444 (fullname (substring