Commit Graph

971 Commits

Author SHA1 Message Date
Philippe Miossec ff30f738f4 Correct a strange message when no branches found 2013-05-24 21:34:30 +02:00
Matt Burke def84ab443 v0.17.2 v0.17.2 2013-05-23 06:16:55 -04:00
Matt Burke f3cc9f7e99 Clean up Release.proj.
* Prettier Version.cs.
* Do not tag until the build succeeds.
2013-05-23 06:16:39 -04:00
Philippe Miossec 770656f44e Use saved author file for rcheckin commits 2013-05-22 17:01:55 +02:00
Matt Burke ccab394878 Merge pull request #372 from pmiossec/clean_after_run_command
Clean workspace after running a tfs command
2013-05-20 12:33:16 -07:00
Philippe Miossec a2eeacbaac Clean workspace after running a tfs command
=> clone, fetch, init-branch, checkin, ...
2013-05-20 16:23:37 +02:00
Philippe Miossec 592357b2f8 .gitattributes : diff as csharp for better diffs (get method name) 2013-05-19 01:13:14 +02:00
James Dunne c666e6a44a Fix #367 by adding ChangeType.SourceRename case for init-branch. 2013-05-15 15:39:38 -05:00
Philippe Miossec 8ca64032a5 Readme.md : add place to download binary 2013-05-13 23:44:15 +03:00
Matt Burke 47d3a27532 Merge pull request #357 from l3m/quick-authors
Correct author attribution for RCheckin Quick
2013-05-08 07:24:34 -07:00
Matt Burke 540ae7894a Merge pull request #362 from EPashkin/fix-git-tfs-authenticates-against-all-tfs-instances_vs2008
Apply fix for Vs2008
2013-05-08 07:19:46 -07:00
Matt Burke a5b56e8223 Merge pull request #361 from spraints/update-ref
Replace Process.Start with libgit2sharp. (closes #360)
2013-05-08 06:54:05 -07:00
Evgeny Pashkin 915b137975 Apply fix for Vs2008
416543 Fix: git-tfs tries to authenticate against all TFS instances in the branch no matter how old they were in use and if they needed at all.
2013-05-07 10:40:40 +04:00
Matt Burke ea8e241fa2 Merge pull request #360 from pmiossec/checkintool_visible_taskbar
Show CheckinTool window in task bar. Closes #359
2013-05-06 13:04:07 -07:00
Philippe Miossec 20bac72878 Share ParentForm between Vs2010 and Vs11 projects 2013-05-06 18:37:48 +02:00
Philippe Miossec c7e5f7cf1a Show CheckinTool window in task bar 2013-05-05 17:18:48 +02:00
Matt Burke f1d3f18e3e Use the new refs API.
Thanks @Saaman!!!!
2013-05-03 16:21:36 -04:00
Matt Burke aaf8079cac Update libgit2sharp to include libgit2/libgit2sharp#421 2013-05-03 16:16:32 -04:00
Matt Burke a4e4847ecf Merge pull request #358 from arcanericky/branch-warning-list
Fix newline for branch checkout warning
2013-05-02 11:23:07 -07:00
Ricky Pike cea0ad2b1a Fix newline for branch checkout warning 2013-05-01 16:41:01 -05:00
Matt Burke 09606b228d Eliminate Process.Start("git", "update-ref", ...) 2013-04-29 12:00:34 -04:00
Matt Burke bac056c50e Update libgit2sharp. 2013-04-29 11:48:51 -04:00
J.Ru 34cef5d7d0 Introduce FindCommonGitCommit
Instead of relying on the base changeset IDs coming from the shelveset,
the first git commit that is found to contain the exact SHA1 for all
the files in the shelveset is used as the parent.
2013-04-25 18:47:32 +02:00
Jonas Boesch aa81462a95 RCheckin now has correct author attribution in quick mode too.
+ Refactored PerformRCheckin to remove duplicate code
2013-04-24 11:37:46 +02:00
Jonas Boesch 462dcc285a GitCommit can now return (forward) Sha of the wrapped commit. 2013-04-24 10:39:26 +02:00
Jonas Boesch 8d88d4540c Refactored PerformRCheckin
- Common checks are still in the base method
- 'Quick' specific code is in _PerformRCheckinQuick
- the non-Quick code is in _PferformRCheckin
2013-04-24 10:03:29 +02:00
Matt Burke 4ebba7d084 Merge pull request #352 from edparcell/master
Bugfix to allow check-in with merge from bare repository (#285)
2013-04-23 13:55:05 -07:00
Philippe Miossec bb9d724b1d Replace git command update-ref by a LibGit2Sharp call to UpdateRef() 2013-04-22 21:57:32 +02:00
Matt Burke dc91dddb1c Merge pull request #354 from pmiossec/TfsHelperVs2010Base
Tfs helper vs2010 base
2013-04-21 15:58:40 -07:00
Philippe Miossec e29e7eb4e0 remove variable not used 2013-04-19 01:24:20 +02:00
Philippe Miossec f4c66ad302 Add error trace when branch not found 2013-04-19 01:24:01 +02:00
Ed Parcell 22100d99cc Try to use full path in HashAndInsertObject in bare repositories. Fixes #285. 2013-04-18 14:17:47 -04:00
J.Ru 385bc316e3 Fix Fetch for initial commit 2013-04-17 15:06:37 +02:00
J.Ru db9a445089 Unshelve based on the parent changeset Id 2013-04-17 14:40:49 +02:00
J.Ru 74ae60fc5f Compute base changeset Id 2013-04-17 14:40:28 +02:00
J.Ru d23af4b952 Rename UpdateTfsHead and new purpose for UpdateRef 2013-04-17 14:40:27 +02:00
J.Ru 3ab6e3f0d2 Read parent tree into the index before applying changes 2013-04-17 14:40:27 +02:00
Matt Burke 078a36841f Merge pull request #349 from pmiossec/clone_crash_no_tfs_root
Correct a clone crash when no tfs root found. Closes #348
2013-04-12 14:19:21 -07:00
Matt Burke ddd022bee5 Merge pull request #336 from l3m/correct-authors
Correct author attribution
2013-04-12 06:31:01 -07:00
Matt Burke 20f93817b4 Merge pull request #340 from git-tfs/chocolatey
Build chocolatey packages.
2013-04-11 12:14:15 -07:00
Philippe Miossec 8fc1dcbea0 Correct a crash when no tfs root found #348 2013-04-11 19:07:47 +02:00
Philippe Miossec c550a8583b see wiki for better help 2013-04-06 01:30:25 +03:00
Philippe Miossec 3ad5899542 Merge pull request #343 from pmiossec/correct_branch_help
correct missing `branch` in help
2013-04-05 02:07:33 -07:00
Philippe Miossec d9e439e41a correct missing branch in help 2013-04-05 11:05:39 +02:00
Matt Burke 9467fade55 Merge pull request #328 from git-tfs/workspace-fix
Make workspace cleanup more automatic.
2013-04-04 19:36:40 -07:00
Matt Burke eddb571739 Merge remote-tracking branch 'origin/master' into workspace-fix 2013-04-04 22:31:04 -04:00
Matt Burke 4d338626e2 Interweave some comments.
I'm normally not big on comments, but I thought I could validate my
reading of the code and answer future questions at the same time.
2013-04-04 14:58:12 -04:00
Matt Burke c13a1de363 tweak 2013-04-04 14:47:28 -04:00
Matt Burke d885971e06 Merge pull request #342 from pmiossec/update_libgit2sharp
Update LibGit2Sharp to the v0.10 just released
2013-04-03 12:52:30 -07:00
Philippe Miossec 2f3b9ff30b update LibGit2Sharp to the v0.10 just released 2013-04-03 21:29:53 +02:00