repo.or.cz
/
public-inbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "daemon: check connections WIP"
[public-inbox.git]
/
t
/
clone-coderepo-puh1.sh
blob
37a52bd483a76c1dae17bdd5edb98e7265f19fb4
1
#!/bin/sh
2
# sample --post-update-hook for t/clone-coderepo.t test
3
case
$CLONE_CODEREPO_TEST_OUT
in
4
''
) ;;
5
*)
echo
"uno $@"
>>
"
$CLONE_CODEREPO_TEST_OUT
"
;;
6
esac