Commit Graph

6 Commits

Author SHA1 Message Date
Matt Burke 3387dcf33c update one sha 2016-03-31 10:19:33 -04:00
Matt Burke d2dda0829c Show the bad commit 2016-03-31 09:35:41 -04:00
Philippe Miossec e9d97a9cea Refactor branch option to be more consistent
Now, we have 3 options for the `clone` and `fetch` commands:
--branches=none: Ignore branches and merge changesets, fetching only the clone tfs path
--branches=auto:(default) Manage merged changesets and initialize the merged branches
--branches=all: Manage merged changesets and initialize all the branches during the clone

+ clean and improve the doc
2016-02-17 00:00:33 +01:00
Philippe Miossec 84ea318656 Little better build output.... 2015-10-30 00:13:41 +01:00
Philippe Miossec 49c1bb0a95 No more need to display the path... 2015-07-25 13:30:12 +02:00
Philippe Miossec ae15d5d149 Functional/Smoke tests!
* Add a powerShell script to do smoke/functional tests on a tfs repository
* Add another AppVeyor script to run smoke tests
* Introduce a new ConfigurationBuild to build on AppVeyor
without being obliged to install external dependencies

PS: We could run the script locally (to verify your version of git-tfs) with the command:

	.\FunctionalTesting\smoke_tests.ps1 c:\path\to\your\custom\git-tfs\
2015-07-01 16:42:18 +02:00