Commit Graph

2174 Commits

Author SHA1 Message Date
Matt Burke 8305ceae8d fix up 2017-09-13 08:36:20 -04:00
Sijmen Mulder a9942647b7 Add xcopy fix to release notes 2017-09-07 11:25:26 +02:00
Sijmen Mulder eb445a153b Fix xcopy invocation for spaces in path 2017-09-07 10:35:11 +02:00
Peter Dolkens e0d9de0e6d Prevent an infinite loop that was occurring when a Merge failed due to missing parent commit (#1077) 2017-06-14 23:44:47 +02:00
jnm2 0455cd3a4c Consistent langversion for all project configurations 2017-06-07 23:00:27 +02:00
leftler 3e23189491 Added a TraceWarning when the authors file fails to copy. (#1072)
This is a partial fix for issue #1071, now a TraceWarning message will be displayed when the file fails to copy.
2017-06-05 00:03:58 +02:00
Philippe Miossec 11d99c4a06 Merge pull request #1075 from pmiossec/fix_underscore_pb_in_refnames
fix duplication of refnames prefixed with "_"s
2017-06-04 23:36:24 +02:00
Philippe Miossec 62d5960e2e fix duplication of refnames prefixed with "_"s 2017-06-04 23:13:02 +02:00
Matt Burke ↺ 39ccafb065 Merge pull request #1068 from taras-demyanets/feature/export-workitem-title
WorkItem title has been added to the metadata export
2017-05-19 07:40:11 -04:00
Taras Demyanets 6e7d3005b9 New constructor was added to the ExportWorkItem.
oldWorkItemId was renamed to oldWorkItem.
2017-05-12 15:50:39 +02:00
Taras Demyanets 9787ad0b92 "Workitems:" header was added 2017-05-10 14:37:33 +02:00
Taras Demyanets a03b6273a2 TranslateWorkItems was refactored to maintain only one list of export WorkItems 2017-05-10 14:26:20 +02:00
Taras Demyanets 7e2dae1a1d WorkItem title has been added to the metadata export 2017-05-09 14:57:34 +02:00
Matt Burke ↺ 3b404c9127 Merge pull request #1066 from EdorianDark/master3
Small code refactoring in git to tfs filtering
2017-05-04 09:49:26 -04:00
Dirk Leifeld 1b5724ae91 Small code refactoring in git to tfs filtering 2017-05-02 09:40:39 +02:00
EdorianDark 4e9a5a0312 Filter case-only file renames, as they cannot be applied in tfs. (#1063) 2017-04-26 00:21:24 +02:00
Philippe Miossec f6930c3697 Update .gitignore (again) 2017-04-26 00:21:23 +02:00
Philippe Miossec a0df58dd90 Add paket.lock to the solution file 2017-04-26 00:21:23 +02:00
Philippe Miossec e4def742a2 Add some GitExtensions config
- Appeyor Build Integration results
- Revision links (PR, issues, commits, AppVeyor)
2017-04-26 00:21:23 +02:00
Matt Burke ↺ a246154787 Merge pull request #1058 from cmakshin/default-log-entry-remote
Fix creation of log entries with default remote
2017-04-14 16:15:14 -04:00
Philippe Miossec 3f256ac8d6 update .gitignore 2017-04-13 00:50:47 +02:00
Craig E. Shea 076ec25fba Fix erroneous XML Doc Comment
This commit fixes an erroneous XML Doc Comment which specified that a
ChangesetSummary was returned when, in fact, only an integer is
returned--representing a changeset ID.

Also, some extraneous trailing whitespace was removed from this same XML
Doc Comment, as well as other XML Doc Comments in the file.

Signed-off-by: Craig E. Shea <craig.e.shea@gmail.com>
2017-04-13 00:49:53 +02:00
Philippe Miossec 8e8d6945f6 Merge pull request #1062 from pmiossec/update_libgit2sharp
Update libgit2sharp and update to .net fwk 4.5.2
2017-04-13 00:34:56 +02:00
Philippe Miossec c3981b8ded remove call to obsolete methods 2017-04-13 00:34:07 +02:00
Philippe Miossec 5e6c443461 run paket restore before the build
=> fix LibGit2Sharp.NativeBinaries missing files not yet restored by paket
and so, not copied in the output directory by the msbuild target
2017-04-13 00:34:07 +02:00
Philippe Miossec 3efaf3dd22 Update to fwk .net 4.5.2 + remove paket auto-detect 2017-04-13 00:34:07 +02:00
Philippe Miossec bc7db6b028 Update to .Net v4.5.2 2017-04-13 00:34:07 +02:00
Philippe Miossec baecc9df1c Since Libgit2sharp v0.23, NativeBinaries folder is no more needed 2017-04-13 00:34:06 +02:00
Philippe Miossec 73d756fc51 [For Test] Push artifact earlier 2017-04-13 00:34:06 +02:00
Philippe Miossec 5c20035dad Remaining of time where libgit2sharp was not a nuget package 2017-04-13 00:34:06 +02:00
Philippe Miossec d49218fa9b Useless 2017-04-13 00:34:06 +02:00
Philippe Miossec ab4ac0070b fix path toward libgit2 native binaries 2017-04-13 00:34:06 +02:00
Philippe Miossec 7aaa6b2933 Update Libgit2sharp to 0.23.1 2017-04-13 00:34:06 +02:00
Matt Burke ↺ 87b25a0f65 Merge pull request #1057 from cmakshin/changeset-id-range
Allow both initial and up-to changeset IDs
2017-04-11 17:26:32 -04:00
Constantin Makshin 6739b10f63 Update release notes 2017-04-11 08:17:56 +03:00
Constantin Makshin 05c2c727b4 Fix handling of the up-to changeset ID value
Replace the "upToChangeSet > 0" with "upToChangeSet != -1" for
consistency with other code.
2017-04-11 08:07:26 +03:00
Matt Burke ↺ bcb60f290c Merge pull request #1061 from josteink/typo
Fix typos in documentation.
2017-04-10 17:32:54 -04:00
Jostein Kjønigsen 9ec2063468 Fix typos in documentation. 2017-04-10 08:27:31 +02:00
Constantin Makshin 3a7894bc6b Allow both initial and up-to changeset IDs 2017-04-06 08:22:34 +03:00
Constantin Makshin 2ef5174137 Fix creation of log entries with default remote 2017-04-06 08:20:17 +03:00
Jerzy Mansarliński aabc531169 Add missing "--up-to" option description in clone.md (#1041) 2017-01-22 18:59:51 +01:00
Philippe Miossec 1fca005953 fix the trigger to invalidate AppVeyor packages cache 2016-12-26 21:48:50 +01:00
Philippe Miossec c18b0c8576 fix duplicate x86 config that cause problems 2016-12-26 17:13:47 +01:00
Philippe Miossec 129aa55428 Merge pull request #1037 from pmiossec/fix_x86_build_configuration
Fix x86 build configuration
2016-12-26 15:08:50 +01:00
Philippe Miossec 41f7ca8513 Remove useless reference to a vsmdi file 2016-12-26 14:48:01 +01:00
Philippe Miossec dc43a8180c Convert all projects Configuration to x86
Fix warnings and problems introduced by #1019
(Test assembly was no more loadable by the xunit console runner on my computer)

and update build file to build in x86
2016-12-26 14:48:01 +01:00
Philippe Miossec d29041b956 fix libgit2sharp warning on obsolete property 2016-12-26 14:05:03 +01:00
Matt Burke 15656e3c2c Merge pull request #1028 from chijos/shelve-delete
Add shelve-delete command
2016-12-15 17:35:34 -05:00
Chirag Joshi 23df15583c Add documentation for shelve-delete 2016-12-10 15:00:42 +11:00
Chirag Joshi f6012d7870 Add new shelve-delete command 2016-12-10 15:00:23 +11:00