repo.or.cz
/
irssi-scripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added topchannels.
[irssi-scripts.git]
/
mark-reviewed
blob
7b2540b101b3463988b68f96e87280ba657436b4
1
#!/bin/bash
2
(
echo -e
"Reviewed by $(git config user.name)
\n
"
; (
echo -e
"Reviewed commits up to $(git-rev-parse HEAD)
\n
$(date --rfc-3339=seconds) $(git config user.name)"
)
|gpg
--clearsign
)
|git commit
--allow-empty -F
-