On the 'maint' front, there aren't that many 'grave fixes' anymore, which is somewhat (happily) surprising after a big release like 1.5.0. Shawn has updated git-gui to 0.6.1. I'll perhaps do 1.5.0.2 next week. In 'master', I pushed out autoCRLF and git-apply fixes. These are changes people can easily notice breakage and would benefit from wider exposure. Hopefully we can have simple path based text/binary attribute on top of them -- I am hoping it to come from people who actually benefit from autoCRLF ;-). * The 'maint' branch has these fixes since the last announcement. Fredrik Kuivinen (1): Fix 'git commit -a' in a newly initialized repository Jason Riedy (1): Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c. Johannes Schindelin (1): git-diff: fix combined diff Martin Koegler (1): git-gui: Create new branches from a tag. Michael Loeffler (1): Use gunzip -c over gzcat in import-tars example. Shawn O. Pearce (16): git-gui: Refactor 'exec git subcmd' idiom. git-gui: Basic version check to ensure git 1.5.0 or later is used. git-gui: Permit merging tags into the current branch. git-gui: More consistently display the application name. git-gui: Print version on the console. git-gui: Prefer version file over git-describe. git-gui: Expose the browser as a subcommand. git-gui: Correct crash when saving options in blame mode. git-gui: Use mixed path for docs on Cygwin. git-gui: Display all authors of git-gui. git-gui: Change summary of git-gui. git-gui: Include browser in our usage message. git-gui: Remove TODO list. git-gui: Don't crash in citool mode on initial commit. Document the new core.bare configuration option. Include git-gui credits file in dist. * The 'master' branch has these since the last announcement. Alex Riesen (1): disable t4016-diff-quote.sh on some filesystems Fredrik Kuivinen (2): New autoconf test for iconv Fix 'git commit -a' in a newly initialized repository Jason Riedy (1): Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c. Johannes Schindelin (5): apply: fix memory leak in prefix_one() name-rev: avoid "^0" when unneeded git grep: use pager Teach diff -B about colours git-diff: fix combined diff Junio C Hamano (16): t0020: add test for auto-crlf Teach 'git apply' to look at $GIT_DIR/config Teach core.autocrlf to 'git apply' Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository git-apply: do not lose cwd when run from a subdirectory. git-apply: require -p<n> when working in a subdirectory. Link 1.5.0.1 documentation from the main page. Add prefixcmp() Mechanical conversion to use prefixcmp() prefixcmp(): fix-up mechanical conversion. prefixcmp(): fix-up leftover strncmp(). t4119: add test for traditional patch and different p_value Fix botched "leak fix" git-apply: notice "diff --git" patch again git-apply: guess correct -p<n> value for non-git patches. t4119: test autocomputing -p<n> for traditional diff input. Linus Torvalds (2): Lazy man's auto-CRLF Make AutoCRLF ternary variable. Martin Koegler (1): git-gui: Create new branches from a tag. Martin Waitz (1): Support for large files on 32bit systems. Michael Loeffler (1): Use gunzip -c over gzcat in import-tars example. Pavel Roskin (1): git-remote: support remotes with a dot in the name Shawn O. Pearce (16): git-gui: Refactor 'exec git subcmd' idiom. git-gui: Basic version check to ensure git 1.5.0 or later is used. git-gui: Permit merging tags into the current branch. git-gui: More consistently display the application name. git-gui: Print version on the console. git-gui: Prefer version file over git-describe. git-gui: Expose the browser as a subcommand. git-gui: Correct crash when saving options in blame mode. git-gui: Use mixed path for docs on Cygwin. git-gui: Display all authors of git-gui. git-gui: Change summary of git-gui. git-gui: Include browser in our usage message. git-gui: Remove TODO list. git-gui: Don't crash in citool mode on initial commit. Document the new core.bare configuration option. Include git-gui credits file in dist. Simon 'corecode' Schubert (1): Allow passing of an alternative CVSROOT via -d. Theodore Ts'o (2): Add config_boolean() method to the Git perl module Allow git-remote to update named groups of remotes - 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