[nexuiz-commits] r8518 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jan 19 02:38:43 EST 2010


Author: div0
Date: 2010-01-19 02:38:43 -0500 (Tue, 19 Jan 2010)
New Revision: 8518

Modified:
   trunk/data/Makefile
Log:
Fix the Makefile in git-svn-commit case

Modified: trunk/data/Makefile
===================================================================
--- trunk/data/Makefile	2010-01-19 07:38:39 UTC (rev 8517)
+++ trunk/data/Makefile	2010-01-19 07:38:43 UTC (rev 8518)
@@ -130,7 +130,7 @@
 
 .PHONY: git-commit
 git-commit:
-	git commit -a
+	git commit -a || true
 	if echo -n 'Also send to server? Hit Enter for yes, ^C for no. '; read -r L; then \
 		git config svn-remote.svn.url svn://svn.icculus.org/nexuiz; \
 		git config svn-remote.svn.fetch trunk:refs/remotes/origin/master; \



More information about the nexuiz-commits mailing list