diff --git a/Dumper/gitdumper.sh b/Dumper/gitdumper.sh index aad9612..d0f477f 100755 --- a/Dumper/gitdumper.sh +++ b/Dumper/gitdumper.sh @@ -80,8 +80,6 @@ function start_download() { QUEUE+=('logs/refs/remotes/origin/HEAD') QUEUE+=('info/refs') QUEUE+=('info/exclude') - QUEUE+=('/refs/wip/index/refs/heads/master') - QUEUE+=('/refs/wip/wtree/refs/heads/master') #Iterate through QUEUE until there are no more files to download while [ ${#QUEUE[*]} -gt 0 ] @@ -167,4 +165,4 @@ function download_item() { } -start_download +start_download && cd "$BASEDIR" && git checkout .