Commit Graph

11 Commits

Author SHA1 Message Date
Philippe Miossec 770656f44e Use saved author file for rcheckin commits 2013-05-22 17:01:55 +02:00
Jonas Boesch 896e7dd6e8 Refactored TryGetValue to FindAuthor
- Changed function signature as requested by sc68cal.
- Updated clients and tests.
2013-03-27 14:45:41 +01:00
Jonas Boesch 5421b73520 Made BuildGitUserId public static
Clients can now transform git author name/email tuples into a lookup key.
2013-03-27 10:57:39 +01:00
Jonas Boesch 114a62bc09 Identification of git users for git-tfs user mapping now only uses email address.
This was done to avoid mismatches when enforced Active Directory naming rules and developer's chosen name formatting did not match up.
2013-03-26 15:36:31 +01:00
Jonas Boesch 4ef8c0e382 Updated AuthorsFile.cs to allow bidirectional mapping between git author tuple and a tfs user id. 2013-03-26 13:42:31 +01:00
Philippe Miossec 0d8f7fc451 Just a little adjustment on trace when trying to read an Authors File 2012-12-15 13:08:23 +01:00
Philippe Miossec 12617efec0 Save and re-use author file until overwritten 2012-12-04 13:42:09 +01:00
Philippe Miossec 5f4479241b Use author file to manage author mapping in init-branch command 2012-12-04 13:20:31 +01:00
Ed F db9044d971 Added ability to comment line in AuthorsFile.
Renamed tests to start with AuthorsFile instead of "Test"
Added tests for international author names.
2012-08-27 20:42:44 -04:00
Richard Birkby 641c1b860c Make the authors file username lookup case insensitive
Fixes issue 209
2012-08-16 15:08:21 +01:00
Ed F 5cca260cda Add AuthorsFile.cs and associated unit test.
--AuthorsFile parameter added to the Fetch command and is registered as a singleton.
--Unit tests test the regex of the line parsing.
Updated logic around parsing the original changeset owner.  This was needed to properly identify a user who had been deleted from TFS without the need for an AuthorsFile.
2012-07-31 23:59:43 -04:00