Skip to content

Commit c3c1352

Browse files
committed
GIT 1.5.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7dc4642 commit c3c1352

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Documentation/RelNotes-1.5.4.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Deprecation notices
3535
- Using dashed forms of git commands (e.g. "git-commit") from the
3636
command line has been informally deprecated since early 2006, but
3737
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.
3939

4040
- Using dashed forms from your scripts, without first prepending the
4141
return value from "git --exec-path" to the scripts' PATH, has been
@@ -166,7 +166,7 @@ Updates since v1.5.3
166166
command line in the generated log message, when told to cherry-pick a
167167
commit by naming a tag that points at it. It does not anymore.
168168

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
170170
various date fields in different formats.
171171

172172
* "git gc --auto" is a low-impact way to automatically run a variant of
@@ -221,7 +221,7 @@ Updates since v1.5.3
221221
* "git pull --rebase" is a different way to integrate what you fetched
222222
into your current branch.
223223

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
225225
to reproduce the history recorded in a git repository.
226226

227227
* "git add -i" takes pathspecs to limit the set of files to work on.
@@ -342,7 +342,7 @@ Updates since v1.5.3
342342

343343
* "git help" learned "-w" option to show documentation in browsers.
344344

345-
* In addition there are quite a few internal clean-ups. Notably
345+
* In addition there are quite a few internal clean-ups. Notably:
346346

347347
- many fork/exec have been replaced with run-command API,
348348
brought from the msysgit effort.
@@ -365,7 +365,7 @@ series.
365365
* The way "git diff --check" behaves is much more consistent with the way
366366
"git apply --whitespace=warn" works.
367367

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
369369
and project names.
370370

371371
* "git config" did not work correctly on platforms that define
@@ -375,9 +375,3 @@ series.
375375
documentation; a workaround has been implemented.
376376

377377
* "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

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.4-rc5.GIT
4+
DEF_VER=v1.5.4.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)