@@ -35,7 +35,7 @@ Deprecation notices
35
35
- Using dashed forms of git commands (e.g. "git-commit") from the
36
36
command line has been informally deprecated since early 2006, but
37
37
now it officially is, and will be removed in the future. Use
38
- dashless forms (e.g. "git commit") instead.
38
+ dash-less forms (e.g. "git commit") instead.
39
39
40
40
- Using dashed forms from your scripts, without first prepending the
41
41
return value from "git --exec-path" to the scripts' PATH, has been
@@ -166,7 +166,7 @@ Updates since v1.5.3
166
166
command line in the generated log message, when told to cherry-pick a
167
167
commit by naming a tag that points at it. It does not anymore.
168
168
169
- * "git for-each-ref" learned %(xxxdate:<dateformat >) syntax to show the
169
+ * "git for-each-ref" learned %(xxxdate:<date-format >) syntax to show the
170
170
various date fields in different formats.
171
171
172
172
* "git gc --auto" is a low-impact way to automatically run a variant of
@@ -221,7 +221,7 @@ Updates since v1.5.3
221
221
* "git pull --rebase" is a different way to integrate what you fetched
222
222
into your current branch.
223
223
224
- * "git fast-export" produces datastream that can be fed to fast-import
224
+ * "git fast-export" produces data-stream that can be fed to fast-import
225
225
to reproduce the history recorded in a git repository.
226
226
227
227
* "git add -i" takes pathspecs to limit the set of files to work on.
@@ -342,7 +342,7 @@ Updates since v1.5.3
342
342
343
343
* "git help" learned "-w" option to show documentation in browsers.
344
344
345
- * In addition there are quite a few internal clean-ups. Notably
345
+ * In addition there are quite a few internal clean-ups. Notably:
346
346
347
347
- many fork/exec have been replaced with run-command API,
348
348
brought from the msysgit effort.
@@ -365,7 +365,7 @@ series.
365
365
* The way "git diff --check" behaves is much more consistent with the way
366
366
"git apply --whitespace=warn" works.
367
367
368
- * "git svn" talking with the SVN over http will correctly quote branch
368
+ * "git svn" talking with the SVN over HTTP will correctly quote branch
369
369
and project names.
370
370
371
371
* "git config" did not work correctly on platforms that define
@@ -375,9 +375,3 @@ series.
375
375
documentation; a workaround has been implemented.
376
376
377
377
* "git diff --color-words" colored context lines in a wrong color.
378
-
379
- --
380
- exec >/var/tmp/1
381
- O=v1.5.4-rc5
382
- echo O=`git describe refs/heads/master`
383
- git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments