From: Junio C Hamano Date: Wed, 6 Aug 2008 05:46:42 +0000 (-0700) Subject: What's cooking (2008/08 #01) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05da62747f165d6b1d798721d5b170c806ddda8b;p=thirdparty%2Fgit.git What's cooking (2008/08 #01) --- diff --git a/whats-cooking.txt b/whats-cooking.txt index 51cba066d1..c91bcf9a08 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -1,6 +1,6 @@ -Subject: What's cooking in git.git (Jul 2008, #11; Thu, 31) +Subject: What's cooking in git.git (Aug 2008, #01; Tue, 05) -What's cooking in git.git (Jul 2008, #11; Thu, 31) +What's cooking in git.git (Aug 2008, #01; Tue, 05) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed @@ -19,18 +19,62 @@ to do without regression. Tentative schedule, my wishful thinking: - - 1.6.0-rc2 (Aug 3) + - 1.6.0-rc2 (Aug 6) - 1.6.0-rc3 (Aug 10) ---------------------------------------------------------------- [New Topics] +* jc/post-simplify (Sun Aug 3 17:47:16 2008 -0700) 3 commits + + Topo-sort before --simplify-merges + + revision traversal: show full history with merge simplification + + revision.c: whitespace fix + +"log --full-history" is with too much clutter, "log" itself is too cleverer +than some people, and here is the middle level of merge simplification. + +* sp/smart-http (Sun Aug 3 00:25:17 2008 -0700) 2 commits + - [do not merge -- original version] Add Git-aware CGI for Git-aware + smart HTTP transport + - Add backdoor options to receive-pack for use in Git-aware CGI + +The "magic" detection protocol was revised to use POST to info/refs; the +top one queued is from before that discussion. + +* jc/add-stop-at-symlink (Mon Aug 4 00:52:37 2008 -0700) 2 commits + - add: refuse to add working tree items beyond symlinks + - update-index: refuse to add working tree items beyond symlinks + +The performance impact of this needs to be discussed in a separate +thread. + +* dp/hash-literally (Sun Aug 3 18:36:22 2008 +0400) 6 commits + + add --no-filters option to git hash-object + + add --path option to git hash-object + + use parse_options() in git hash-object + + correct usage help string for git-hash-object + + correct argument checking test for git hash-object + + teach index_fd to work with pipes + +Gives a bit more flexibility to hash-objects by allowing us to lie about +the path the contents comes from. + +* jn/svn-log (Sun Aug 3 14:07:21 2008 +0200) 1 commit + - git-svn: --clean-changelog=