On Thu, Sep 13 2018, brian m. carlson wrote: > - $RWT for-each-reflog | cut -c 42- | sort >actual && > + $RWT for-each-reflog | cut -d" " -f 2- | sort >actual && Aside from hash size issues, this just makes the tests easier to read. Thanks!
On Thu, Sep 13 2018, brian m. carlson wrote: > - $RWT for-each-reflog | cut -c 42- | sort >actual && > + $RWT for-each-reflog | cut -d" " -f 2- | sort >actual && Aside from hash size issues, this just makes the tests easier to read. Thanks!