+2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * vc-git.el (vc-git-checkin): Fix typo.
+
2009-07-28 Steve Yegge <steve.yegge@gmail.com>>
* progmodes/js2-mode.el: New file.
(defun vc-git-checkin (files rev comment)
(let ((coding-system-for-write git-commits-coding-system))
(vc-git-command nil 0 files "commit"
- (if vc-git-add-signoff "-s" "") "-m" comment "--only" "--")))
+ (if vc-git-add-signoff "-s") "-m" comment "--only" "--")))
(defun vc-git-find-revision (file rev buffer)
(let ((coding-system-for-read 'binary)