aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2015-03-31 17:47:14 -0400
committerGlenn Morris2015-03-31 17:47:14 -0400
commit8d1d8fc474bd9ed22cbe8b80125c8ce89dc62b57 (patch)
tree5848f0f4e28b1f44c1bec42cc3e046d9c3f0f5f0 /admin
parentee050a3b1989f1a02401599c3d67542c96aded6f (diff)
downloademacs-8d1d8fc474bd9ed22cbe8b80125c8ce89dc62b57.tar.gz
emacs-8d1d8fc474bd9ed22cbe8b80125c8ce89dc62b57.zip
* admin/update_autogen (commit): Switch prefix from "# " to "; ".
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog6
-rwxr-xr-xadmin/update_autogen2
2 files changed, 6 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 092bfa9ad59..d3fabd4c811 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,6 +1,10 @@
12015-03-31 Glenn Morris <rgm@gnu.org>
2
3 * update_autogen (commit): Switch prefix from "# " to "; ".
4
12015-03-03 Kelvin White <kwhite@gnu.org> 52015-03-03 Kelvin White <kwhite@gnu.org>
2 6
3 * MAINTAINERS: Add myself to section 2 7 * MAINTAINERS: Add myself to section 2.
4 8
52015-03-03 Glenn Morris <rgm@gnu.org> 92015-03-03 Glenn Morris <rgm@gnu.org>
6 10
diff --git a/admin/update_autogen b/admin/update_autogen
index 73e8aebe3d8..1bd82967c27 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -228,7 +228,7 @@ commit ()
228 228
229 echo "Committing..." 229 echo "Committing..."
230 230
231 $vcs commit -m "# Auto-commit of $type files." "$@" || return $? 231 $vcs commit -m "; Auto-commit of $type files." "$@" || return $?
232 232
233 [ "$vcs" = "git" ] && { 233 [ "$vcs" = "git" ] && {
234 $vcs push || return $? 234 $vcs push || return $?