Commit Graph

15 Commits

Author SHA1 Message Date
Jonas Boesch dda9cfbef1 Added AuthorFilePath and Author fields to Checkin options.
Short-cut a ("a|authors" consistent with other uses) is already used by a|autorebase. Used "A|authors" instead.
2013-03-26 14:01:33 +01:00
Kim Gybels dd5c72ba9a Allow check-in notes to be set on the command line
New command line switches for rcheckin:
-c, --code-reviewer=VALUE  Set code reviewer
                             e.g. -c "John Smith"
-s, --security-reviewer=VALUE
                           Set security reviewer
                             e.g. -s "John Smith"
-p, --performance-reviewer=VALUE
                           Set performance reviewer
                             e.g. -p "John Smith"
2012-11-07 14:20:12 +01:00
Kim Gybels 18269ea59f Support for checkin notes
Specify the code reviewer in a commit message similarly to how
work items are associated, e.g.:
git-tfs-code-reviewer: John Smith
2012-11-06 22:52:37 +01:00
David Alpert 705d4d9f5b refactoring the generic caretaker into an explicitly passed and customized clone of the checkinoptions. 2012-09-10 09:38:18 -05:00
Vadim Skipin 9cf08450c6 Add support for OverrideGatedCheckIn 2012-04-04 17:24:09 +04:00
Sean M. Collins bbcf521be9 Merge remote-tracking branch 'git-tfs/master' into default_comment
Conflicts:
	GitTfs/Commands/CheckinOptions.cs
2012-02-01 10:46:51 -05:00
Sean M. Collins 7c9054adad Rename variable for clarity 2012-02-01 10:21:24 -05:00
Sean M. Collins 57c7085aeb Amend description for the default comment flag 2012-01-31 16:00:49 -05:00
Sean M. Collins d7972d362a Fixes #125
Inverts the build-default-comment flag. Default behavior
should now be to build the comment and place it
in the CheckinTool prompt.
2012-01-31 15:49:24 -05:00
Matt Burke af44684ea3 Convert CheckinOptions to NDesk.Options. 2012-01-29 06:25:57 -05:00
ivan-danilov 8870e46f39 Replaced RebaseWorkflow with NoMerge option to Checkin command 2011-07-11 02:00:14 +03:00
ivan-danilov 7f9784ab72 Added --rebase-workflow option to git tfs checkin command 2011-06-21 07:52:20 +03:00
Matt Burke 44d6f40234 Make commit message generation an option. 2011-03-04 10:25:51 -05:00
Matt Burke 1a50042ea4 Allow checkin policy overrides. 2011-02-23 14:14:29 -05:00
Matt Burke 9e5b095aab Added a missing file. 2010-03-05 18:04:15 -05:00