We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fcd119 + 57af599 commit 7fa45a2Copy full SHA for 7fa45a2
Dumper/gitdumper.sh
@@ -80,6 +80,7 @@ function start_download() {
80
QUEUE+=('logs/refs/remotes/origin/HEAD')
81
QUEUE+=('info/refs')
82
QUEUE+=('info/exclude')
83
+ QUEUE+=('refs/wip/wtree/refs/heads/master')
84
85
#Iterate through QUEUE until there are no more files to download
86
while [ ${#QUEUE[*]} -gt 0 ]
0 commit comments