Skip to content

Commit d98f24c

Browse files
committed
Update draft release notes to 1.7.4.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0bd20f1 commit d98f24c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/1.7.4.2.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Fixes since v1.7.4.1
77
* Many documentation updates to match "git cmd -h" output and the
88
git-cmd manual page.
99

10+
* We used to keep one file descriptor open for each and every packfile
11+
that we have a mmap window on it (read: "in use"), even when for very
12+
tiny packfiles. We now close the file descriptor early when the entire
13+
packfile fits inside one mmap window.
14+
1015
* "git clone /no/such/path" did not fail correctly.
1116

1217
* "git commit" did not correctly error out when the user asked to use a
@@ -34,6 +39,10 @@ Fixes since v1.7.4.1
3439
to update the upstream branch it forked from is now called "upstream".
3540
The old name "tracking" is and will be supported.
3641

42+
* "git submodule update" used to honor the --merge/--rebase option (or
43+
corresponding configuration variables) even for a newly cloned
44+
subproject, which made no sense (so/submodule-no-update-first-time).
45+
3746
* gitweb's "highlight" interface mishandled tabs.
3847

3948
* gitweb had a few forward-incompatible syntactic constructs and

0 commit comments

Comments
 (0)