What's in git.git (stable)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:48
I'll do v1.4.4.4 from 'maint' to have grave bugfixes in an
"officially released version" tomorrow, although we will be in
stabilation period for v1.5.0 shortly.
* The 'maint' branch has these fixes since the last announcement.
Junio C Hamano (2):
Fix infinite loop when deleting multiple packed refs.
pack-check.c::verify_packfile(): don't run SHA-1 update on huge data
* The 'master' branch has these since the last announcement.
Alexandre Julliard (3):
git-clean: Fix the -q option.
git.el: Don't use --info-only when resolving a file.
git.el: Avoid setting font lock keywords before entering log-edit mode.
Andy Whitcroft (1):
send pack check for failure to send revisions list
Brian Gernhardt (1):
Add documentation for git-branch's color configuration.
Eric Wong (6):
instaweb: load Apache mime and dir modules if they are needed
git-svn: make multi-init less confusing
git-svn: update documentation for multi-{init|fetch}
git-svn: make --repack work consistently between fetch and multi-fetch
Documentation/git-svn: clarify dcommit, rebase vs pull/merge
git-svn: fix show-ignore
Fredrik Kuivinen (1):
instaweb: Nicer error message when the http daemon isn't found
J. Bruce Fields (1):
Documentation: tutorial editing
Jakub Narebski (9):
gitweb: Fix error in git_project_index subroutine
gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')
gitweb: There can be empty patches (in git_patchset_body)
gitweb: Fix "Use of uninitialized value" warning in git_tags_body
gitweb: Fix error in git_patchest_body for file creation/deletion patch
gitweb: Fix error in "rename to"/"copy to" git diff header output
gitweb: Fix errors in git_patchset_body for empty patches
Revert "gitweb: There can be empty patches (in git_patchset_body)"
gitweb: Fix split patches output (e.g. file to symlink)
Junio C Hamano (9):
Remove unused variable (git-commit.sh)
fetch-pack: do not use lockfile structure on stack.
Fix infinite loop when deleting multiple packed refs.
tutorial: misc updates.
git-verify-tag: make sure we remove temporary file.
pack-check.c::verify_packfile(): don't run SHA-1 update on huge data
rerere: Fix removal of already resolved path.
builtin-prune: memory diet.
Fix timestamp for test-tick
Lars Hjemli (2):
Skip excessive blank lines before commit body
Refactor print-functions in builtin-branch
Luben Tuikov (1):
Blame "linenr" link jumps to previous state at "orig_lineno"
René Scharfe (3):
Make check target depend on common-cmds.h
Remove shadowing variable from traverse_trees()
Set default "tar" umask to 002 and owner.group to root.root
Robert Fitzsimons (1):
gitweb: Fix shortlog only showing HEAD revision.
Santi Béjar (2):
Documentation/tutorial: misc updates
git-tag: add flag to verify a tag
Sasha Khapyorsky (2):
git-svnimport: support for incremental import
git-svnimport: clean svn path when accessing SVN repo
Steven Grimm (2):
Describe git-clone's actual behavior in the summary
Print a more accurate error message when we fail to create a lock file.