shithub: git9

Download patch

ref: e7587968c45c0171bd7d8b1a0a93e24d5cc6bac9
parent: c650a73135616b6b693143afcd21e880bf269283
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Nov 4 15:10:47 EST 2020

git/commit: don't split commit messages on   (thanks kvik)

'' says don't split,   says split on  . oops.

--- a/commit
+++ b/commit
@@ -84,7 +84,7 @@
 }
 
 fn commit{
-	msg=`"{cat $msgfile}
+	msg=`''{cat $msgfile}
 	if(! ~ $#parents 0)
 		pflags='-p'^$parents
 	hash=`{git/save -n $"name -e $"email  -m $"msg $pflags $files || die $status}