diff --git a/whats-cooking.txt b/whats-cooking.txt index f9deac2958..e398e38b2e 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -1,8 +1,8 @@ -Subject: What's cooking in git.git (Aug 2008, #09; Sun, 31) -X-master-at: 7f314565fe20e324e8db1a7c233e43ca4e3683f0 -X-next-at: 007e493846da7bb03b026e90ac0af8bdea9d0d0c +Subject: What's cooking in git.git (Sep 2008, #01; Sat, 06) +X-master-at: ec3a4ba519c0012d58584d23f407c302e7b80eb6 +X-next-at: d2470dbfc97c972e54913e3d3c622118526c9cc2 -What's cooking in git.git (Aug 2008, #09; Sun, 31) +What's cooking in git.git (Sep 2008, #01; Sat, 06) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed @@ -15,14 +15,42 @@ meant to be merged to the maintenance series have "maint-" in their names. ---------------------------------------------------------------- [New Topics] -Most of them are expected to spend only short amount of time on 'next' -before graduating to 'master'. +* np/pack (Tue Sep 2 10:22:22 2008 -0400) 4 commits + + t5300: improve SHA1 collision test + + pack-objects: don't include missing preferred base objects + + sha1write: don't copy full sized buffers + + Merge branch 'np/maint-safer-pack' into np/pack -* jc/maint-checkout-fix (Fri Aug 29 13:40:36 2008 -0700) 1 commit - + checkout: do not check out unmerged higher stages randomly +* ho/dirstat-by-file (Fri Sep 5 22:27:35 2008 +0300) 1 commit + + diff --dirstat-by-file: count changed files, not lines -* kb/am-directory (Fri Aug 29 15:27:50 2008 -0700) 1 commit - - git-am: Pass the --directory option through to git-apply +* bw/shortref (Fri Sep 5 23:16:23 2008 +0200) 1 commit + - for-each-ref: `:short` format for `refname` + +* jc/safe-c-l-d (Tue Sep 2 14:10:15 2008 -0700) 1 commit + + safe_create_leading_directories(): make it about "leading" + directories + +* jc/setlinebuf-setvbuf (Wed Sep 3 20:33:29 2008 -0700) 1 commit + + daemon.c: avoid setlinebuf() + +* jc/maint-diff-quiet (Mon Sep 1 23:20:26 2008 -0700) 2 commits + + diff --quiet: make it synonym to --exit-code >/dev/null + + diff Porcelain: do not disable auto index refreshing on -C -C + +* jc/apply-include-exclude (Mon Aug 25 01:05:31 2008 -0700) 1 commit + - git-apply:--include=pathspec + +* rs/decorate (Thu Sep 4 23:40:03 2008 +0200) 3 commits + + add '%d' pretty format specifier to show decoration + + move load_ref_decorations() to log-tree.c and export it + + log: add load_ref_decorations() + +* pb/commit-where (Fri Sep 5 19:13:05 2008 +0200) 1 commit + - Builtin-commit: show on which branch a commit was added + +---------------------------------------------------------------- +[Graduated to "master"] * np/safer-pack (Fri Aug 29 16:08:02 2008 -0400) 5 commits + fixup_pack_header_footer(): use nicely aligned buffer sizes @@ -31,44 +59,9 @@ before graduating to 'master'. + improve reliability of fixup_pack_header_footer() + pack-objects: improve returned information from write_one() -* jc/hide-cr-in-diff-from-less (Wed Aug 27 19:48:01 2008 -0700) 1 commit - + diff: Help "less" hide ^M from the output - -* jc/better-conflict-resolution (Sun Aug 31 20:36:32 2008 -0700) 15 commits - . git-merge documentation: describe how conflict is presented - . checkout --conflict=