git.joshuawise.com
/
snipe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
woo it generated some code
[snipe.git]
/
bin
/
create-tags
1
#! /bin/csh -f
2
#
3
if (-e TAGS) rm -i TAGS
4
foreach f ($*)
5
echo "
\f
" >> TAGS
6
echo "$f,0" >> TAGS
7
end
This page took
0.026324 seconds
and
4
git commands to generate.