summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.4.2.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-21 05:14:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-21 05:14:21 (GMT)
commitd98f24cd9d8d8ee20b65d22ec6b78da04b48de85 (patch)
tree301dbf8c539b8f1aba0aa234146611a9dfaf302c /Documentation/RelNotes/1.7.4.2.txt
parent0bd20f10ea1884c1118efc19ee6325ad6cce9105 (diff)
downloadgit-d98f24cd9d8d8ee20b65d22ec6b78da04b48de85.zip
git-d98f24cd9d8d8ee20b65d22ec6b78da04b48de85.tar.gz
git-d98f24cd9d8d8ee20b65d22ec6b78da04b48de85.tar.bz2
Update draft release notes to 1.7.4.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.4.2.txt')
-rw-r--r--Documentation/RelNotes/1.7.4.2.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.4.2.txt b/Documentation/RelNotes/1.7.4.2.txt
index afb3871..991dae4 100644
--- a/Documentation/RelNotes/1.7.4.2.txt
+++ b/Documentation/RelNotes/1.7.4.2.txt
@@ -7,6 +7,11 @@ Fixes since v1.7.4.1
* Many documentation updates to match "git cmd -h" output and the
git-cmd manual page.
+ * We used to keep one file descriptor open for each and every packfile
+ that we have a mmap window on it (read: "in use"), even when for very
+ tiny packfiles. We now close the file descriptor early when the entire
+ packfile fits inside one mmap window.
+
* "git clone /no/such/path" did not fail correctly.
* "git commit" did not correctly error out when the user asked to use a
@@ -34,6 +39,10 @@ Fixes since v1.7.4.1
to update the upstream branch it forked from is now called "upstream".
The old name "tracking" is and will be supported.
+ * "git submodule update" used to honor the --merge/--rebase option (or
+ corresponding configuration variables) even for a newly cloned
+ subproject, which made no sense (so/submodule-no-update-first-time).
+
* gitweb's "highlight" interface mishandled tabs.
* gitweb had a few forward-incompatible syntactic constructs and