Download raw body.
Clarify log -x is inclusive
It wasn't totally clear to me reading the manpage whether got log -x was inclusive or not. It is, and I feel this reads better. ----------------------------------------------- commit 30ffd93ab9fc4d60f26dbfe982a54ecbbd4cb6c6 (log_x_inclusive) from: Josh Rickmar <jrick@companyzero.com> date: Sun Mar 21 16:10:25 2021 UTC Clarify log -x is inclusive diff 9271e2e9348b1ac096d2f48ede73ee75ddc346a9 37e57951d24c69f2d56ab41065a2d5563d8174cb blob - 22cc9a1eba46d729c6f6890233b894a7d846f716 blob + 5b538ecd34e3cfd6ed3313e82c52125d334b4c3e --- got/got.1 +++ got/got.1 @@ -792,7 +792,7 @@ work tree, use the repository path associated with thi Determine a set of commits to display as usual, but display these commits in reverse order. .It Fl x Ar commit -Stop traversing commit history as soon as the specified +Stop traversing commit history immediately after the specified .Ar commit has been traversed. This option has no effect if the specified
Clarify log -x is inclusive