Duy Nguyen [off-list ref] writes:
On Fri, Feb 28, 2014 at 4:46 PM, Dmitry S. Dolzhenko
[off-list ref] wrote:
quoted
Affected functions: read_one_reflog(), add_commit_info()
We can usually see this from @@ line so it's not really needed to
describe. Same comment for a few other patches.
Not everybody always reads "git log" with "-p". It is good to see
what are changed mentioned somewhere.
I prefer to see full sentences, though ;-)
Subject: reflog-walk.c: use ALLOC_GROW()
read_one_reflog() and add_commit_info() open-codes reallocation;
use ALLOC_GROW() instead.
or something. But that is minor.