shithub: git9

Download patch

ref: b4721715066c1a28d0ef2b29b97652316959c101
parent: 2519810769d30d630bf6b6f736268066b6bcc093
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Dec 31 00:10:26 EST 2019

show new head after commit

--- a/commit
+++ b/commit
@@ -77,6 +77,7 @@
 	# Paranoia: let's not mangle the repo.
 	if(~ $#hash 0)
 		die 'botched commit'
+	echo $branch: $hash
 	echo $hash > $refpath
 	for(f in $files){
 		if(test -e .git/index9/removed/$f){