Skip to content

Commit 1956fa8

Browse files
committed
Sync with master
2 parents 8bdec52 + 878e727 commit 1956fa8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.29.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Performance, Internal Implementation, Development Support etc.
5656

5757
* CMake support to build with MSVC for Windows bypassing the Makefile.
5858

59+
* A new helper function has_object() has been introduced to make it
60+
easier to mark object existence checks that do and don't want to
61+
trigger lazy fetches, and a few such checks are converted using it.
62+
5963

6064
Fixes since v2.28
6165
-----------------
@@ -102,6 +106,10 @@ Fixes since v2.28
102106
* Doc cleanup around "worktree".
103107
(merge dc9c144be5 es/worktree-doc-cleanups later to maint).
104108

109+
* The "git blame --first-parent" option was not documented, but now
110+
it is.
111+
(merge 11bc12ae1e rp/blame-first-parent-doc later to maint).
112+
105113
* Other code cleanup, docfix, build fix, etc.
106114
(merge 84544f2ea3 sk/typofixes later to maint).
107115
(merge b17f411ab5 ar/help-guides-doc later to maint).
@@ -115,3 +123,4 @@ Fixes since v2.28
115123
(merge 7d23ff818f rs/bisect-oid-to-hex-fix later to maint).
116124
(merge de20baf2c9 ny/notes-doc-sample-update later to maint).
117125
(merge f649aaaf82 so/rev-parser-errormessage-fix later to maint).
126+
(merge 6103d58b7f bc/sha-256-cvs-svn-updates later to maint).

0 commit comments

Comments
 (0)