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
Chirag Joshi
0709700d0b
Add GitTfsRemote method to delete shelveset
2016-12-10 11:05:18 +11:00
Chirag Joshi
2a0aac8096
Add TfsWorkspace method to delete shelveset
2016-12-10 11:05:10 +11:00
Chirag Joshi
c5dddb5833
Add TfsHelper method to delete shelveset
2016-12-10 11:04:59 +11:00
Jud White
49517f6067
clone.md: fix typos ( #1026 )
2016-12-08 10:38:50 +01:00
Matt Burke
daf8223811
Merge pull request #1025 from kcaswick/patch-1
...
Simplify unix commands in clone instructions
2016-12-07 18:13:24 -05:00
Kevin
727ac33955
Simplify unix commands in clone instructions
...
* Switch from cut to awk to separate out login by whitespace instead of having to get columns exactly right.
* Replace cumbersome uniq | sort | uniq with simpler but equivalent sort -u
2016-12-07 15:37:36 -06:00
Philippe Miossec
519b403de9
Help: give more options on how to retrieve the Tfs history
...
especially when git-tfs fails to retrieve the history :(
2016-12-06 00:46:00 +01:00
Philippe Miossec
d5923f7a13
Merge pull request #1019 from Blackbaud-JasonTremper/patch-1
...
Build git-tfs as x86
2016-11-19 00:45:53 +01:00
Blackbaud-JasonTremper
8a50e22b9d
Build git-tfs as x86
...
When git-tfs is built as AnyCPU, it is unable to access checkin policy DLLs that are built as x86 when run on a x64 machine. Since checkin policy DLLs can only be x86 or AnyCPU (Visual Studio is x86 only), then making git-tfs x86 allows it to support all dlls that Visual Studio supports.
2016-11-18 16:17:16 -05:00
Philippe Miossec
ea2ac37179
improve github issue and pull requests templates
2016-11-13 13:17:49 +01:00
Philippe Miossec
a8f685d519
Merge pull request #1017 from fourpastmidnight/feature/improve-detection-of-branch-point-changeset
...
Improve branch point changeset detection
2016-11-13 13:01:27 +01:00
Philippe Miossec
0b3b4f0965
NEXT.md : keep the format of release note
2016-11-13 12:46:06 +01:00