I've merged up a lot for people to have fun over the weekend ;-). The most notable core-ish change is that rev-list split and new git-log implementation by Linus. I've been using this myself for a while without problems, but there might still be some corner cases that I (and Linus perhaps) do not exercise where git-log command behaves slightly differently. rev-list is not supposed to have *any* regression other than removal of --merge-order. Please report regressions. A new killer application is git-cvsserver. It now talks pserver protocol for anonymous CVS access. Helping Martin to audit the code for any issues, security or otherwise, is greatly appreciated. Fredrik's git-blame still has -Wdeclaration-after-statement issues, but deserves to be beaten harder alongside Ryan's git-annotate for two reasons. It should be a good example program to use the new revision traversal infrastructure, and it is always good to have competing two implementations ;-). * The 'master' branch has these since the last announcement. - Cygwin portability for test (Alex Riesen) workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm) - Emacs interface (Alexandre Julliard) contrib/emacs: Add an Emacs VC backend. git.el: Added customize support for all parameters. git.el: Added support for Signed-off-by. git.el: Automatically update .gitignore status. git.el: Portability fixes for XEmacs and Emacs CVS. git.el: Set default directory before running the status mode setup hooks. - gitview updates (Aneesh Kumar K.V) gitview: Use horizontal scroll bar in the tree view gitview: pass the missing argument _show_clicked_cb. - git-svn updates (Eric Wong) contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switch contrib/git-svn: add -b/--branch switch for branch detection contrib/git-svn: allow --authors-file to be specified contrib/git-svn: avoid re-reading the repository uuid, it never changes contrib/git-svn: better documenting of CLI switches contrib/git-svn: cleanup option parsing contrib/git-svn: create a more recent master if one does not exist contrib/git-svn: fix a copied-tree bug in an overzealous assertion contrib/git-svn: several small bug fixes and changes contrib/git-svn: strip 'git-svn-id:' when commiting to SVN contrib/git-svn: use refs/remotes/git-svn instead of git-svn-HEAD git-branch: add -r switch to list refs/remotes/* - send-email fix (Eric Wong) send-email: accept --no-signed-off-by-cc as the documentation states - checkout-index --stdin (Shawn Pearce) Teach git-checkout-index to read filenames from stdin. - git-blame (Fredrik Kuivinen) Add git-blame, a tool for assigning blame. git-blame, take 2 - git-mv updates (Josef Weidendorfer) git-mv: Allow -h without repo & fix error message git-mv: fixes for path handling git-mv: fix moves into a subdir from outside - split rev-list implementation and git-log (Linus and me) First cut at libifying revlist generation Splitting rev-list into revisions lib, end of beginning. git-rev-list libification: rev-list walking Introduce trivial new pager.c helper infrastructure Tie it all together: "git log" Rip out merge-order and make "git log <paths>..." work again. rev-list split: minimum fixup. git-log (internal): add approxidate. git-log (internal): more options. setup_revisions(): handle -n<n> and -<n> internally. - git-verify-tag update (me) Pretty-print tagger dates. - git-commit --amend (me) - show-branch --topics (me) - git-svnimport update (Karl Hasselström) Save username -> Full Name <email@xxxxxxx> map file - git tool survey documentation (Marco Costalba) Add a Documentation/git-tools.txt - git-cvsserver updates (Martin Langhoff) cvsserver: Checkout correctly on Eclipse annotate: fix -S parameter to take a string cvsserver: Eclipse compat -- now "compare with latest from HEAD" works cvsserver: checkout faster by sending files in a sensible order cvsserver: fix checkouts with -d <somedir> cvsserver: nested directory creation fixups for Eclipse clients cvsserver: better error messages cvsserver: anonymous cvs via pserver support - delta cleanup (Nicolas Pitre) relax delta selection filtering in pack-objects diff-delta: fold two special tests into one plus cleanups diff-delta: big code simplification - git-annotate updates (Ryan Anderson) annotate: handle \No newline at end of file. annotate: Add a basic set of test cases. - misc fixes and docs (Francis Daly, Johannes Schindelin, Jonas Fonseca, Mark Wooding, Shawn Pearce, Tony Luck, Martin Langhoff, me) AsciiDoc fix for tutorial Documentation: read-tree --aggressive Documentation: rev-list --objects-edge Fix test case for some sed GIT-VERSION-GEN: squelch unneeded error from "cat version" Prevent --index-info from ignoring -z. Pull GIT 1.2.4 fixes from master Re-fix compilation warnings. Warn about invalid refs annotate should number lines starting with 1 annotate: fix -S parameter to take a string annotate: resurrect raw timestamps. combine-diff: Honour --full-index. combine-diff: Honour -z option correctly. git-commit: make sure we protect against races. manpages: insert two missing [verse] markers for multi-line SYNOPSIS read-tree --aggressive: remove deleted entry from the working tree. tar-tree: file/dirmode fix. war on whitespaces: documentation. * The 'next' branch, in addition, has these. - diffcore-rename/break and similarity estimator tweaks (me) count-delta: no need for this anymore. diffcore-break: similarity estimator fix. diffcore-delta: make change counter to byte oriented again. diffcore-rename: similarity estimator fix. * The 'pu' branch, in addition, has these. - checkout-index --temp --stage=all (Shawn Pearce) - : 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