We don't want to use the same name as git does, because that can result in old log messages being used in some cases, along with other unwanted behavior. --- Committed revision 5c4871ce5dd7f2d8b64c8458ca2a372441149af2 to <git://git.hcoop.net/git/mwolson/emacs/dvc.git>.
lisp/xgit-core.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/xgit-core.el b/lisp/xgit-core.el index e5a2b5a..9eba232 100644 --- a/lisp/xgit-core.el +++ b/lisp/xgit-core.el @@ -54,7 +54,7 @@ git metadata directory." :group 'dvc-xgit) (defvar xgit-log-edit-file-name - "COMMIT_EDITMSG" + "DVC_EDITMSG" "The filename used to store the log message before commiting. Usually that file is placed in the .git directory of the working tree.") -- 1.5.6.3 _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
