Git 2.19

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Sep 10, 2018 at 10:41 UTC 1d4361b0f344188ab5eec6dcea01f61a3a3a1670
2 files changed +1 -9
Documentation/RelNotes/2.19.0.txt
-8
@@ -126,9 +126,6 @@ Performance, Internal Implementation, Development Support etc.
126 * Build and test procedure for netrc credential helper (in contrib/)
127 has been updated.
128
129 - * The conversion to pass "the_repository" and then "a_repository"
130 - throughout the object access API continues.
131 -
129 * Remove unused function definitions and declarations from ewah
130 bitmap subsystem.
131
@@ -316,11 +313,6 @@ Fixes since v2.18
313 to the submodule was changed in the range of commits in the
314 superproject, sometimes showing "(null)". This has been corrected.
315
319 - * "git submodule" did not correctly adjust core.worktree setting that
320 - indicates whether/where a submodule repository has its associated
321 - working tree across various state transitions, which has been
322 - corrected.
323 -
316 * Bugfix for "rebase -i" corner case regression.
317 (merge a9279c6785 pw/rebase-i-keep-reword-after-conflict later to maint).
318
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.19.0-rc1
4 +DEF_VER=v2.19.0
5
6 LF='
7 '