JavaScript generic ASN.1 parser (mirror)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Improve git export with automatic creation and update of authors and branches file.

+2
+2
mirror_to_github.sh
··· 7 7 rm git-marks1.txt git-marks2.txt 8 8 fi 9 9 touch git-marks1.txt git-marks2.txt 10 + [ -f git-authors.txt ] || echo 'lapo@lapo.it = Lapo Luchini <lapo@lapo.it>' > git-authors.txt 11 + mtn ls branches --ignore-suspend-certs | sort -V | awk -F . '{ print $0 " = " ($4 ? $4 : "trunk") }' > git-branches.txt 10 12 mtn --quiet --authors=git-authors.txt --branches-file=git-branches.txt --import-marks=git-marks1.txt --export-marks=git-marks1.txt git_export | \ 11 13 git fast-import --import-marks=git-marks2.txt --export-marks=git-marks2.txt 12 14 git push --mirror origin