10 print "[$idx/$total] git commit ", (@ARGV ?
join(" ",@ARGV) : ""), "\n";
11 my $NEED_COMMIT = `git diff`;
14 if (system(qw
/git commit/,@ARGV) != 0) {
15 die "[$idx/$total] git commit failed\n";
19 system(qw
/git commit/,@ARGV);
22 print "[$idx/$total] git svn dcommit\n";
23 if(system(qw
/git svn dcommit/) != 0) {
24 die "[$idx/$total] git svn dcommit failed\n";
35 git-svn-commit - PERL script
39 git-svn-commit [options] ...
47 Print version infomation.
51 Print a brief help message and exits.
53 =item B<--manual>,B<--man>
55 View application manual
59 Invoke 'editor' against the source
69 2010-10-31 xiaoranzzz <xiaoranzzz@myplace.hell>
75 xiaoranzzz <xiaoranzzz@myplace.hell>