(changes)

This commit is contained in:
Marius Vollmer 2008-08-04 04:41:30 +03:00
parent af4b31d3c5
commit dfa10ff8b1

View file

@ -32,6 +32,8 @@
;;; TODO
;; - Commit messages
;; - Hide titles of empty sections
;; - Stage/unstaging of whole files
;; - Dealing with merges
;; - History browsing
@ -364,5 +366,3 @@
(defun git-stage-all ()
(interactive)
(gits-run "git-add" "-u" "."))
;;; Foo