@@ -120,6 +120,13 @@ UI, Workflows & Features
120120 who are used to seeing abbreviated object names and find them
121121 confusing with the range syntax.
122122
123+ * With a configuration variable rebase.abbreviateCommands set,
124+ "git rebase -i" produces the todo list with a single-letter
125+ command names.
126+
127+ * "git worktree add" learned to run the post-checkout hook, just like
128+ "git checkout" does, after the initial checkout.
129+
123130
124131Performance, Internal Implementation, Development Support etc.
125132
@@ -183,6 +190,17 @@ Performance, Internal Implementation, Development Support etc.
183190 * The tracing infrastructure has been optimized for cases where no
184191 tracing is requested.
185192
193+ * In preparation for implementing narrow/partial clone, the object
194+ walking machinery has been taught a way to tell it to "filter" some
195+ objects from enumeration.
196+
197+ * A few structures and variables that are implementation details of
198+ the decorate API have been renamed and then the API got documented
199+ better.
200+
201+ * Assorted updates for TravisCI integration.
202+ (merge 4f26366679 sg/travis-fixes later to maint).
203+
186204Also contains various documentation updates and code clean-ups.
187205
188206
@@ -374,6 +392,19 @@ Fixes since v2.15
374392 lost.
375393 (merge abfb04d0c7 ls/editor-waiting-message later to maint).
376394
395+ * The "safe crlf" check incorrectly triggered for contents that does
396+ not use CRLF as line endings, which has been corrected.
397+ (merge 649f1f0948 tb/check-crlf-for-safe-crlf later to maint).
398+
399+ * "git clone --shared" to borrow from a (secondary) worktree did not
400+ work, even though "git clone --local" did. Both are now accepted.
401+ (merge b3b05971c1 es/clone-shared-worktree later to maint).
402+
403+ * The build procedure now allows not just the repositories but also
404+ the refs to be used to take pre-formatted manpages and html
405+ documents to install.
406+ (merge 65289e9dcd rb/quick-install-doc later to maint).
407+
377408 * Other minor doc, test and build updates and code cleanups.
378409 (merge 1a1fc2d5b5 rd/man-prune-progress later to maint).
379410 (merge 0ba014035a rd/man-reflog-add-n later to maint).
@@ -384,3 +415,13 @@ Fixes since v2.15
384415 (merge 5e83cca0b8 jk/no-optional-locks later to maint).
385416 (merge 826c778f7c js/hashmap-update-sample later to maint).
386417 (merge 176b2d328c sg/setup-doc-update later to maint).
418+ (merge 1b09073514 rs/am-builtin-leakfix later to maint).
419+ (merge addcf6cfde rs/fmt-merge-msg-string-leak-fix later to maint).
420+ (merge c3ff8f6c14 rs/strbuf-read-once-reset-length later to maint).
421+ (merge 6b0eb884f9 db/doc-workflows-neuter-the-maintainer later to maint).
422+ (merge 8c87bdfb21 jk/cvsimport-quoting later to maint).
423+ (merge 176cb979fe rs/fmt-merge-msg-leakfix later to maint).
424+ (merge 5a03360e73 tb/delimit-pretty-trailers-args-with-comma later to maint).
425+ (merge d0e6326026 ot/pretty later to maint).
426+ (merge 44103f4197 sb/test-helper-excludes later to maint).
427+ (merge 170078693f jt/transport-no-more-rsync later to maint).
0 commit comments