From 1d4361b0f344188ab5eec6dcea01f61a3a3a1670 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 10 Sep 2018 10:41:56 -0700 Subject: [PATCH] Git 2.19 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.19.0.txt | 8 -------- GIT-VERSION-GEN | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Documentation/RelNotes/2.19.0.txt b/Documentation/RelNotes/2.19.0.txt index f2fb437f0e3475..a06ccf6e2a2619 100644 --- a/Documentation/RelNotes/2.19.0.txt +++ b/Documentation/RelNotes/2.19.0.txt @@ -126,9 +126,6 @@ Performance, Internal Implementation, Development Support etc. * Build and test procedure for netrc credential helper (in contrib/) has been updated. - * The conversion to pass "the_repository" and then "a_repository" - throughout the object access API continues. - * Remove unused function definitions and declarations from ewah bitmap subsystem. @@ -316,11 +313,6 @@ Fixes since v2.18 to the submodule was changed in the range of commits in the superproject, sometimes showing "(null)". This has been corrected. - * "git submodule" did not correctly adjust core.worktree setting that - indicates whether/where a submodule repository has its associated - working tree across various state transitions, which has been - corrected. - * Bugfix for "rebase -i" corner case regression. (merge a9279c6785 pw/rebase-i-keep-reword-after-conflict later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index cad3b59a93f422..e9dc8f7a01d4a9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.19.0-rc1 +DEF_VER=v2.19.0 LF=' '