emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8d1d8fc: * admin/update_autogen (commit): Switch pr


From: Glenn Morris
Subject: [Emacs-diffs] master 8d1d8fc: * admin/update_autogen (commit): Switch prefix from "# " to "; ".
Date: Tue, 31 Mar 2015 21:47:20 +0000

branch: master
commit 8d1d8fc474bd9ed22cbe8b80125c8ce89dc62b57
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * admin/update_autogen (commit): Switch prefix from "# " to "; ".
---
 admin/ChangeLog      |    6 +++++-
 admin/update_autogen |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/admin/ChangeLog b/admin/ChangeLog
index 092bfa9..d3fabd4 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,6 +1,10 @@
+2015-03-31  Glenn Morris  <address@hidden>
+
+       * update_autogen (commit): Switch prefix from "# " to "; ".
+
 2015-03-03  Kelvin White  <address@hidden>
 
-       * MAINTAINERS: Add myself to section 2
+       * MAINTAINERS: Add myself to section 2.
 
 2015-03-03  Glenn Morris  <address@hidden>
 
diff --git a/admin/update_autogen b/admin/update_autogen
index 73e8aeb..1bd8296 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]