ref: 9482bf076cf23078cf941db26038e7e54bf95224
parent: 46db46f7859ea12b8b5306bca34836417b89c4fa
author: Ori Bernstein <[email protected]>
date: Wed Feb 12 19:03:55 EST 2020
show each modification on its own line.
--- a/commit
+++ b/commit
@@ -45,7 +45,8 @@
echo '#' >> $msgfile.tmp
for(p in $parents)
echo '# parent: '$p >> $msgfile.tmp
- echo '# ' ^ `$nl{git/walk -fAMR $files} >> $msgfile.tmp
+ for(m in `$nl{git/walk -fAMR $files})
+ echo '# '$m >> $msgfile.tmp
echo '#' >> $msgfile.tmp
echo '# Commit message:' >> $msgfile.tmp
giteditor=`{git/conf core.editor}