repo.or.cz
/
giggle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
changed the refresh hotkey
[giggle.git]
/
test
/
multi-root
blob
b452322d897408eb40b650dc552af7bd3b3ec002
1
#!/bin/bash
2
3
if
test
"x
$srcdir
"
=
"x"
;
then
4
srcdir
=
`pwd`
5
fi
6
7
export
GIT_DIR
=
"
$srcdir
/multi-root.git"
8
9
..
/
src
/
giggle
10