Commit Graph

29 Commits

Author SHA1 Message Date
Matt Burke bc845d13e5 Extract a Bootstrapper class. 2014-04-20 00:10:40 +02:00
Philippe Miossec 8fa42f4a82 bootstrap automatically the remote we are working on if needed 2014-04-20 00:10:38 +02:00
Matt Burke 5a739675ec Merge pull request #549 from pmiossec/more_info_bootstrap_command
Bootstrap: Display more info for managing main remote
2014-02-24 09:34:04 -05:00
Philippe Miossec 90958def2f Always return stub remotes when not found and let that fail when a real remote is needed
it helps better manage some cases...
2014-02-16 14:19:54 +01:00
Philippe Miossec 738ffdbf3e Display more info for managing main remote 2014-02-16 14:02:28 +01:00
Arkadiy Shapkin b90b8ca53f Removed unused using directives 2014-02-06 15:35:03 +04:00
Philippe Miossec 2d6fd2ce96 process expected name to get a good git name 2013-10-01 17:32:35 +02:00
Matt Burke 49c3c01e3d Merge pull request #458 from pmiossec/boostrap_better_remote_naming
better remote naming when bootstrapping
2013-10-01 09:16:54 -04:00
Philippe Miossec 4cc2dffb05 Better naming of remote corresponding to TFS branches 2013-10-01 00:31:33 +02:00
Philippe Miossec 2511343ce2 correct overwriting of autocrlf setting when bootstrapping 2013-09-30 15:48:11 +02:00
Pat Thoyts cfbb50a4f2 Print bootstrap information directly from the identified commit.
Emit the commit information using the same style as git log but avoiding
the cost of executing a git subprocess.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2013-09-24 15:03:53 +01:00
J.Ru d23af4b952 Rename UpdateTfsHead and new purpose for UpdateRef 2013-04-17 14:40:27 +02:00
Matt Burke 6dd896eecd Unit tests for the configuration for a new tfs remote. 2012-10-16 13:53:13 -04:00
Matt Burke bbd8c742ab Convert the rest to NDesk.Options. 2012-02-01 07:27:49 -05:00
Matt Burke 5a4685159f Make it easier to pull the plug on CSharpOptParse. 2012-01-28 16:10:37 -05:00
Matt Burke f0e0c28486 Use NDeskOptions for RemoteOptions. 2012-01-28 13:37:54 -05:00
Matt Burke 157676c473 Rough-in NDesk.Options. 2012-01-28 12:04:36 -05:00
ivan-danilov 59c491e570 Merge branch 'redundant-fetch' 2011-07-14 13:43:05 +03:00
Matt Burke 50a7bfa2f0 Fix line endings. 2011-07-14 00:03:10 -04:00
ivan-danilov 49fc1b03cd Added remote options to bootstrap command (username, password etc) 2011-07-13 22:32:11 +03:00
ivan-danilov be4e399c7a Renamed GetParentTfsCommits -> GetLastParentTfsCommits for clarity 2011-07-08 23:51:43 +03:00
ivan-danilov 665ed2c846 Made fetch and bootstrap not only move tfs ref forward but updates untracked tags also 2011-07-08 23:30:35 +03:00
ivan-danilov 5cb36da9a1 bootstrap updates tfs ref if it exists already 2011-07-07 23:58:35 +03:00
Matt Burke 4b41ebb123 Bootstrap needs to set the tfs remote's ref. [#51] 2011-06-16 16:35:29 -04:00
Matt Burke 4e2c348a34 Only use the FakeTfsRemote when we need to. 2011-02-23 13:35:32 -05:00
Matt Burke cb314805e7 Improve bootstrap.
* Eliminated a stub class _and_ conformed more to LoD.
 * Don't create more remotes if the remote is already there.
2011-02-23 10:29:23 -05:00
Matt Burke 9df2fba58e Allow one arg for bootstrap. 2011-02-23 10:26:04 -05:00
Matt Burke aef3b3e12d Got bootstrap to work. 2011-02-23 10:06:21 -05:00
Matt Burke c6eb55b293 Bootstrap prints info about tfs parents it can guess about. 2011-02-22 14:09:02 -05:00