Commit Graph

10 Commits

Author SHA1 Message Date
David Shireman 129a5286c0 Fixed RemoteOptions Integration With RemoteInfo
- Updated RemoteInfo so that properties are correctly set/retrieved when interacting with the RemoteOptions property
 - Added some unit test to check for expected functionality
 - Updated NEXT.md
2015-12-17 08:32:41 -06:00
Gordon Burgett 85d85d4d5c Merge branch 'master' into subtree
Conflicts:
	GitTfs.VsCommon/TfsHelper.Common.cs
	GitTfs/Core/GitRepository.cs
	GitTfs/Core/GitTfsRemote.cs
	GitTfs/Core/IGitRepository.cs
	GitTfs/Core/TfsInterop/ITfsHelper.cs
2013-09-05 15:35:06 -05:00
Chris Wundram bf61edfcc1 Added an additional ignore-except config option to add exceptions to files
ignored by the ignore-paths option.  For example if you want to ignore all
exe files except the .nuget/NuGet.exe file, you can add exe$ to the ignore-paths
and ^\.nuget to the ignore-except.

Added --except-regex command line option to RemoteOptions to set ignore-except
config.

New tfs-remotes for branches now will copy the ignore-paths and ingore-except
options from the default tfs remote.
2013-05-27 08:14:09 -05:00
Matt Burke bac056c50e Update libgit2sharp. 2013-04-29 11:48:51 -04:00
Gordon Burgett a3733a8c17 checkin works for remote with subtrees
Signed-off-by: Gordon Burgett <gordon.burgett@gmail.com>
2013-04-10 11:54:07 -05:00
Philippe Miossec f2c7832ac2 Don't return unvalid remotes
The one without Tfs URL or path...
It could happen when renaming a tfs remote with parameters no more supported
2013-02-03 18:53:15 +01:00
Matt Burke 3b7b07896a Update libgit2sharp.
I'm not all that pleased by the interface change to Dump, but
it works and is simple.

This should close #300.
2013-01-31 19:33:22 -05:00
Matt Burke f7400ffccf Refactor, and add a missing test. 2013-01-28 08:24:15 -05:00
Matt Burke f5f3debf1e Merge all the RemoteConfigConverter test classes. 2013-01-28 08:06:04 -05:00
Matt Burke 88a55766d3 Move the remotes-with-dots test to a different place. 2013-01-28 07:56:53 -05:00