Mercurial > emacs
diff lisp/ChangeLog @ 106983:36d87e3f3cc3
(vc-git-dir-status-goto-stage): Pass --relative to the
diff-index command. This requires at least git-1.5.5. (Bug#1589).
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 24 Jan 2010 20:46:40 -0800 |
parents | 1c559638a806 |
children | 61edd42cf483 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 24 21:52:03 2010 -0500 +++ b/lisp/ChangeLog Sun Jan 24 20:46:40 2010 -0800 @@ -1,3 +1,8 @@ +2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change) + + * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the + diff-index command. This requires at least git-1.5.5. (Bug#1589). + 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu> Remove support for adding --signoff on commit.