rcs-fast-export
15 years agoTry to guess the user's name and email
Giuseppe Bilotta [Tue, 18 Nov 2008 00:00:14 +0000 (01:00 +0100)] 
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

15 years agoDocument config options in usage
Giuseppe Bilotta [Mon, 17 Nov 2008 22:17:10 +0000 (23:17 +0100)] 
Document config options in usage

15 years agoAlso read config option rcs.tageachrev
Giuseppe Bilotta [Mon, 17 Nov 2008 22:15:23 +0000 (23:15 +0100)] 
Also read config option rcs.tageachrev

15 years agoConfig before command line
Giuseppe Bilotta [Mon, 17 Nov 2008 22:12:12 +0000 (23:12 +0100)] 
Config before command line

15 years agoImprove usage
Giuseppe Bilotta [Mon, 17 Nov 2008 22:09:43 +0000 (23:09 +0100)] 
Improve usage

15 years agoExpand authorsfile path
Giuseppe Bilotta [Mon, 17 Nov 2008 21:59:28 +0000 (22:59 +0100)] 
Expand authorsfile path

15 years agoAlso read config option rcs.authorsfile
Giuseppe Bilotta [Mon, 17 Nov 2008 21:58:59 +0000 (22:58 +0100)] 
Also read config option rcs.authorsfile

15 years agoImplement --authors-file option
Giuseppe Bilotta [Mon, 17 Nov 2008 21:45:03 +0000 (22:45 +0100)] 
Implement --authors-file option

15 years agoImplement --tag-each-rev option
Giuseppe Bilotta [Mon, 17 Nov 2008 21:32:01 +0000 (22:32 +0100)] 
Implement --tag-each-rev option

15 years agoOptions infrastructure
Giuseppe Bilotta [Mon, 17 Nov 2008 20:51:50 +0000 (21:51 +0100)] 
Options infrastructure

15 years agoImport RCS symbols as lightweight git tags
Giuseppe Bilotta [Mon, 17 Nov 2008 19:47:07 +0000 (20:47 +0100)] 
Import RCS symbols as lightweight git tags

15 years agoFix branch names
Giuseppe Bilotta [Mon, 17 Nov 2008 18:35:13 +0000 (19:35 +0100)] 
Fix branch names

15 years agoInitial commit
Giuseppe Bilotta [Sat, 15 Nov 2008 02:11:31 +0000 (03:11 +0100)] 
Initial commit