Re: [fossil-users] Git issues

2011-03-08 Thread Joerg Sonnenberger
On Tue, Mar 08, 2011 at 05:15:50AM +0100, Joerg Sonnenberger wrote: Hi all, can someone try to reproduce the following issue? mkdir test fossil export path-to-copy-of-fossil-repo fossil.txt git init git fast-import --export-marks=marks.txt fossil.txt while read num hash; do [

[fossil-users] Git issues

2011-03-07 Thread Joerg Sonnenberger
Hi all, can someone try to reproduce the following issue? mkdir test fossil export path-to-copy-of-fossil-repo fossil.txt git init git fast-import --export-marks=marks.txt fossil.txt while read num hash; do [ $((${num#:} % 2)) -eq 0 ] echo $hash commits.txt; done marks.txt sort -u