summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.29.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-13 21:13:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-08-13 21:13:59 (GMT)
commit878e727637ec5815ccb3301eb994a54df95b21b8 (patch)
tree9744d77c62c26e8d628cc2f936721e7d165d70cd /Documentation/RelNotes/2.29.0.txt
parent5707ac426d3ab3b2f8c4074b6af6f8a4646236ce (diff)
downloadgit-878e727637ec5815ccb3301eb994a54df95b21b8.zip
git-878e727637ec5815ccb3301eb994a54df95b21b8.tar.gz
git-878e727637ec5815ccb3301eb994a54df95b21b8.tar.bz2
Seventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.29.0.txt')
-rw-r--r--Documentation/RelNotes/2.29.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.29.0.txt b/Documentation/RelNotes/2.29.0.txt
index 06025e8..483ebb4 100644
--- a/Documentation/RelNotes/2.29.0.txt
+++ b/Documentation/RelNotes/2.29.0.txt
@@ -56,6 +56,10 @@ Performance, Internal Implementation, Development Support etc.
* CMake support to build with MSVC for Windows bypassing the Makefile.
+ * A new helper function has_object() has been introduced to make it
+ easier to mark object existence checks that do and don't want to
+ trigger lazy fetches, and a few such checks are converted using it.
+
Fixes since v2.28
-----------------
@@ -102,6 +106,10 @@ Fixes since v2.28
* Doc cleanup around "worktree".
(merge dc9c144be5 es/worktree-doc-cleanups later to maint).
+ * The "git blame --first-parent" option was not documented, but now
+ it is.
+ (merge 11bc12ae1e rp/blame-first-parent-doc later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 84544f2ea3 sk/typofixes later to maint).
(merge b17f411ab5 ar/help-guides-doc later to maint).
@@ -115,3 +123,4 @@ Fixes since v2.28
(merge 7d23ff818f rs/bisect-oid-to-hex-fix later to maint).
(merge de20baf2c9 ny/notes-doc-sample-update later to maint).
(merge f649aaaf82 so/rev-parser-errormessage-fix later to maint).
+ (merge 6103d58b7f bc/sha-256-cvs-svn-updates later to maint).