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
7
7
* Many documentation updates to match "git cmd -h" output and the
8
8
git-cmd manual page.
9
9
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
+
10
15
* "git clone /no/such/path" did not fail correctly.
11
16
12
17
* "git commit" did not correctly error out when the user asked to use a
@@ -34,6 +39,10 @@ Fixes since v1.7.4.1
34
39
to update the upstream branch it forked from is now called "upstream".
35
40
The old name "tracking" is and will be supported.
36
41
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
+
37
46
* gitweb's "highlight" interface mishandled tabs.
38
47
39
48
* gitweb had a few forward-incompatible syntactic constructs and
You can’t perform that action at this time.
0 commit comments