aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-08-12 18:17:01 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-08-12 18:17:01 +0200
commit3c09363d7507768973519709e780d1725cc52233 (patch)
treeaacb1c505779ba449fe4d57e38ef65a40e494904 /Documentation
parentb84a484c9a795a498b29bc75f0b80a71fc4fa96c (diff)
2.1.0.txt: remove incorrect claim
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.1.0.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/RelNotes/2.1.0.txt b/Documentation/RelNotes/2.1.0.txt
index 90a4e53..0331193 100644
--- a/Documentation/RelNotes/2.1.0.txt
+++ b/Documentation/RelNotes/2.1.0.txt
@@ -278,10 +278,9 @@ Changes since v1.4.0
* The distinction between the various "apply variants" has been
clearly worked out, and they now all provide the same feature set.
The variants are: stage, unstage, discard, reverse, and "regular
- apply". In all cases, it is possible to act on a file, a hunk,
- files, hunks, and part of a hunk. When acting on the hunk level,
- all variants are implemented on top of `git apply', thus the name
- "apply variants".
+ apply". In all cases, it is possible to act on a file or hunk, or
+ part of a hunk. When acting on the hunk level, all variants are
+ implemented on top of `git apply', thus the name "apply variants".
Un-/staging has always been one of Magit's most beloved features,
and this release takes it to the next level by making the other