Commit Graph

440 Commits

Author SHA1 Message Date
Matt Burke 4eb62bc915 Merge pull request #149 from xelibrion/master
Fixed issue #148
2012-02-26 04:43:22 -08:00
Dmirty Krychkov 64c3501f4c Fixed issue #148 2012-02-25 17:02:52 +10:00
Sean M. Collins 21a5ead5af Version 0.13.0 v0.13.0 2012-02-23 12:56:05 -05:00
Sean M. Collins ec5b5cd96c Merge pull request #141 from sc68cal/feature/134
Feature: Allow rcheckin to associate/close work-items
2012-02-23 09:43:53 -08:00
Sean M. Collins eae316711a Revert "Trim after running the regex"
This reverts commit a8ee3a252a.
2012-02-23 12:31:04 -05:00
Sean M. Collins f608447a8a Merge pull request #146 from Rezun/changes
Support for filenames escaped with quotepath
2012-02-22 08:23:46 -08:00
Steve Schmidt d7c24b6a09 Added unit tests to ensure that quotepath support is working 2012-02-22 17:06:50 +01:00
Sean M. Collins a8ee3a252a Trim after running the regex 2012-02-22 11:03:38 -05:00
Sean M. Collins d879162cc8 Clear _checkinOptions.WorkItemsTo* after successful checkin 2012-02-22 10:38:47 -05:00
Sean M. Collins 40dc1139e5 Merge pull request #145 from sc68cal/chocolatey_install
Recommend using Chocolatey by @ferventcoder to install
2012-02-21 08:47:41 -08:00
Steve Schmidt da0bdaa5a2 Added support for filenames escaped with quotepath (core.quotepath setting) 2012-02-21 16:35:20 +01:00
Sean M. Collins e74fd7d496 Recommend using Chocolatey by @ferventcoder to install 2012-02-20 15:45:39 -05:00
Sean M. Collins 4efa6f6adf Strip out tfs-work-item-id string from TFS commits 2012-02-18 21:05:39 -05:00
Sean M. Collins ad69066120 Final touches
Change Regex pattern, add console output, and
call when Quick is true or false
2012-02-17 11:14:48 -05:00
Sean M. Collins 10ac06f85d Associate or Resolve items based on regex 2012-02-17 10:34:35 -05:00
ivan-danilov 1080a4e44b Merged #111 fix 2012-02-16 14:51:07 +02:00
ivan-danilov 71aa30d845 Replaced tabs with spaces 2012-02-16 14:46:46 +02:00
Dmirty Krychkov d76f1c99e3 Fixes #111 - target file should be always overwritten while renaming 2012-02-16 22:00:36 +10:00
Matt Burke e35a5cdb30 Merge pull request #136 from sc68cal/fix_tests
Fix tests
2012-02-14 03:52:32 -08:00
Sean M. Collins ba94a46e33 Fix link to point to VS2010 SDK SP1
Prevents this:
http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/12b2e7e5-90a0-4045-8989-9bbf3622e495
2012-02-13 20:58:10 -05:00
Sean M. Collins 4aca0cc4dd Call TfsWorkItemRegex during rcheckin operation 2012-02-13 17:30:46 -05:00
Sean M. Collins db4eea81a0 Add regex for associating work items 2012-02-13 17:21:12 -05:00
Sean M. Collins 094dfc698f Create a prefix for Git-Tfs metadata 2012-02-13 16:24:15 -05:00
Sean M. Collins 77cd4a1a12 Merge pull request #137 from sc68cal/issue_131
Fixes #131
2012-02-13 12:51:12 -08:00
Sean M. Collins 42b93cbacf Fixes #131 2012-02-13 15:46:43 -05:00
Sean M. Collins e532c767e5 Implement OptionSet from GitTFSCommand interface 2012-02-13 14:45:02 -05:00
Sean M. Collins 054fbf2181 Remove CSharpOptParse 2012-02-13 14:45:01 -05:00
Sean M. Collins 88e8fe2cec Add reference to NDesk.Options 2012-02-13 14:45:00 -05:00
Matt Burke 2f8cc11a1d avoid null reference exception.
Fixes #116.
2012-02-10 10:29:41 -05:00
ivan-danilov 7901c1a1f9 Merge pull request #130 from Ang3lFir3/patch-1
path addition examples ... for those not familiar
2012-02-10 05:33:24 -08:00
Eric Ridgeway 1bb5eed37c in honor of http://truncatedcodr.wordpress.com/2012/02/07/git-tfs-instruction-add-directory-to-your-path/ I added some examples and the referenced link. 2012-02-07 10:42:02 -08:00
Sean M. Collins 8a35f4a976 Merge pull request #129 from salty-horse/download_link
Fix download link in README
2012-02-02 12:49:00 -08:00
Ori Avtalion b099bd9baa Fix download link in README 2012-02-02 21:31:50 +02:00
Matt Burke ddd7b8b320 Merge pull request #128 from sc68cal/default_comment
Change Checkintool to build default comment by default
2012-02-01 12:04:57 -08: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
Matt Burke dcb1bf7782 Merge pull request #127 from spraints/53-ndesk-options
Convert to NDesk.Options
2012-02-01 04:48:25 -08:00
Matt Burke 56024c6ba7 ShelveList and Unshelve pass themselves to TFS plugins.
... so they need to have their config properties public.
2012-02-01 07:46:34 -05:00
Matt Burke bbd8c742ab Convert the rest to NDesk.Options. 2012-02-01 07:27:49 -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 64408ed742 Convert Verify to NDesk.Options. 2012-01-31 08:27:22 -05:00
Matt Burke d20938c45f Convert Unshelve to NDesk.Options. 2012-01-31 08:25:52 -05:00
Matt Burke d958d4f8f2 Convert ShelveList to NDesk.Options. 2012-01-31 08:23:36 -05:00
Matt Burke 317108dbb4 Convert Shelve to NDesk.Options. 2012-01-31 08:17:43 -05:00
Matt Burke 414e09a374 Regions that cover the whole file are useless. 2012-01-31 08:17:29 -05:00
Matt Burke 87bd5682a7 Remove unused CommitOptions. 2012-01-31 08:13:34 -05:00
Matt Burke c0b98b0fe5 Convert Rcheckin to NDesk.Options. 2012-01-31 08:11:45 -05:00
Matt Burke baae5b3746 Convert QuickFetch/QuickClone to NDesk.Options. 2012-01-31 08:07:19 -05:00
Matt Burke fc5536f70c Convert Pull to NDesk.Options. 2012-01-31 08:01:03 -05:00