Commit Graph

78 Commits

Author SHA1 Message Date
Matt Burke 41689fe9f4 Rename these so that there's only one pattern 2016-10-03 10:40:55 -04:00
Matt Burke eed8bc1c78 0.25.1 release notes 2016-10-03 10:11:08 -04:00
Kim Gybels 098ed1ddcb Update NEXT.md 2016-09-28 15:37:23 +02:00
Matt Burke 523c6a597f Update NEXT.md 2016-09-05 09:36:59 -04:00
Craig E. Shea 0f2d2aff0d Update NEXT.md
Update NEXT.md to indicate the additional changes to be released in the next version of git-tfs.
2016-07-28 20:04:52 -04:00
Matt Burke b45aecd82e Add #967 2016-05-14 06:48:10 -04:00
NathanLBCooper a8995627a4 Fix -m for Shelve command, broken by PR #912 2016-04-01 11:29:55 +01:00
Tim Abell 308b0c7661 bloody crlf 2016-03-29 20:33:42 +01:00
Matt Burke 36b132d7ca Update NEXT.md 2016-03-29 11:13:40 -04:00
Matt Burke a50c51e60e Release notes for 0.25.0 2016-03-05 08:09:12 -05:00
Matt Burke c0d874081e Update release notes 2016-03-05 07:29:41 -05:00
Michael Naumov bb30620533 Calculate comment for checkin command
fix #828
2016-02-17 00:36:58 +01: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 d8313fb748 commit release file that messing my repository 2016-02-16 23:42:10 +01:00
Nathan Cooper 49ff9df929 Associate work items and shelving, release notes 2016-02-05 22:47:35 +00:00
Matt Burke 1cc686808a 0.24.2 release notes 2016-01-04 10:53:43 -05:00
Matt Burke 4e73ed009f Update release notes 2016-01-04 10:37:41 -05:00
Philippe Miossec a2c9d60754 Refactoring... 2015-12-23 18:29:39 +01:00
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
Matt Burke 47656fab1d v0.24.1 release notes 2015-12-11 21:55:17 -05:00
Matt Burke 6b80b5d143 Update release notes 2015-12-08 15:09:34 -05:00
Matt Burke 3b7532775c Update release notes for v0.24.0 2015-12-07 09:54:45 -05:00
Philippe Miossec 1503799f42 Update release note 2015-10-30 00:13:41 +01:00
Philippe Miossec 34a0b5445f Always display the git errors to help git-tfs users
See problem describe here: https://mgrowan.wordpress.com/2015/05/06/git-tfs-pull-command-exited-with-error-code-128/

Include stderr of the git command run in GitCommandExceptions

(All job done by @spraint ;) )
2015-10-04 16:55:57 +02:00
Philippe Miossec 7d7db9b53d Add release note 2015-09-24 22:32:10 +02:00
Matt Burke 3a30558740 Make 0.23.0 release notes 2015-09-21 15:18:14 -04:00
Philippe Miossec c4ad0d3a36 Better display tfs path of the remote we are working on... 2015-08-17 19:40:23 +02:00
Philippe Miossec 8414ac5740 Gated check-in support
by triggering a build when a check-in is rejected due to a gated check-in
2015-08-17 19:08:49 +02:00
Philippe Miossec 2eca9539a3 Fix Releasing 2015-08-05 17:54:46 +02:00
Philippe Miossec aa401d330d update release note 2015-07-19 01:59:39 +02:00
sb185219 8b38c8eb30 #775 - Added release notes 2015-07-16 23:58:12 +02:00
Philippe Miossec 4558a90af4 Remove old (slow) rcheckin algorithm 2015-06-28 21:50:50 +02:00
Philippe Miossec 69eed793ba Complete release note 2015-06-21 11:25:19 +02:00
Philippe Miossec 3c8064228d release note 2015-06-21 10:59:45 +02:00
Philippe Miossec 7f2cd66137 Documentation 2015-06-21 00:16:43 +02:00
Philippe Miossec 519f694783 Update release note 2015-06-18 21:46:48 +02:00
Philippe Miossec 84246854b4 Being able to clone from a specific changeset
...like what could be done with quick-clone
2015-06-11 10:33:34 +02:00
Philippe Miossec 0cb4deeb0e Update release note
for already commites changes
2015-06-11 10:30:28 +02:00
Matt Burke 8b3e4e1964 Which one was deprecated? 2015-06-01 18:49:30 -04:00
Matt Burke 565fff4a6f Release notes for v0.21.2 2015-06-01 09:00:47 -04:00
Matt Burke eca9cd1fef Update release notes 2015-06-01 08:53:56 -04:00
Matt Burke 668cd16776 Add release notes for v0.21.1 2015-05-04 13:28:58 -04:00
Matt Burke c2fec6eb96 Update release notes for v0.21.0 2015-03-02 17:42:52 -05:00
Philippe Miossec 322c55dbb4 Being able to clone sub branches and use of --with-branches option
We are now, not obliged to clone the trunk to use the `--with-branches` option!
That way the sub branch will be cloned (with all the branches merged into it)
 and all its children branches will be initialized after.

There is no more technical reasons that prevent cloning a sub branch...

Solve https://groups.google.com/forum/#!topic/git-tfs-dev/XndbEXRcx1M
2014-12-26 19:25:32 +01:00
Philippe Miossec 19a27f5c48 Update release note 2014-10-27 22:42:59 +01:00
Philippe Miossec f9044c6499 release note... 2014-10-13 01:08:47 +02:00
Matt Burke 62c3f38963 Update docs. 2014-07-28 10:09:35 -04:00
Philippe Miossec 7b3d08280e Doc & release note 2014-07-05 13:49:58 +02:00
Matt Burke f8a2607498 release notes. 2014-06-16 10:40:18 -04:00
Matt Burke b876ff230a Move release notes around for v0.20.0. 2014-06-16 10:08:30 -04:00