Hi Junio,
On 2015-06-22 20:04, Junio C Hamano wrote:
Johannes Schindelin [off-list ref] writes:
quoted
+ git --git-dir=dst/.git branch -D bogus &&
+ git --git-dir=dst/.git config --add \
+ receive.fsck.missingEmail ignore &&
+ git --git-dir=dst/.git config --add \
+ receive.fsck.badDate warn &&
Funny double-SP (will locally fix).
There are a few other minor style nits (not in this patch but in
other patches in the series) like
s/free((char *) var)/free((char *)var)/;
that I locally added SQUASH,
I fixed all of this locally, ready to push out v8, but...
and I may also have tweaked some log messages. Please check what you will see in 'pu' when I push the day's integration out later.
... I did not see that yet.
For the record, my current state is available at
https://github.com/dscho/git/compare/fsck-api~19...fsck-api
I could wait for tomorrow to adjust my commit messages... or what do you want me to do?
Ciao,
Dscho