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" }