* [ANNOUNCE] GIT 1.5.5.2
@ 2008-05-26 1:26 Junio C Hamano
2008-05-28 8:18 ` [ANNOUNCE] GIT 1.5.5.3 Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Junio C Hamano @ 2008-05-26 1:26 UTC (permalink / raw)
To: git; +Cc: linux-kernel
The latest maintenance release GIT 1.5.5.2 is available at the
usual places:
http://www.kernel.org/pub/software/scm/git/
git-1.5.5.2.tar.{gz,bz2} (tarball)
git-htmldocs-1.5.5.2.tar.{gz,bz2} (preformatted docs)
git-manpages-1.5.5.2.tar.{gz,bz2} (preformatted docs)
RPMS/$arch/git-*-1.5.5.2-1.$arch.rpm (RPM)
One side effect of declaring to make the cycle toward 1.5.6 shorter is
that we would not have that many 1.5.5.X maintenance releases.
Nevertheless, there are quite a few fixes accumulated since 1.5.5.1 hence
this one.
----------------------------------------------------------------
Changes since v1.5.5.1 are as follows:
A Large Angry SCM (1):
git-repack: re-enable parsing of -n command line option
Alex Riesen (2):
Use "=" instead of "==" in condition as it is more portable
Fix use after free() in builtin-fetch
Andy Parkins (1):
post-receive-email: fix accidental removal of a trailing space in signature line
Ariel Badichi (2):
copy.c: copy_fd - correctly report write errors
archive.c: format_subst - fixed bogus argument to memchr
Brandon Casey (1):
git-clone.txt: Adjust note to --shared for new pruning behavior of git-gc
Dan McGee (1):
Remove 'header' from --signoff option description
Dmitry Potapov (1):
git-gc --prune is deprecated
Dustin Sallings (1):
Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull"
Florian Ragwitz (1):
filter-branch: Documentation fix.
Gerrit Pape (1):
diff-options.txt: document the new "--dirstat" option
Heikki Orsila (1):
Add missing "short" alternative to --date in rev-list-options.txt
Ian Hilt (1):
Documentation/git-describe.txt: make description more readable
Jeff King (11):
Don't force imap.host to be set when imap.tunnel is set
t5516: remove ambiguity test (1)
doc/git-gc: add a note about what is collected
push: allow unqualified dest refspecs to DWIM
remote: create fetch config lines with '+'
fix reflog approxidate parsing bug
cvsimport: always pass user data to "system" as a list
checkout: don't rfc2047-encode oneline on detached HEAD
doc: clarify definition of "update" for git-add -u
doc/git-daemon: s/uploadarchive/uploadarch/
git-am: fix typo in usage message
Johannes Sixt (2):
wt-status.h: declare global variables as extern
rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref
Jon Loeliger (2):
git-filter-branch: Clarify file removal example.
git-show.txt: Not very stubby these days.
Junio C Hamano (3):
write-tree: properly detect failure to write tree objects
clone: detect and fail on excess parameters
fetch-pack: brown paper bag fix
Linus Torvalds (1):
fetch-pack: do not stop traversing an already parsed commit
Matt Graham (1):
Linked glossary from cvs-migration page
Matthew Ogilvie (1):
gitattributes: Fix subdirectory attributes specified from root directory
Michael Weber (1):
svn-git: Use binmode for reading/writing binary rev maps
Miklos Vajna (1):
diff options documentation: refer to --diff-filter in --name-status
Sam Vilain (1):
Amend git-push refspec documentation
Shawn O. Pearce (1):
Clarify repack -n documentation
Sitaram Chamarty (1):
builtin-commit.c: add -u as short name for --untracked-files
Teemu Likonen (1):
bash: Add completion for git diff --base --ours --theirs
Thomas Guyot-Sionnest (1):
git-svn bug with blank commits and author file
martin f. krafft (2):
Escape project name in regexp
Escape project names before creating pathinfo URLs
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ANNOUNCE] GIT 1.5.5.3
2008-05-26 1:26 [ANNOUNCE] GIT 1.5.5.2 Junio C Hamano
@ 2008-05-28 8:18 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2008-05-28 8:18 UTC (permalink / raw)
To: git; +Cc: linux-kernel
The latest maintenance release GIT 1.5.5.3 is available at the
usual places:
http://www.kernel.org/pub/software/scm/git/
git-1.5.5.3.tar.{gz,bz2} (tarball)
git-htmldocs-1.5.5.3.tar.{gz,bz2} (preformatted docs)
git-manpages-1.5.5.3.tar.{gz,bz2} (preformatted docs)
RPMS/$arch/git-*-1.5.5.3-1.$arch.rpm (RPM)
This one is much smaller than 1.5.5.2, primarily to push out a few fixes
to send-email and bisect that have already been in 'master' for a while.
----------------------------------------------------------------
Changes since v1.5.5.2 are as follows:
Christian Couder (1):
bisect: print an error message when "git rev-list --bisect-vars" fails
Gerrit Pape (3):
git-bisect.sh: don't accidentally override existing branch "bisect"
Documentation/git-bundle.txt: fix synopsis
commit --interactive: properly update the index before commiting
Horst H. von Brand (1):
Fix recipient santitization
Jeff King (2):
send-email: specify content-type of --compose body
send-email: rfc2047-quote subject lines with non-ascii characters
Johannes Sixt (1):
Revert "filter-branch: subdirectory filter needs --full-history"
Junio C Hamano (3):
Release Notes for 1.5.5.2
show-branch --current: do not barf on detached HEAD
GIT 1.5.5.3
Lea Wiemann (1):
gitweb: only display "next" links in logs if there is a next page
Michele Ballabio (1):
Documentation: fix graph in git-rev-parse.txt
Pieter de Bie (1):
builtin-fast-export: Only output a single parent per line
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-28 8:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-26 1:26 [ANNOUNCE] GIT 1.5.5.2 Junio C Hamano
2008-05-28 8:18 ` [ANNOUNCE] GIT 1.5.5.3 Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).