From 93457cfa11870db82c29cee74697680b8705886f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 31 Aug 2008 23:15:17 -0700 Subject: [PATCH] What's cooking update --- whats/cooking/2008/08/09.txt | 242 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 whats/cooking/2008/08/09.txt diff --git a/whats/cooking/2008/08/09.txt b/whats/cooking/2008/08/09.txt new file mode 100644 index 0000000000..f9deac2958 --- /dev/null +++ b/whats/cooking/2008/08/09.txt @@ -0,0 +1,242 @@ +Subject: What's cooking in git.git (Aug 2008, #09; Sun, 31) +X-master-at: 7f314565fe20e324e8db1a7c233e43ca4e3683f0 +X-next-at: 007e493846da7bb03b026e90ac0af8bdea9d0d0c + +What's cooking in git.git (Aug 2008, #09; Sun, 31) +-------------------------------------------------- + +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. + +---------------------------------------------------------------- +[New Topics] + +Most of them are expected to spend only short amount of time on 'next' +before graduating to 'master'. + +* jc/maint-checkout-fix (Fri Aug 29 13:40:36 2008 -0700) 1 commit + + checkout: do not check out unmerged higher stages randomly + +* kb/am-directory (Fri Aug 29 15:27:50 2008 -0700) 1 commit + - git-am: Pass the --directory option through to git-apply + +* np/safer-pack (Fri Aug 29 16:08:02 2008 -0400) 5 commits + + fixup_pack_header_footer(): use nicely aligned buffer sizes + + index-pack: use fixup_pack_header_footer()'s validation mode + + pack-objects: use fixup_pack_header_footer()'s validation mode + + 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=