Philippe Miossec
b7d45fd4e9
Associate tfs workitems with pattern #Workitem_id ( github style )
...
If Microsoft is doing it with TFS2013 and Git, why can't we do it!?!
2013-11-16 21:26:19 +01:00
Philippe Miossec
c413c2ae83
refresh clone documentation
2013-11-08 23:17:23 +01:00
Matt Burke
3a26ac6e65
Merge pull request #442 from pmiossec/create_tfs_branch_from_git_branch
...
Create a tfs branch from an existing git branch
2013-11-06 09:24:47 -08:00
Philippe Miossec
9324466e3c
Check in an existing git branch in a new TFS branch
2013-11-05 14:01:45 +01:00
Matt Burke
be69c79040
Merge pull request #478 from pmiossec/display_git_command_on_error
...
Display git command on error even if not in debug mode
2013-11-05 04:53:44 -08:00
Philippe Miossec
c006226d62
Merge pull request #479 from pmiossec/fix_quickclone
...
correct quick-clone where initBranch is null
2013-11-04 02:35:10 -08:00
Philippe Miossec
e2b4d60f50
correct quick-clone where initBranch is null
...
should fix #477
2013-11-04 11:32:58 +01:00
Philippe Miossec
3b4b16d133
Display git command on error even if not in debug mode
...
Should help the user to better understand the problem (and improve issue report)
2013-11-04 11:00:51 +01:00
Sean M. Collins
6009f50130
Merge pull request #475 from git-tfs/issue_474
...
Fixes #474
2013-10-31 23:09:21 -07:00
Sean M. Collins
73ac54392a
Merge pull request #471 from irontoby/patch-1
...
Update rcheckin.md to make clear its distinction from checkin
2013-10-31 23:07:42 -07:00
Sean M. Collins
db6b8a760a
Merge pull request #472 from irontoby/patch-2
...
Update unshelve.md to clarify that a new branch will be created
2013-10-31 23:07:08 -07:00
Sean M. Collins
0cce33c34f
Merge pull request #473 from irontoby/patch-3
...
update special-actions-in-commit-messages.md to fix broken link to rchec...
2013-10-31 23:06:45 -07:00
Sean M. Collins
cf7057f7cb
Rework logic to not require the "action" keyword
2013-11-01 11:47:57 +08:00
Sean M. Collins
16697d9620
Failing unit test
2013-11-01 11:23:48 +08:00
Sean M. Collins
8ab99fb098
Fix for #474
2013-11-01 10:52:46 +08:00
irontoby
06b0607e68
update special-actions-in-commit-messages.md to fix broken link to rcheckin doc
2013-10-31 14:13:05 -04:00
irontoby
794870f71f
Update unshelve.md to clarify that a new branch will be created
2013-10-31 13:57:27 -04:00
irontoby
092e24074d
Update rcheckin.md to make clear its distinction from checkin
...
As a new user reading the rcheckin description it was difficult for me to understand how it was different from a regular checkin until I went to that page and saw the note. So I suggest having a similar note on the rcheckin page too.
2013-10-31 07:17:20 -07:00
Philippe Miossec
eb2b924acf
Merge pull request #470 from pmiossec/better_handle_error_cloning_branches
...
Better handle error cloning branches
2013-10-30 14:55:17 -07:00
Philippe Miossec
8cc7ea242b
refactoring
2013-10-30 18:21:24 +01:00
Philippe Miossec
46da1b49c3
debug command line : correction to print also command name removed by ExtractCommand()
2013-10-25 12:10:45 +02:00
Philippe Miossec
3f116e0cad
Clean working directory only when error during cloning (and not init branches)
2013-10-22 23:16:40 +02:00
Philippe Miossec
9ab86aca0b
better message
...
(because I was always fooled by this cleaning error message displayed BEFORE the real error!)
2013-10-22 23:16:38 +02:00
Matt Burke
f4f9e26203
Merge pull request #468 from pmiossec/display_command_in_debug
...
Display git-tfs command in the console when debug log is enable
2013-10-22 14:07:46 -07:00
Philippe Miossec
3f3fd638b2
Display git-tfs command in the console when debug log is enable
...
(to help support when someone report an error)
2013-10-22 15:20:19 +02:00
Matt Burke
0cc0580965
Merge pull request #466 from pmiossec/workspace_parameter
...
Add an option to set a workspace when cloning or init a repository
2013-10-21 19:41:51 -07:00
Sean M. Collins
8cfed5d935
Merge pull request #467 from joshka/patch-1
...
minor typo in readme - uses cases -> use cases
2013-10-18 08:56:34 -07:00
Joshua McKinney
0ab7ed2a1e
minor typo
2013-10-19 02:33:48 +11:00
Philippe Miossec
2c16a55907
Add an option to set a workspace when cloning or init a repository
2013-10-17 23:06:31 +02:00
Matt Burke
67927ade74
Merge pull request #465 from pmiossec/update_libgit2sharp
...
Update libgit2sharp from 0.14 to 0.14.1
2013-10-14 15:56:19 -07:00
Philippe Miossec
d190322003
correction in branch.md doc file...
2013-10-14 10:51:07 +02:00
Philippe Miossec
dbaccff392
Update libgit2sharp from 0.14 to 0.14.1
2013-10-11 17:23:06 +02:00
Philippe Miossec
be4299b473
Refactoring FindChangesetInGitRepository() not really needed...
2013-10-10 14:44:22 +02:00
Matt Burke
8789f01c91
Merge pull request #464 from DanRigby/VS2013
...
Add support for VS2013 & TFS2013
2013-10-09 14:45:06 -04:00
Matt Burke
ce2c12ec4e
The VS2012 and VS2013 Workspace.Checkin methods are the same, so use the same code.
2013-10-09 14:37:30 -04:00
Matt Burke
2a60efb110
Extract a base class for VS2012 and VS2013.
2013-10-09 14:27:54 -04:00
Matt Burke
1216001775
Alias GitTfs.vs2012 and GitTfs.Vs11 (when referenced from GIT_TFS_CLIENT).
2013-10-09 13:01:38 -04:00
Matt Burke
6e7a06b6f8
Enable VS2013 client build in Debug|x86.
2013-10-09 12:55:02 -04:00
Matt Burke
13751b299d
Merge pull request #463 from pmiossec/managed_branch_not_initializable
...
Manage case where a branch can't be initialized to avoid infinit loop
2013-10-09 08:51:06 -07:00
Philippe Miossec
eb154cdfa5
Manage case where a branch can't be initialized to avoid infinit loop
...
For the moment, there is the case of a renamed branch not managed because we can't find the root changeset in the repository
2013-10-08 12:19:45 +02:00
Dan Rigby
3ab7bf2a9b
Fix incorrect registry path and method name
2013-10-07 09:27:11 -04:00
Philippe Miossec
d131ff8c64
Merge pull request #462 from pmiossec/rewrite_find_by_commit_message
...
Rewrite FindCommitByCommitMessage to better find by changeset Id
2013-10-07 05:13:38 -07:00
pmiossec
1c027a0d17
Rewrite FindCommitByCommitMessage to better find by changeset Id
...
(for better performance and maintainability)
2013-10-07 14:05:49 +02:00
Dan Rigby
a0fd1736ab
Add VS2013 support
2013-10-06 14:11:07 -04:00
Dan Rigby
8cd3f4bb1f
Remove VS2012 Debug Configuration
2013-10-06 14:04:34 -04:00
Dan Rigby
9cf835fda4
Fix Vs2012 naming
...
It was inconsistent with previous VS version naming.
2013-10-06 14:01:00 -04:00
Philippe Miossec
b60431c0f3
don't display 'obsolete message' when initializing branch when cloning
2013-10-02 22:04:31 +02:00
pmiossec
3887551a7d
rewrite warning message
2013-10-02 22:02:02 +02:00
Philippe Miossec
e0633011e8
Merge pull request #460 from pmiossec/bootstrap_better_naming_correction
...
process expected name to get a good git name
2013-10-01 08:44:32 -07:00
Philippe Miossec
2d6fd2ce96
process expected name to get a good git name
2013-10-01 17:32:35 +02:00