What's in git.git (stable)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:27
* The 'maint' branch has these fixes since the last
announcement, which are all included in 'master' as well.
Because 1.5.3 is just around the corner, I think it is
pointless to do 1.5.2.5 from here, though.
Christian Couder (1):
rev-list --bisect: fix allocation of "int*" instead of "int".
Junio C Hamano (1):
setup.c:verify_non_filename(): don't die unnecessarily while
disambiguating
Linus Torvalds (1):
apply: remove directory that becomes empty by renaming the last
file away
* The 'master' branch has these since 1.5.3-rc4.
Adam Roben (1):
Documentation/git-svn: how to clone a git-svn-created repository
Gerrit Pape (1):
git-am: initialize variable $resume on startup
J. Bruce Fields (4):
user-manual: update for new default --track behavior
user-manual: mention git-gui
documentation: use the word "index" in the git-add manual page
documentation: use the word "index" in the git-commit man page
Jakub Narebski (1):
gitweb: Fix handling of $file_name in feed generation
Johannes Schindelin (1):
checkout-index needs a working tree
Junio C Hamano (8):
git-completion: add "git stash"
INSTALL: add warning on docbook-xsl 1.72 and 1.73
unpack-trees.c: assume submodules are clean during check-out
Fix install-doc-quick target
user-manual: mention git stash
setup.c:verify_non_filename(): don't die unnecessarily while
disambiguating
pager: find out pager setting from configuration
Fix "make GZ=1 quick-install-doc"
Jyotirmoy Bhattacharya (1):
Fixed git-push manpage
Linus Torvalds (1):
apply: remove directory that becomes empty by renaming the last
file away
Randal L. Schwartz (1):
add "test-absolute-path" to .gitignore
Shawn O. Pearce (1):
Document GIT_SSH environment variable alongside other variables
Uwe Kleine-König (1):
send-email: teach sanitize_address to do rfc2047 quoting