summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.6.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-09-09 17:34:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-09-09 17:34:35 (GMT)
commit7a2c4af7a82eebf2ed0e60a2b36c31e70c619264 (patch)
tree511ae8e696f6d1b7294467c07930171d85c09cee /Documentation/RelNotes/2.6.0.txt
parent689efb737a7b46351850eefdfa57d2ce232011fb (diff)
downloadgit-7a2c4af7a82eebf2ed0e60a2b36c31e70c619264.zip
git-7a2c4af7a82eebf2ed0e60a2b36c31e70c619264.tar.gz
git-7a2c4af7a82eebf2ed0e60a2b36c31e70c619264.tar.bz2
Release Notes: typofix
Thanks to Andreas Schwab for careful reading. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.6.0.txt')
-rw-r--r--Documentation/RelNotes/2.6.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.6.0.txt b/Documentation/RelNotes/2.6.0.txt
index eb79a18..870df85 100644
--- a/Documentation/RelNotes/2.6.0.txt
+++ b/Documentation/RelNotes/2.6.0.txt
@@ -56,7 +56,7 @@ UI, Workflows & Features
* A negative !ref entry in multi-value transfer.hideRefs
configuration can be used to say "don't hide this one".
- * After "git am" without "-3" stops, running "git am -" pays attention
+ * After "git am" without "-3" stops, running "git am -3" pays attention
to "-3" only for the patch that caused the original invocation
to stop.