Nothing exciting on 'maint' since 1.5.3.7. On the 'master' front, we will soon be in feature freeze for 1.5.4. Many topics that have been cooking in 'next' has been pushed out. This round it is a rather large batch but hopefully it will not destabilize it too much. Knock wood. * "git pull --rebase" is a different way to integrate what you fetched into your current branch. * "git fast-export" produces datastream that can be fed to fast-import to reproduce the history recorded in a git repository. * gitk is now merged as a subdirectory of git.git project, in preparation for its i18n. * Value "true" for color.diff and color.status configuration used to mean "always" (even when the output is not going to a terminal). This has been corrected to mean the same thing as "auto". * "git commit --allow-empty" allows you to create a single-parent commit that records the same tree as its parent, overriding the usual safety valve. * "git stash random-text" does not create a new stash anymore. It was a UI mistake. Use "git stash save random-text", or "git stash" (without extra args) for that. * HTTP proxy can be specified per remote repository using remote.*.proxy configuration, or global http.proxy configuration variable. * "git rebase -i" also triggers rerere to help you repeated merges. * "git prune --expire <time>" can exempt young loose objects from getting pruned. * "git branch --contains <commit>" can list branches that are descendants of a given commit. ---------------------------------------------------------------- * The 'maint' branch has these fixes since the last announcement. Jeff King (1): t9600: test cvsimport from CVS working tree Junio C Hamano (2): Fix typo in t4008 test title GIT 1.5.3.7 * The 'master' branch has these since the last announcement in addition to the above. Andy Whitcroft (1): git-svn: add support for pulling author from From: and Signed-off-by: Carlos Rica (1): Make builtin-tag.c use parse_options. Christian Couder (2): Documentation: add a new man page for "git-help" Trace and quote with argv: get rid of unneeded count argument. David D. Kilzer (1): git-svn: Remove unnecessary Git::SVN::Util package David Symonds (1): Mention that git-rm can be an appropriate resolution as well as git-add. Denis Cheng (1): gitweb: the commitdiff is very commonly used, it's needed on search page, too Gustaf Hendeby (1): git-svn now reads settings even if called in subdirectory Jakub Narebski (1): gitweb: Update and improve gitweb/README file Jeff King (2): git-tag: test that -s implies an annotated tag Enable rewrite as well as rename detection in git-status Johannes Schindelin (7): Replace instances of export VAR=VAL with VAR=VAL; export VAR Teach 'git pull' about --rebase rebase -i: give rerere a chance Add "--expire <time>" option to 'git prune' Add 'git fast-export', the sister of 'git fast-import' fast-export: rename the signed tag mode 'ignore' to 'verbatim' Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0 Johannes Sixt (1): git-commit: Allow to amend a merge commit that does not change the tree Junio C Hamano (17): Move gitk to its own subdirectory git-branch --contains=commit git-branch --contains: doc and test builtin-tag: accept and process multiple -m just like git-commit "git-tag -s" should create a signed annotated tag "color.diff = true" is not "always" anymore. git-config --get-color: get configured color Update draft release notes for 1.5.4 Resurrect peek-remote Consolidate command list to one. Update draft release notes for 1.5.4 rename: Break filepairs with different types. git-am: catch missing author date early. git-commit --allow-empty git-commit documentation: fix unfinished sentence. Add git-fast-export to list of commands. Update draft release notes for 1.5.4 Kevin Leung (1): git-stash: Display help message if git-stash is run with wrong sub-commands Pierre Habouzit (1): parse-options: Allow to hide options from the default usage. Robert Schiele (1): install-sh from automake does not like -m without delimiting space Sam Vilain (2): Allow HTTP proxy to be overridden in config Add remote.<name>.proxy Steven Grimm (1): git-svn: Don't create a "master" branch every time rebase is run Theodore Ts'o (2): Make the list of common commands more exclusive Remove hint to use "git help -a" Vineet Kumar (1): git-svn: add a show-externals command. Wincent Colaiuta (1): revert/cherry-pick: Allow overriding the help text by the calling Porcelain - 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