On 09/01/2015 11:59 AM, Eric S. Raymond wrote:
Jason Merrill <ja...@redhat.com>:
Here's an improved version:
You wrote:
# git scommit <stamp> <rev-list-args> - list most recent commit that matches
<stamp>.
# Must also specify a branch to search or --all.
Where must the branch argument appear with respect to the other arguments?
After the stamp; otherwise it doesn't matter, it'll just be passed along
to git rev-list.
Am I correct that this should be applied by creating or appending to an
[alias] section in ~/.gitconfig?
Yes.
Jason