> -----Original Message----- > From: git-owner@xxxxxxxxxxxxxxx [mailto:git-owner@xxxxxxxxxxxxxxx] On > Behalf Of Christian Couder > Sent: den 1 juli 2010 07:10 > To: Junio C Hamano > Cc: git@xxxxxxxxxxxxxxx > Subject: [PATCH] RelNotes-1.7.2: cherry-pick and revert learned the > same things > > Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > --- > Documentation/RelNotes-1.7.2.txt | 11 ++++++----- > 1 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/Documentation/RelNotes-1.7.2.txt b/Documentation/RelNotes- > 1.7.2.txt > index 8ed7406..53a71da 100644 > --- a/Documentation/RelNotes-1.7.2.txt > +++ b/Documentation/RelNotes-1.7.2.txt > @@ -44,9 +44,12 @@ Updates since v1.7.1 > prepares to create a root commit that is not connected to any > existing > commit. > > - * "git cherry-pick" learned to pick a range of commits (e.g. "cherry-pick > - A..B"); this does not have nicer sequencing control "rebase [-i]" has, > - though. > + * "git cherry-pick" and "git revert" learned to pick a range of > + commits (e.g. "cherry-pick A..B"); this does not have nicer Shouldn't that be "the nicer"? > + sequencing control "rebase [-i]" has, though. > + > + * "git cherry-pick" and "git revert" learned --strategy option to > + specify the merge strategy. > > * "git cvsserver" can be told to use pserver; its password file can be > stored outside the repository. > @@ -92,8 +95,6 @@ Updates since v1.7.1 > > * "git remote" learned "set-branches" subcommand. > > - * "git revert" learned --strategy option to specify the merge strategy. > - > * "git rev-list A..B" learned --ancestry-path option to further limit > the result to the commits that are on the ancestry chain between A and > B (i.e. commits that are not descendants of A are excluded). > -- > 1.7.2.rc0.223.g465131.dirty //Peter -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html