shithub: git9

Download patch

ref: 34814c675be8a8f324fbc7594ad862506db455d9
parent: 8d3a8f8fcbb24dc0de86a7702cb1a30492b450e1
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Nov 29 00:44:00 EST 2020

git/query: make it possible query all history

Git/query now accepts the zero hash, 000000....00000,
as a parameter for git/query, and treats it as the
commit before the first commit. This means that

	git/query 000000000000..HEAD

is an easy way of getting all commits in history.