From 47172ba7bbadd10093112fb28e140e9d162d3a33 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 (2008/08 #09) --- whats-cooking.txt | 253 +++++++++++++++++++++++++++++------------------------- 1 file changed, 138 insertions(+), 115 deletions(-) diff --git a/whats-cooking.txt b/whats-cooking.txt index eb7dc82a3e..f9deac2958 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -1,8 +1,8 @@ -Subject: What's cooking in git.git (Aug 2008, #08; Wed, 27) -X-master-at: a1184d85e8752658f02746982822f43f32316803 -X-next-at: 9f25cb4fbeed4ff00c19fe462492a5ee6dfb82b3 +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, #08; Wed, 27) +What's cooking in git.git (Aug 2008, #09; Sun, 31) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed @@ -15,40 +15,91 @@ meant to be merged to the maintenance series have "maint-" in their names. ---------------------------------------------------------------- [New Topics] -* dk/emacs (Tue Aug 26 22:24:40 2008 -0500) 2 commits - - Teach git.el to mark/unmark files by regexp - - git.el: Diff only file at point by default +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=