emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 e13e3bd: * admin/update_autogen (commit): Prepend


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 e13e3bd: * admin/update_autogen (commit): Prepend "# " to commit message.
Date: Sat, 03 Jan 2015 01:31:10 +0000

branch: emacs-24
commit e13e3bd819fca99c86ea6386b3351f45ac50cccd
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * admin/update_autogen (commit): Prepend "# " to commit message.
---
 admin/ChangeLog      |    4 ++++
 admin/update_autogen |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6e034f2..b1d8ed8 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-03  Glenn Morris  <address@hidden>
+
+       * update_autogen (commit): Prepend "# " to commit message.
+
 2014-11-19  Paul Eggert  <address@hidden>
 
        Lessen focus on ChangeLog files, as opposed to change log entries.
diff --git a/admin/update_autogen b/admin/update_autogen
index ad7eb57..0513d07 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -228,7 +228,7 @@ commit ()
 
     echo "Committing..."
 
-    $vcs commit -m "Auto-commit of $type files." "$@" || return $?
+    $vcs commit -m "# Auto-commit of $type files." "$@" || return $?
 
     [ "$vcs" = "git" ] && {
         $vcs push || return $?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]