Skip to content

Commit

Permalink
Update draft release notes to 1.7.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Mar 21, 2011
1 parent 0bd20f1 commit d98f24c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/RelNotes/1.7.4.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d98f24c

Please sign in to comment.