"RL" == Roland Levillain roland@lrde.epita.fr writes:
[...]
RL> + # Get the last commited N patches. RL> + git format-patch -C --numbered-files HEAD~$count RL> + # Send them to the Subversion server. RL> + git svn dcommit RL> + # Refresh the list of patches, to get their Subversion revisions. RL> + git format-patch -C --numbered-files HEAD~$count
je ne comprends pas à quoi sert le premier format-patch, du coup...
[...]