Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' while commits prefixed with '+' are in 'next'. The topics list the commits in reverse chronological order. * jc/checkout (Sun Apr 8 22:08:31 2007 -0700) 7 commits + Teach git-reset to use index BASE extension. + git-read-tree --set-base=<sha1> + Use BASE index extension in git-am. + Move check_base() shell function to git-sh-setup + Use BASE index extension in git-commit and git-merge. + update-index --{set,get}-base + Add BASE index extension. This series is primarily to make it safer when somebody else updates the tip of the branch you have currently checked out. As I said in previous messages, I think the series covers basic operations fine but there probably are gaps in the coverage. Motivated volunteers are needed to fill them. * fl/cvsserver (Sat Apr 7 16:58:10 2007 +0200) 8 commits - cvsserver: Add asciidoc documentation for new database backend configuration + cvsserver: Corrections to the database backend configuration + cvsserver: Use DBI->table_info instead of DBI->tables + cvsserver: Abort if connect to database fails + cvsserver: Make the database backend configurable + cvsserver: Allow to override the configuration per access method + cvsserver: Handle three part keys in git config correctly + cvsserver: Introduce new state variable 'method' Although the code looked sane, I do not interact with git repositories over CVS protocol in real life, so I haven't personally tested it. I cannot push this out to 'master' without positive feedbacks. Testing needed. * jc/read-tree-df (Sat Apr 7 07:17:35 2007 -0700) 5 commits - t3030: merge-recursive backend test. - merge-recursive: handle D/F conflict case more carefully. - merge-recursive: do not barf on "to be removed" entries. - Treat D/F conflict entry more carefully in unpack- trees.c::threeway_merge() - t1000: fix case table. This is a follow-up to "my branch has foo/bar and I cannot switch to another branch that has foo as a file" series. It deals with three-way merges that involve D/F conflicts. Again, heavy testing and reporting is needed until it graduates to 'master'. * jc/quickfetch (Thu Apr 5 03:22:55 2007 -0700) 2 commits - git-fetch: use fetch--tool pick-rref to avoid local fetch from alternate - git-fetch--tool pick-rref This is to alleviate Linus's worries about "git fetch" from a repository whose object store is your alternate consuming too much cycles in the new "SHA-1 collision detection" code, at the same time avoiding to create a pack that has duplicate objects in the repository due to the recent "keep" behaviour of fetch-pack. * js/wrap-log (Sun Apr 8 01:28:00 2007 -0700) 2 commits - shortlog -w: make wrap-line behaviour optional. - Use print_wrapped_text() in shortlog This teaches "git shortlog" to wrap lines that are too long (by default, 76 columns) when "-w" option is given. This was resurrected from my held-box. I do not have an immediate need for it but somebody might. Cheering-on and documentation updates are needed for it to go anywhere. * jc/the-index (Sun Apr 1 23:26:07 2007 -0700) 2 commits - Make read-cache.c "the_index" free. - Move index-related variables into a structure. This libifies the "cache" part of the system. Parked in 'pu' as there is no immediate need, at least for me. * jc/blame (Tue Mar 27 01:58:01 2007 -0700) 3 commits - git-blame: optimize get_origin() from linear search to hash- lookup. - git-blame: pass "struct scoreboard *" pointers around. - blame: lift structure definitions up * jc/pathattr (Thu Mar 1 01:20:21 2007 -0800) 5 commits - pathattr: allow piping to external program. - pathattr: read from git_config(). - git-show: use pathattr to run "display" - pathattr: path based configuration of various attributes. + convert: add scaffolding for path based selection of conversion routines. * jc/diff (Mon Dec 25 01:08:50 2006 -0800) 2 commits - test-para: combined diff between HEAD, index and working tree. - para-walk: walk n trees, index and working tree in parallel These are stalled... - 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