[Unison-hackers] [unison-svn] r523 - trunk

schmitta at seas.upenn.edu schmitta at seas.upenn.edu
Mon Mar 11 04:43:14 EDT 2013


Author: schmitta
Date: 2013-03-11 04:43:14 -0400 (Mon, 11 Mar 2013)
New Revision: 523

Modified:
   trunk/Makefile
Log:
tweaking git_checkin in Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2013-03-11 08:41:50 UTC (rev 522)
+++ trunk/Makefile	2013-03-11 08:43:14 UTC (rev 523)
@@ -39,6 +39,9 @@
 
 git_checkin: remembernews
 	echo >> src/mkProjectInfo.ml # so the Rev keyword gets updated
+  git add src/RECENTNEWS src/mkProjectInfo.ml
+  git commit --amend --no-edit
+  $(RM) logmsg
 	git svn dcommit # no logmsg here: the changes are in the commits
 
 remembernews: logmsg



More information about the Unison-hackers mailing list