diff options
Diffstat (limited to 'Documentation/RelNotes/2.13.0.txt')
-rw-r--r-- | Documentation/RelNotes/2.13.0.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.13.0.txt b/Documentation/RelNotes/2.13.0.txt index f13eb759f5..4b6e72a7ac 100644 --- a/Documentation/RelNotes/2.13.0.txt +++ b/Documentation/RelNotes/2.13.0.txt @@ -165,6 +165,17 @@ UI, Workflows & Features we can safely accept them case insensitively without introducing ambiguity or confusion to solve this. + * "git tag/branch/for-each-ref" family of commands long allowed to + filter the refs by "--contains X" (show only the refs that are + descendants of X), "--merged X" (show only the refs that are + ancestors of X), "--no-merged X" (show only the refs that are not + ancestors of X). One curious omission, "--no-contains X" (show + only the refs that are not descendants of X) has been added to + them. + + * The default behaviour of "git log" in an interactive session has + been changed to enable "--decorate". + Performance, Internal Implementation, Development Support etc. @@ -258,6 +269,8 @@ Performance, Internal Implementation, Development Support etc. * Some debugging output from "git describe" were marked for l10n, but some weren't. Mark missing ones for l10n. + * Define a new task in .travis.yml that triggers a test session on + Windows run elsewhere. Also contains various documentation updates and code clean-ups. @@ -436,6 +449,18 @@ notes for details). certificate; this has been fixed. (merge f2214dede9 bc/push-cert-receive-fix later to maint). + * Update error handling for codepath that deals with corrupt loose + objects. + (merge 51054177b3 jk/loose-object-info-report-error later to maint). + + * "git diff --submodule=diff" learned to work better in a project + with a submodule that in turn has its own submodules. + (merge 17b254cda6 sb/show-diff-for-submodule-in-diff-fix later to maint). + + * Update the build dependency so that an update to /usr/bin/perl + etc. result in recomputation of perl.mak file. + (merge c59c4939c2 ab/regen-perl-mak-with-different-perl later to maint). + * Other minor doc, test and build updates and code cleanups. (merge df2a6e38b7 jk/pager-in-use later to maint). (merge 75ec4a6cb0 ab/branch-list-doc later to maint). @@ -444,3 +469,8 @@ notes for details). (merge 4473060bc2 ab/test-readme-updates later to maint). (merge 48a96972fd ab/doc-submitting later to maint). (merge f5c2bc2b96 jk/make-coccicheck-detect-errors later to maint). + (merge c105f563d1 cc/untracked later to maint). + (merge 8668976b53 jc/unused-symbols later to maint). + (merge fba275dc93 jc/bs-t-is-not-a-tab-for-sed later to maint). + (merge be6ed145de mm/ls-files-s-doc later to maint). + (merge 60b091c679 qp/bisect-docfix later to maint). |