What's in git.git
From: Junio C Hamano <hidden>
Date: 2016-08-11 20:11:21
Execuive summary.
I've tagged the tip of 'master' as v1.4.4-rc2 tonight. In the
meantime, GIT 1.4.3.5 was cut from the 'maint' branch.
We hopefully can declare the real 1.4.4 soon enough, before the
turkey time.
----------------------------------------------------------------
* The 'maint' branch has these fixes since the last announcement.
Eric Wong (3):
git-svn: avoid printing filenames of files we're not tracking
git-svn: don't die on rebuild when --upgrade is specified
git-svn: fix dcommit losing changes when out-of-date from svn
Junio C Hamano (2):
path-list: fix path-list-insert return value
git-cvsserver: read from git with -z to get non-ASCII pathnames.
Petr Baudis (1):
Nicer error messages in case saving an object to db goes wrong
Robert Shearman (1):
git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.
* The 'master' branch has these since the last announcement.
Eric Wong (3):
git-svn: avoid printing filenames of files we're not tracking
git-svn: don't die on rebuild when --upgrade is specified
git-svn: fix dcommit losing changes when out-of-date from svn
Jakub Narebski (3):
gitweb: Better git-unquoting and gitweb-quoting of pathnames
gitweb: Use character or octal escape codes (and add span.cntrl) in esc_path
gitweb: New improved patchset view
Junio C Hamano (14):
gitweb: fix disabling of "forks"
gitweb: minimally fix "fork" support.
gitweb: do not give blame link unconditionally in diff-tree view
git-status: quote LF in its output
git-pickaxe: retire pickaxe
gitweb: protect blob and diff output lines from controls.
gitweb: protect commit messages from controls.
gitweb: fix unmatched div in commitdiff
Documentation: move blame examples
git-annotate: no need to exec blame; it is built-in now.
git-annotate: fix -S on graft file with comments.
path-list: fix path-list-insert return value
git-cvsserver: read from git with -z to get non-ASCII pathnames.
GIT 1.4.4-rc2
OGAWA Hirofumi (1):
gitk: Fix nextfile() and add prevfile()
Petr Baudis (1):
Nicer error messages in case saving an object to db goes wrong
Robert Shearman (1):
git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.
* The 'next' branch, in addition, has these.
Junio C Hamano (4):
upload-pack: stop the other side when they have more roots than we do.
pack-objects: use of version 3 delta is now optional.
Revert "pack-objects: use of version 3 delta is now optional."
adjust_shared_perm: chmod() only when needed.
* The 'pu' branch, in addition, has these.
Alexandre Julliard (1):
Shallow clone: do not ignore shallowness when following tags
Jakub Narebski (1):
gitweb: New improved formatting of chunk header in diff
Johannes Schindelin (6):
upload-pack: no longer call rev-list
support fetching into a shallow repository
allow cloning a repository "shallowly"
Build in shortlog
allow deepening of a shallow repository
add tests for shallow stuff
Junio C Hamano (6):
git-branch -a: show both local and remote tracking branches.
git-commit: show --summary after successful commit.
git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 2)
rev-list --left-right
blame: --show-stats for easier optimization work.
gitweb: steal loadavg throttle from kernel.org