Skip to content

Commit 57af599

Browse files
authored
Adding ref file for Magit
Appeared on PlaidCTF 2020 (challenge dangit)
1 parent 8fcd119 commit 57af599

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)