projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd2886
)
Add script to generate git log.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 9 May 2009 23:20:00 +0000
(16:20 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 9 May 2009 23:20:00 +0000
(16:20 -0700)
etc/make-git-log
[new file with mode: 0755]
patch
|
blob
diff --git a/etc/make-git-log
b/etc/make-git-log
new file mode 100755
(executable)
index 0000000..
86aa34c
--- /dev/null
+++ b/
etc/make-git-log
@@ -0,0
+1,3
@@
+#!/bin/sh
+cd ${0}/..
+git log --name-status > LOG