diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2015-04-09 03:36:30 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2015-04-09 03:36:30 +0300 |
commit | a61b0c8912077f3b0f95d35293533540d0f83ea7 (patch) | |
tree | 4064de346540bc9b321f5cadf212c954ffc0d996 /CONTRIBUTE | |
parent | e970f6f02e3beaaaa05464928d45e12fe7458dc1 (diff) | |
download | emacs-a61b0c8912077f3b0f95d35293533540d0f83ea7.tar.gz |
CONTRIBUTE: Mention log-edit-insert-changelog
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index e60e6f9ff74..e4454a380b6 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -148,6 +148,8 @@ The general format is as follows. a top-level ChangeLog file manually, and update it with 'C-x 4 a' as usual. Do not register the ChangeLog file under git; instead, use 'C-c C-a' to insert its contents into into your *vc-log* buffer. + Or if `log-edit-hook' includes `log-edit-insert-changelog' (which it + does by default), they will be filled in for you automatically. - Alternatively, you can use the vc-dwim command to maintain commit messages. When you create a source directory, run the shell command |