[ANNOUNCE] GIT 1.5.1.6
Junio C Hamano
junkio at cox.net
Wed Aug 31 22:00:00 BST 2011
The latest maintenance release GIT 1.5.1.6 is available at the
usual places:
http://www.kernel.org/pub/software/scm/git/
git-1.5.1.6.tar.{gz,bz2} (tarball)
git-htmldocs-1.5.1.6.tar.{gz,bz2} (preformatted docs)
git-manpages-1.5.1.6.tar.{gz,bz2} (preformatted docs)
RPMS/$arch/git-*-1.5.1.6-1.$arch.rpm (RPM)
The release notes are relative to 1.5.1.4, as 1.5.1.5 was very
short-lived.
GIT v1.5.1.6 Release Notes
==========================
Fixes since v1.5.1.4
--------------------
* Bugfixes
- git-send-email did not understand aliases file for mutt, which
allows leading whitespaces.
- git-format-patch emitted Content-Type and Content-Transfer-Encoding
headers for non ASCII contents, but failed to add MIME-Version.
- git-name-rev had a buffer overrun with a deep history.
- contributed script import-tars did not get the directory in
tar archives interpreted correctly.
- git-svn was reported to segfault for many people on list and
#git; hopefully this has been fixed.
- git-svn also had a bug to crash svnserve by sending a bad
sequence of requests.
- "git-svn clone" does not try to minimize the URL
(i.e. connect to higher level hierarchy) by default, as this
can prevent clone to fail if only part of the repository
(e.g. 'trunk') is open to public.
- "git checkout branch^0" did not detach the head when you are
already on 'branch'; backported the fix from the 'master'.
- "git-config section.var" did not correctly work when
existing configuration file had both [section] and [section "name"]
next to each other.
- "git clone ../other-directory" was fooled if the current
directory $PWD points at is a symbolic link.
- (build) tree_entry_extract() function was both static inline
and extern, which caused trouble compiling with Forte12
compilers on Sun.
- Many many documentation fixes and updates.
----------------------------------------------------------------
Changes since v1.5.1.4 are as follows:
Alex Riesen (1):
Allow fetching references from any namespace
Andy Whitcroft (1):
git name-rev writes beyond the end of malloc() with large generations
Eric Wong (6):
git-svn: don't drop the username from URLs when dcommit is run
git-svn: clean up caching of SVN::Ra functions
git-svn: fix segfaults due to initial SVN pool being cleared
git-svn: don't attempt to minimize URLs by default
git-svn: avoid crashing svnserve when creating new directories
git-svn: don't minimize-url when doing an init that tracks multiple paths
Frank Lichtenheld (3):
builtin-log.c: Fix typo in comment
Documentation: format-patch has no --mbox option
git-am: Clean up the asciidoc documentation
J. Bruce Fields (14):
user-manual: revise birdseye-view chapter
glossary: expand and clarify some definitions, prune cross-references
user-manual: move quick-start to an appendix
Documentation: remove howto's now incorporated into manual
user-manual: move howto/make-dist.txt into user manual
user-manual: move howto/using-topic-branches into manual
user-manual: add a "counting commits" example
user-manual: introduce git
user-manual: listing commits reachable from some refs not others
user-manual: reorganize public git repo discussion
tutorials: add user-manual links
tutorial: revise index introduction
user-manual: discourage shared repository
user-manual: finding commits referencing given file content
Jakub Narebski (1):
gitweb: Add a few comments about %feature hash
Jan Hudec (1):
Updated documentation of hooks in git-receive-pack.
Jari Aalto (1):
SPECIFYING RANGES typo fix: it it => it is
Jeff King (1):
format-patch: add MIME-Version header when we add content-type.
Johan Herland (1):
user-manual: Add section on ignoring files
Johannes Schindelin (2):
import-tars: Use the "Link indicator" to identify directories
Add a birdview-on-the-source-code section to the user manual
Junio C Hamano (8):
git-clone: don't get fooled by $PWD
.mailmap: add some aliases
checkout: allow detaching to HEAD even when switching to the tip of a branch
git-config: do not forget seeing "a.b.var" means we are out of "a.var" section.
Fix git-clone buglet for remote case.
Prepare for 1.5.1.5 Release Notes
GIT v1.5.1.5
GIT 1.5.1.6
Marco Costalba (1):
Fix an unmatched comment end in arm/sha1_arm.S
Matthias Kestenholz (2):
Documentation: Added [verse] to SYNOPSIS where necessary
Documentation: Reformatted SYNOPSIS for several commands
Matthieu Castet (1):
Remove stale non-static-inline prototype for tree_entry_extract()
Michael Hendricks (2):
git-send-email: allow leading white space on mutt aliases
Document core.excludesfile for git-add
Petr Baudis (1):
Documentation: git-rev-list's "patterns"
Quy Tonthat (2):
RPM spec: include files in technical/ to package.
Documentation/branch: fix small typo in -D example
Richard P. Curnow (2):
Fix documentation of tag in git-fast-import.txt
Fix documentation of tag in git-fast-import.txt
Shawn O. Pearce (1):
Properly handle '0' filenames in import-tars
Steffen Prohaska (3):
tiny fix in documentation of git-clone
git-config: test for 'do not forget "a.b.var" ends "a.var" section'.
Fixed link in user-manual
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the git-announce
mailing list