(changes)
This commit is contained in:
parent
af4b31d3c5
commit
dfa10ff8b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue