[Warzone-commits] r6868 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:42:49 2009 New Revision: 6868 URL: http://svn.gna.org/viewcvs/warzone?rev=6868view=rev Log: Small changes to make gitsvngateway work with Git 1.6.0.6. From: Gerard Krol gera...@gna.org Modified: trunk/tools/gitsvngateway/gitsvngateway

[Warzone-commits] r6869 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:42:53 2009 New Revision: 6869 URL: http://svn.gna.org/viewcvs/warzone?rev=6869view=rev Log: Add some checks to gitsvngateway to speed up execution when there are no changes. From: Gerard Krol gera...@gna.org Modified:

[Warzone-commits] r6867 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:42:45 2009 New Revision: 6867 URL: http://svn.gna.org/viewcvs/warzone?rev=6867view=rev Log: Use a slightly more robust way of detecting merges. It still is ugly though. From: Gerard Krol gera...@gna.org Modified: trunk/tools/gitsvngateway/gitsvngateway

[Warzone-commits] r6870 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:42:56 2009 New Revision: 6870 URL: http://svn.gna.org/viewcvs/warzone?rev=6870view=rev Log: gitsvngateway no longer uses a file to store its state but instead determines it by checking if certain branches exist. From: Gerard Krol gera...@gna.org Modified:

[Warzone-commits] r6872 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:43:04 2009 New Revision: 6872 URL: http://svn.gna.org/viewcvs/warzone?rev=6872view=rev Log: Use getopt to parse options for gitsvngateway and add the --dry-run, --prefix and --remote options. From: Gerard Krol gera...@gna.org Modified:

[Warzone-commits] r6873 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:43:07 2009 New Revision: 6873 URL: http://svn.gna.org/viewcvs/warzone?rev=6873view=rev Log: Add an --automatic switch to gitsvngateway, where it will not ask to merge changes but instead abort. From: Gerard Krol gera...@gna.org Modified:

[Warzone-commits] r6874 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:43:11 2009 New Revision: 6874 URL: http://svn.gna.org/viewcvs/warzone?rev=6874view=rev Log: Add a --no-fetch option to gitsvngateway to increase the speed of running it over a lot of branches. From: Gerard Krol gera...@gna.org Modified:

[Warzone-commits] r6875 - /trunk/tools/gitsvngateway/gitsvngateway

2009-03-18 Thread Git SVN Gateway
Author: gateway Date: Wed Mar 18 18:43:15 2009 New Revision: 6875 URL: http://svn.gna.org/viewcvs/warzone?rev=6875view=rev Log: Replace slashes by underscores for the gitsvngateway merge filename, and don't make it return a non-zero exit code when the --dry-run was successful. From: Gerard Krol

[Warzone-commits] r6876 - /trunk/src/multiplay.c

2009-03-18 Thread Per I. Mathisen
Author: per Date: Wed Mar 18 23:31:34 2009 New Revision: 6876 URL: http://svn.gna.org/viewcvs/warzone?rev=6876view=rev Log: Restrict private messages to 0..7 instead of 0..8, which can be more than the maximum 8 number of players. Bug found by Buginator. Modified: trunk/src/multiplay.c

[Warzone-commits] r6878 - /branches/2.1/src/multiplay.c

2009-03-18 Thread Per I. Mathisen
Author: per Date: Thu Mar 19 00:02:30 2009 New Revision: 6878 URL: http://svn.gna.org/viewcvs/warzone?rev=6878view=rev Log: 2.1: Restrict private messages to 0..7 instead of 0..8, which can be more than the maximum 8 number of players. Bug found by Buginator. Modified: