repo.or.cz
/
ikh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
a tcp/ip logging proxy
[ikh.git]
/
git
/
post-checkout.sample
blob
4e2dc41d1ee29183c7d0a6fa1f63ea46eb2641ea
1
#!/bin/sh -e
2
3
old_rev
=
"
$1
"
4
new_rev
=
"
$2
"
5
pattern
=
'*'
6
7
git update-timestamp
"
$new_rev
"
"
$pattern
"
8