@@ -68,7 +68,7 @@ UI, Workflows & Features
6868 e.g. "key-id" in "--gpg-sign=<key-id>").
6969
7070 * The pattern to find where the function begins in C/C++ used in
71- "diff" and "grep -p" have been updated to help C++ source better.
71+ "diff" and "grep -p" has been updated to help C++ source better.
7272
7373 * "git rebase" learned to interpret a lone "-" as "@{-1}", the
7474 branch that we were previously on.
@@ -98,7 +98,7 @@ UI, Workflows & Features
9898 tree-wide operation even when run inside a subdirectory of a
9999 working tree.
100100
101- * "git add <path> is the same as "git add -A <path>" now.
101+ * "git add <path>" is the same as "git add -A <path>" now.
102102
103103 * "core.statinfo" configuration variable, which is a
104104 never-advertised synonym to "core.checkstat", has been removed.
@@ -137,7 +137,7 @@ UI, Workflows & Features
137137 * "git pull" can be told to only accept fast-forward by setting the
138138 new "pull.ff" configuration.
139139
140- * "git reset" learned "-N" option, which does not reset the index
140+ * "git reset" learned the "-N" option, which does not reset the index
141141 fully for paths the index knows about but the tree-ish the command
142142 resets to does not (these paths are kept as intend-to-add entries).
143143
@@ -156,11 +156,11 @@ Performance, Internal Implementation, etc.
156156 "easy" interface.
157157
158158 * The bitmap-index feature from JGit has been ported, which should
159- significantly improve performance when serving objects form a
159+ significantly improve performance when serving objects from a
160160 repository that uses it.
161161
162162 * The way "git log --cc" shows a combined diff against multiple
163- parents have been optimized.
163+ parents has been optimized.
164164
165165 * The prefixcmp() and suffixcmp() functions are gone. Use
166166 starts_with() and ends_with(), and also consider if skip_prefix()
0 commit comments