Do not process the same commit more than once.
commit56442f2c8fd35a5f243cb22914ca013299bfa619
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 21 Jan 2008 00:00:48 +0000 (21 01:00 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 21 Jan 2008 00:20:54 +0000 (21 01:20 +0100)
treed73dfb8cf257d59d54135f01ee0075b4d1c2541c
parent7bdb3412b7a4fdd6b3153998d483887bf7a98317
Do not process the same commit more than once.

* svn-merge2git.sh (doit): Save the list of commit already processed
in a temporary file and check against this file that the commit
we're about to process is a new one.
(top level): Properly quote and adjust the code in the `trap 0'.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
svn-merge2git.sh