repo.or.cz
/
guilt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Add "Date" field while creating patches from commits
[guilt.git]
/
regression
/
bin
/
dump_ref
blob
588d2376c90ac82a9016c38d2531a78fcc460cbf
1
#!/bin/sh
2
3
if
[
$#
-ne
1
];
then
4
echo
"ERROR"
5
exit
1
6
fi
7
8
printf
"r "
9
cat
"
$1
"
|
tr
"
\n
"
" "
10
echo
"
$1
"