summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.4.0.txt
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2015-04-23 12:27:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-04-23 18:32:05 (GMT)
commit2eac0356b0dbb3a38e5cfd1a640d62fdc00ffd98 (patch)
treee62b15087c7d2c6b92cacb5f8564041e214a2bec /Documentation/RelNotes/2.4.0.txt
parent37f4bed11bc253175630474f4c5611af2c96b64e (diff)
downloadgit-2eac0356b0dbb3a38e5cfd1a640d62fdc00ffd98.zip
git-2eac0356b0dbb3a38e5cfd1a640d62fdc00ffd98.tar.gz
git-2eac0356b0dbb3a38e5cfd1a640d62fdc00ffd98.tar.bz2
RelNotes: refer to the rebase -i "todo list", not "insn sheet"
"Todo list" is the name that is used in the user-facing documentation. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.4.0.txt')
-rw-r--r--Documentation/RelNotes/2.4.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.4.0.txt b/Documentation/RelNotes/2.4.0.txt
index c02de8d..7b23ca3 100644
--- a/Documentation/RelNotes/2.4.0.txt
+++ b/Documentation/RelNotes/2.4.0.txt
@@ -261,7 +261,7 @@ notes for details).
user could have made was to choose nothing.
(merge a9c4641 ak/add-i-empty-candidates later to maint).
- * The insn sheet "git rebase -i" creates did not fully honor
+ * The todo list "git rebase -i" creates did not fully honor
core.abbrev settings.
(merge edb72d5 ks/rebase-i-abbrev later to maint).
@@ -402,7 +402,7 @@ notes for details).
(merge 77fdb8a nd/grep-exclude-standard-help-fix later to maint).
* "git rebase -i" recently started to include the number of
- commits in the insn sheet to be processed, but on a platform
+ commits in the todo list to be processed, but on a platform
that prepends leading whitespaces to "wc -l" output, the numbers
are shown with extra whitespaces that aren't necessary.
(merge 2185d3b es/rebase-i-count-todo later to maint).