(this one is about "next" only -- I am bisecting) * The 'next' branch, in addition, has these. - git-svnimport Florian Forster: git-svnimport: Improved detection of merges. - read-tree/write-tree --prefix Junio C Hamano: read-tree: --prefix=<path>/ option. write-tree: --prefix=<path> read-tree: reorganize bind_merge code. - format-patch Junio C Hamano: format-patch --signoff - tree parser updates Linus Torvalds: Add raw tree buffer info to "struct tree" Make "tree_entry" have a SHA1 instead of a union of object pointers Switch "read_tree_recursive()" over to tree-walk functionality Remove "tree->entries" tree-entry list from tree parser Make "struct tree" contain the pointer to the tree buffer Make "tree_entry" have a SHA1 instead of a union of object pointers Switch "read_tree_recursive()" over to tree-walk functionality builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec() Remove "tree->entries" tree-entry list from tree parser fsck-objects: avoid unnecessary tree_entry_list usage Remove unused "zeropad" entry from tree_list_entry Convert "mark_tree_uninteresting()" to raw tree walker Convert fetch.c: process_tree() to raw tree walker Remove last vestiges of generic tree_entry_list tree_entry(): new tree-walking helper function - fetch-pack into a repository with more root than the server Junio C Hamano: fetch-pack: give up after getting too many "ack continue" - http-fetch fixes Nick Hengeveld: http: prevent segfault during curl handle reuse Sean Estabrooks: Remove possible segfault in http-fetch. - reflog Junio C Hamano: fetch.c: do not pass uninitialized lock to unlock_ref(). Shawn Pearce: Improve abstraction of ref lock/write. Convert update-ref to use ref_lock API. Log ref updates to logs/refs/<ref> Support 'master@2 hours ago' syntax Fix ref log parsing so it works properly. General ref log reading improvements. Added logs/ directory to repository layout. Force writing ref if it doesn't exist. Log ref updates made by fetch. Change 'master@noon' syntax to 'master@{noon}'. Correct force_write bug in refs.c Change order of -m option to update-ref. Include ref log detail in commit, reset, etc. Create/delete branch ref logs. Enable ref log creation in git checkout -b. Verify git-commit provides a reflog message. Test that git-branch -l works. - : 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