Try to guess the user's name and email
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 18 Nov 2008 00:00:14 +0000 (01:00 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 18 Nov 2008 00:19:42 +0000 (01:19 +0100)
commit761af595e18e8364282ea752142b19ada569ac8e
tree153977e32c99d05a7329cf89a7a4d83dbeabe827
parent32c22dbf1034553ca1a49df644b79e2b46cce690
Try to guess the user's name and email

A common use case for RCS fast export is likely to be of a user trying to
convert its RCS histories into git histories. In these cases we don't need an
authors file, since the committer full name and email are information likely
to be found elsewhere.

We look at the git config, but also the gecos entry in the passwd file. As
extreme resources we also peek in their .hgrc and .vimrc files
rcs-fast-export.rb