git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RelNotes-1.7.2: cherry-pick and revert learned the same things
@ 2010-07-01  5:10 Christian Couder
  2010-07-01  8:09 ` Peter Kjellerstedt
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Couder @ 2010-07-01  5:10 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git


Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
 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
+   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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-01  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01  5:10 [PATCH] RelNotes-1.7.2: cherry-pick and revert learned the same things Christian Couder
2010-07-01  8:09 ` Peter Kjellerstedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).