projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f5cc9
)
Add a small tool for making logs from checkfiles.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 6 Jun 2017 04:52:04 +0000
(
00:52
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 6 Jun 2017 04:52:04 +0000
(
00:52
-0400)
Useful because the context in checkfiles makes them easier to edit
than plain logfiles are.
tests/decheck
[new file with mode: 0755]
patch
|
blob
diff --git a/tests/decheck
b/tests/decheck
new file mode 100755
(executable)
index 0000000..
7e1be39
--- /dev/null
+++ b/
tests/decheck
@@ -0,0
+1,3
@@
+#!/bin/sh
+# Turn a non-oldstyle checkfile on stdin into an equivalent log on stdout.
+sed -n -e '/> /s///p'