mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
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.
This commit is contained in:
Reference in New Issue
Block a user