@@ -68,7 +68,7 @@ UI, Workflows & Features
68
68
e.g. "key-id" in "--gpg-sign=<key-id>").
69
69
70
70
* 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.
72
72
73
73
* "git rebase" learned to interpret a lone "-" as "@{-1}", the
74
74
branch that we were previously on.
@@ -98,7 +98,7 @@ UI, Workflows & Features
98
98
tree-wide operation even when run inside a subdirectory of a
99
99
working tree.
100
100
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.
102
102
103
103
* "core.statinfo" configuration variable, which is a
104
104
never-advertised synonym to "core.checkstat", has been removed.
@@ -137,7 +137,7 @@ UI, Workflows & Features
137
137
* "git pull" can be told to only accept fast-forward by setting the
138
138
new "pull.ff" configuration.
139
139
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
141
141
fully for paths the index knows about but the tree-ish the command
142
142
resets to does not (these paths are kept as intend-to-add entries).
143
143
@@ -156,11 +156,11 @@ Performance, Internal Implementation, etc.
156
156
"easy" interface.
157
157
158
158
* 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
160
160
repository that uses it.
161
161
162
162
* The way "git log --cc" shows a combined diff against multiple
163
- parents have been optimized.
163
+ parents has been optimized.
164
164
165
165
* The prefixcmp() and suffixcmp() functions are gone. Use
166
166
starts_with() and ends_with(), and also consider if skip_prefix()
0 commit comments