repo.or.cz
/
herrie-working.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Make Herrie compile with libSpiff 1.0.0.
[herrie-working.git]
/
www
/
herrie-snapshot.tar.gz
blob
e7091989ba5ae958c08bdd6669928faa52ce48e9
1
#!/bin/sh
2
3
GIT='git --git-dir=/export/git/public/herrie'
4
5
printf 'Content-Type: application/octet-stream\r\n\r\n'
6
$GIT archive --format=tar --prefix=herrie-snapshot/ HEAD:herrie | gzip -9c