shithub: git9

Download patch

ref: 189059cc9a4f0570e25c4d580379c4119f371a06
parent: ac432ac824be5dea58ede0858f80820da6933ca4
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Feb 25 14:35:04 EST 2020

Improve file-filtered git/log, tweak git/query

	This commmit makes several changes to improve git/log,
	which now reliably and cleanly will show differences.

	The following flags are changed:

		-b is now -c:
			this is done for consistency with other
			commands.

		-s is new:
			Shows a short git summary.

	Git/query also got changed: It now shows the zero hash
	as the parent of the first git commit, instead of giving
	an error.