Again with a handful fixes, the most important of which is for regression introduced in 1.5.4 to "git fetch" (if you are using .git/branches/it to name your remote repositories, "git fetch it" should update your local "it" branch but it doesn't since the breakage), maybe we would need another maintenance branch soon from 'maint'. With fixes to a handful regressions in the changes that happened during the 1.5.5 cycle, 'master' is nearling -rc2, which hopefully will happen soon. There still are one or two topics we may want to merge from 'next', but at this point both testers and developers are encouraged to switch to 'master' if you have been using 'next' for your real work to catch the last minute glitches. ---------------------------------------------------------------- * The 'maint' branch has these fixes since the last announcement. Brandon Casey (1): t/t3800-mktag.sh: use test_must_fail rather than '!' Daniel Barkalow (2): Tighten refspec processing Fix branches file configuration Guanqun Lu (1): Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation. Jeff King (1): Documentation: clarify use of .git{ignore,attributes} versus .git/info/* Junio C Hamano (2): git-fetch test: test tracking fetch results, not just FETCH_HEAD Update draft release notes for 1.5.4.5 * The 'master' branch has these since the last announcement in addition to the above. Dirk Süsserott (1): Documentation: git-tag '-m'/'-F' implies '-a' Frank Lichtenheld (1): t9600-cvsimport.sh: set HOME before checking for cvsps availability Gerrit Pape (1): imap-send: properly error out if imap.host is not set in config Guanqun Lu (1): Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation. Johannes Schindelin (2): RelNotes: mention checkout/branch's --track option, too init: show "Reinit" message even in an (existing) empty repository Johannes Sixt (1): builtin-remote: Fix missing newline at end of listing of pushed branches Julian Phillips (1): Documentation/git-checkout: Update summary to reflect current abilities Junio C Hamano (3): refspec: allow colon-less wildcard "refs/category/*" test_must_fail: 129 is a valid error code from usage() Update draft release notes for 1.5.5 SZEDER Gábor (1): Always set *nongit_ok in setup_git_directory_gently() -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html