Skip to content

Commit 7fa45a2

Browse files
authored
Merge pull request internetwache#35 from stamparm/patch-1
Adding ref file for Magit
2 parents 8fcd119 + 57af599 commit 7fa45a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dumper/gitdumper.sh

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function start_download() {
8080
QUEUE+=('logs/refs/remotes/origin/HEAD')
8181
QUEUE+=('info/refs')
8282
QUEUE+=('info/exclude')
83+
QUEUE+=('refs/wip/wtree/refs/heads/master')
8384

8485
#Iterate through QUEUE until there are no more files to download
8586
while [ ${#QUEUE[*]} -gt 0 ]

0 commit comments

Comments
 (0)