repo.or.cz
/
wrffire.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isolating parts of detect_fit_level2.m, comments
[wrffire.git]
/
standalone
/
commit_hash
blob
6f1db7e3edc05de3dbd164b1485ad2f171c33086
1
#!/bin/csh -f
2
set
g
=
`which git >& /dev/null`
3
if
(
$status
)
then
4
set
v
=
`date`
5
else
6
set
v
=(
`git log | head -1`
`git diff --shortstat`
)
7
endif
8
echo
id
=
"'
$v
'"