repo.or.cz
/
mingw-w64
/
xnox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ../suka
[mingw-w64/xnox.git]
/
git.authorsfile
blob
43ab6a8c702d74a6e1781782d19c717fbe2533be
1
#!/bin/bash
2
3
git svn fetch
4
while
[
$?
-eq
1
];
do
5
echo
"Failed sleeping for 5s"
6
sleep
5
7
git svn fetch
8
done