What's in git.git (stable)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:19
The 'master' has, aside from trivial fixes and enhancements, the following
topics that have been cooking:
* "verify-pack" improvements;
* "describe" that warns about a tag whose name and path contradict;
* "describe --long" to show an tagged commit as $tag-0-$sha1;
* "cvsimport -M" can be given more than once;
* "gitweb" grep-search improvements;
A handful of the topics are meant also for 'maint'; after seeing no
complaints for a while they will be merged to 'maint' as part of the next
maintenance release v1.5.4.4.
----------------------------------------------------------------
* The 'maint' branch has these fixes since the last announcement.
Daniel Barkalow (1):
Correct name of diff_flush() in API documentation
Gerrit Pape (1):
templates/Makefile: don't depend on local umask setting
Junio C Hamano (1):
Start preparing for 1.5.4.4
Mike Ralphson (1):
Documentation cherry-pick: Fix cut-and-paste error
Rémi Vanicat (1):
git.el: find the git-status buffer whatever its name is
Shawn O. Pearce (1):
git-gui: Paper bag fix info dialog when no files are staged at commit
----------------------------------------------------------------
* The 'master' branch has these since the last announcement
in addition to the above.
Alex Riesen (1):
Fix builtin checkout crashing when given an invalid path
Christian Stimming (2):
git-gui: (i18n) Add newly added translation strings to template.
git-gui: Update German translation.
Clemens Buchacher (2):
http-push: push <remote> :<branch> deletes remote branch
http-push: add regression tests
Daniel Barkalow (3):
Always use the current connection's remote ref list in git protocol
Use diff_tree() directly in making cover letter
Write index file on any checkout of files
Denis Cheng (1):
cleanup: remove unused git_checkout_config
Frank Lichtenheld (1):
gc: Add --quiet option
Jakub Narebski (4):
gitweb: Change parse_commits signature to allow for multiple options
gitweb: Simplify fixed string search
Documentation: Remove --{min,max}-age option from git-log(1)
gitweb: Mark first match when searching commit messages
Jean-Luc Herren (1):
fast-import: exit with proper message if not a git dir
Jeff King (3):
use build-time SHELL_PATH in test scripts
rename: warn user when we have turned off rename detection
allow git-am to run in a subdirectory
Johannes Schindelin (4):
completion: support format-patch's --cover-letter option
Fix make_absolute_path() for parameters without a slash
format-patch: use the diff options for the cover letter, too
format-patch: wrap cover-letter's shortlog sensibly
Johannes Sixt (2):
daemon: send more error messages to the syslog
daemon: ensure that base-path is an existing directory
Junio C Hamano (11):
git-remote: do not complain on multiple URLs for a remote
Fix "git log --merge --left-right"
format-patch: remove a leftover debugging message
tests: introduce test_must_fail
Update draft release notes for 1.5.5
t6024: move "git reset" to prepare for a test inside the test itself
CodingGuidelines: spell out how we use grep in our scripts
find_unique_abbrev(): redefine semantics
Clean up find_unique_abbrev() callers
diff-lib.c: constness strengthening
diff: make sure work tree side is shown as 0{40} when different
Martin Koegler (10):
add generic, type aware object chain walker
builtin-fsck: move away from object-refs to fsck_walk
Remove unused object-ref code
builtin-fsck: reports missing parent commits
builtin-fsck: move common object checking code to fsck.c
add common fsck error printing function
unpack-object: cache for non written objects
unpack-objects: prevent writing of inconsistent objects
index-pack: introduce checking mode
receive-pack: use strict mode for unpacking objects
Michele Ballabio (1):
git-gui: fix typo in lib/spellcheck.tcl
Mike Hommey (4):
Set proxy override with http_init()
Add test for git rebase --abort
Documentation/git-rebase.txt: Add --strategy to synopsys
git rebase --abort: always restore the right commit
Miklos Vajna (1):
Improve t6029 to check the real "subtree" case
Nicolas Pitre (4):
factorize revindex code out of builtin-pack-objects.c
make verify_one_pack() a bit less wrong wrt packed_git structure
fix unimplemented packed_object_info_detail() features
add storage size output to 'git verify-pack -v'
Petr Baudis (1):
gitweb: Clearly distinguish regexp / exact match searches
Philippe Bruhat (BooK (3):
cvsimport: have default merge regex allow for dashes in the branch name
cvsimport: allow for multiple -M options
cvsimport: document that -M can be used multiple times
Ralf Wildenhues (1):
Fix doc typos.
Santi Béjar (2):
git-describe: --long shows the object name even for a tagged commit
clone: support cloning full bundles
Sebastian Noack (1):
git-svn: Don't prompt for client cert password everytime.
Shawn O. Pearce (7):
git-gui: Ensure all spellchecker 'class' variables are initialized
git-gui: Remove explicit references to 'aspell' in message strings
git-gui: Only bind the spellcheck popup suggestion hook once
git-gui: Catch and display aspell startup failures to the user
git-gui: Gracefully display non-aspell version errors to users
git-gui: Shorten Aspell version strings to just Aspell version number
Teach git-describe to verify annotated tag names before output
Uwe Kleine-König (1):
rev-list: add --branches, --tags and --remotes