File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments