From faca406927994574e97c703195a2bac7332f95ec Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 5 Aug 2008 22:46:42 -0700 Subject: [PATCH] What's in/cooking updates --- whats/cooking/2008/08/01.txt | 149 +++++++++++++++++++++++++++++++++++++++++++ whats/in/2008/08/01.txt | 131 +++++++++++++++++++++++++++++++++++++ 2 files changed, 280 insertions(+) create mode 100644 whats/cooking/2008/08/01.txt create mode 100644 whats/in/2008/08/01.txt diff --git a/whats/cooking/2008/08/01.txt b/whats/cooking/2008/08/01.txt new file mode 100644 index 0000000000..f26008d32d --- /dev/null +++ b/whats/cooking/2008/08/01.txt @@ -0,0 +1,149 @@ +What's cooking in git.git (Aug 2008, #01; Tue, 05) +-------------------------------------------------- + +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. The topics +meant to be merged to the maintenance series have "maint-" in their names. + +Due to increased activity level from people including GSoC students, I +expect 'next' to stay somewhat more active than previous rounds during the +1.6.0-rc cycle. The request for people who usually follow 'next' is the +same as usual, though. After -rc1 is tagged, please run 'master' for your +daily git use instead, in order to make sure 'master' does what it claims +to do without regression. + +Tentative schedule, my wishful thinking: + + - 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=