From: Junio C Hamano Date: Wed, 6 Aug 2008 04:44:16 +0000 (-0700) Subject: What's cooking (2008/07 #04) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62708729f58fe69629f93e393aeccd9cd076b247;p=thirdparty%2Fgit.git What's cooking (2008/07 #04) --- diff --git a/whats-cooking.txt b/whats-cooking.txt index c646f43d62..e0fe6aa8d8 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -1,6 +1,6 @@ -Subject: What's cooking in git.git (Jul 2008, issue #03; Mon, 07) +Subject: What's cooking in git.git (Jul 2008, issue #04; Wed, 09) -What's cooking in git.git (Jul 2008, issue #03; Mon, 07) +What's cooking in git.git (Jul 2008, issue #04; Wed, 09) -------------------------------------------------------- Here are the topics that have been cooking. Commits prefixed @@ -11,25 +11,20 @@ The topics list the commits in reverse chronological order. The topics meant to be applied to the maintenance series have "maint-" in their names. -It already is beginning to become clear what 1.6.0 will look like. Wha= -t's +It already is beginning to become clear what 1.6.0 will look like. What's already in 'next' all are well intentioned (I do not guarantee they are -already bug-free --- that is what cooking them in 'next' is for) and ar= -e +already bug-free --- that is what cooking them in 'next' is for) and are good set of feature enhancements. Bigger changes will be: * Port for MinGW. * With the default Makefile settings, most of the programs will be - installed outside your $PATH, except for "git", "gitk", "git-gui" an= -d + installed outside your $PATH, except for "git", "gitk", "git-gui" and some server side programs that need to be accessible for technical reasons. Invoking a git subcommand as "git-xyzzy" from the command - line has been deprecated since early 2006 (and officially announced = -in + line has been deprecated since early 2006 (and officially announced in 1.5.4 release notes); use of them from your scripts after adding - output from "git --exec-path" to the $PATH will still be supported i= -n + output from "git --exec-path" to the $PATH will still be supported in 1.6.0, but users are again strongly encouraged to adjust their scripts to use "git xyzzy" form, as we will stop installing "git-xyzzy" hardlinks for built-in commands in later releases. @@ -47,56 +42,51 @@ n ---------------------------------------------------------------- [New Topics] -* jc/rebase-orig-head (Mon Jul 7 00:16:38 2008 -0700) 1 commit - + Teach "am" and "rebase" to mark the original position with - ORIG_HEAD +* xx/merge-in-c-into-next (Wed Jul 9 13:51:46 2008 -0700) 4 commits + + Teach git-merge -X