Johannes Schindelin <johannes.schinde...@gmx.de> writes:

> +     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, 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.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in

Reply via email to