What's in git.git (stable)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:40
* The 'master' branch has these since the last announcement. I'll tag
-rc1 in a few days. Hopefully we can make this cycle much shorter than
the painfully long one we had for 1.5.5.
Adam Simpkins (2):
graph API: improve display of merge commits
graph API: avoid printing unnecessary padding before some octopus merges
Christian Couder (1):
Documentation: convert "glossary" and "core-tutorial" to man pages
Christian Engwer (1):
git-svn fails in prop_walk if $self->{path} is not empty
Jakub Narebski (1):
gitweb: Remove gitweb/test/ directory
Jamis Buck (1):
git-reset: honor -q and do not show progress message
John J. Franey (1):
Clarify description of <repository> argument to pull/fetch for naming
remotes.
Junio C Hamano (4):
checkout: make reset_clean_to_new() not die by itself
checkout: consolidate reset_{to_new,clean_to_new}()
unpack_trees(): allow callers to differentiate worktree errors from merge
errors
checkout: "best effort" checkout
Karl Hasselström (1):
Fix path duplication in git svn commit-diff
Lea Wiemann (4):
t/test-lib.sh: resolve symlinks in working directory, for pathname
comparisons
Git.pm: fix documentation of hash_object
glossary: improve a few links
Git.pm: fix return value of config method
Linus Torvalds (2):
Make pack creation always fsync() the result
Remove now unnecessary 'sync()' calls
Luciano Rocha (1):
git-init: accept --bare option
Marius Storm-Olsen (2):
Clearify the documentation for core.ignoreStat
Add shortcut in refresh_cache_ent() for marked entries.
Miklos Vajna (1):
Revision walking documentation: document most important functions
Nicolas Pitre (1):
make verify-pack a bit more useful with bad packs
Paolo Bonzini (1):
rollback lock files on more signals than just SIGINT
Seth Falcon (1):
Add a --dry-run option to git-svn rebase
Shawn O. Pearce (3):
Remove unused remote_prefix member in builtin-remote
Make "git-remote prune" delete refs according to fetch specs
Make "git-remote rm" delete refs acccording to fetch specs
Stephan Beyer (2):
Add test cases for git-am
Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.sh