File tree Expand file tree Collapse file tree 3 files changed +41
-9
lines changed Expand file tree Collapse file tree 3 files changed +41
-9
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ Normally, you should do this:
55
661 . Make sure your HEAD is clean and that it is the same as the upstream master!
77
8- git ls-remote https://github.com/git-tfs/git-tfs.git refs/heads/master
9- git rev-parse HEAD
10- git status
8+ ```
9+ > git ls-remote https://github.com/git-tfs/git-tfs.git refs/heads/master
10+ > git rev-parse HEAD
11+ > git status
12+ ```
1113
12142 . Set the auth.targets file with with your OAuth token (see auth.targets.example)
1315
14163 . Build the release and include the version (e.g. X.Y.Z) and the name of a changelog file (optional).
1517
16- msbuild Release.proj /t: Release /p: Version =X.Y.Z /p: ReleaseNotes ="ReleaseNoteFile.md"
18+ ```
19+ > msbuild Release.proj /t:Release /p:Version=X.Y.Z /p:ReleaseNotes="ReleaseNoteFile.md"
20+ ```
Original file line number Diff line number Diff line change 1- * Support renamed tfs branches, baseless merge and automatic branch initialisation when encounter merge changeset(#480 )
2- * Being able to clone a Tfs subbranch with ` --with-branches ` option (#703 )
3- * Add ` --force ` to unshelve command (#636 )
4- * Add ` --batch-size ` to let the user specify the number of changesets fetched at the same time (for big history and big changesets) (#639 )
5- * Being able to clone TFS path "$/" (#662 )
Original file line number Diff line number Diff line change 1+ * #727 Unshelve on current commit if parent commit can not be found
2+ * #722 Bugfix
3+ * #717 Bugfix
4+ * #716 Bugfix
5+ * #715 Bugfix
6+ * #674 Better branch management
7+ * #703 Being able to clone a Tfs subbranch with ` --with-branches ` option
8+ * #702 Add unit tests
9+ * #701 Docfix
10+ * #696 Docfix
11+ * #693 Bugfix
12+ * #683 Bugfix
13+ * #678 Fix missing merge parent
14+ * #675 Improve init with renames
15+ * #671 Bugfix
16+ * #662 Being able to clone TFS path "$/"
17+ * #670 Docfix
18+ * #664 Improve reliability of fetch
19+ * #667 Bugfix
20+ * #668 Bugfix
21+ * #657 Bugfix
22+ * #639 Add ` --batch-size ` to let the user specify the number of changesets fetched at the same time (for big history and big changesets)
23+ * #646 Fix changeset ordering
24+ * #636 Add ` --force ` to unshelve command
25+ * #638 , #681 , #721 Update libgit2sharp
26+ * #640 Bugfix
27+ * #629 Cleanup now that we do not need VS2008 support
28+ * #626 Fetch by lots
29+ * #620 Make ` rcheckin --quick ` the default
30+ * #625 Perfs get last changeset id
31+ * #618 Shorten workspace path
32+ * #623 Add checkout command
33+ * #480 Support renamed tfs branches, baseless merge and automatic branch initialisation when encounter merge changeset
You can’t perform that action at this time.
0 commit comments