Skip to content

Commit 1d4361b

Browse files
committed
Git 2.19
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 46d9a28 commit 1d4361b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Documentation/RelNotes/2.19.0.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ Performance, Internal Implementation, Development Support etc.
126126
* Build and test procedure for netrc credential helper (in contrib/)
127127
has been updated.
128128

129-
* The conversion to pass "the_repository" and then "a_repository"
130-
throughout the object access API continues.
131-
132129
* Remove unused function definitions and declarations from ewah
133130
bitmap subsystem.
134131

@@ -316,11 +313,6 @@ Fixes since v2.18
316313
to the submodule was changed in the range of commits in the
317314
superproject, sometimes showing "(null)". This has been corrected.
318315

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-
324316
* Bugfix for "rebase -i" corner case regression.
325317
(merge a9279c6785 pw/rebase-i-keep-reword-after-conflict later to maint).
326318

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.19.0-rc1
4+
DEF_VER=v2.19.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)