[LrdeTools] 493: src/git-lrde (lrde_dcommit): Be more verbose.

15 Sep
2008
15 Sep
'08
4:55 p.m.
https://svn.lrde.epita.fr/svn/lrde-tools/trunk Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> * src/git-lrde (lrde_dcommit): Be more verbose. git-lrde | 2 ++ 1 file changed, 2 insertions(+) Index: src/git-lrde --- src/git-lrde (revision 493) +++ src/git-lrde (working copy) @@ -89,6 +89,8 @@ lrde_dcommit() { count=$((`git log | sed '/ git-svn-id: /q' | grep -c '^commit'` - 1)) + test $count -gt 0 || die "No patch to send." + echo "$count patches to send" git svn dcommit lrde_send_email "$count" }
6186
Age (days ago)
6186
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain