Do not complain if no committer identifier can be written to the reflog.
commit4feaf032d3c2e144e0dca61e004481164dace56a
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 24 Jan 2007 08:37:48 +0000 (24 09:37 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 24 Jan 2007 08:37:48 +0000 (24 09:37 +0100)
tree73f1884e052dd2d3d67ecc3b7243d86d180166e7
parent9983977758b00215f93ec636f009df5312a74537
Do not complain if no committer identifier can be written to the reflog.

git clone leaves a half-baked clone without the HEAD ref and no working
tree, but with the full repository, if it cannot find the committer
information in the GECOS field. For a first-time user this may be
puzzling since git clone may be the very first git command to be tried.

The reflog is entirely local information, and the warning about the
missing information is printed anyway, so there is a hint for the user
how to fill it in.
refs.c