Skip to content

Commit

Permalink
GIT 1.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Feb 2, 2008
1 parent 7dc4642 commit c3c1352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions Documentation/RelNotes-1.5.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Deprecation notices
- Using dashed forms of git commands (e.g. "git-commit") from the
command line has been informally deprecated since early 2006, but
now it officially is, and will be removed in the future. Use
dashless forms (e.g. "git commit") instead.
dash-less forms (e.g. "git commit") instead.

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

* "git for-each-ref" learned %(xxxdate:<dateformat>) syntax to show the
* "git for-each-ref" learned %(xxxdate:<date-format>) syntax to show the
various date fields in different formats.

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

* "git fast-export" produces datastream that can be fed to fast-import
* "git fast-export" produces data-stream that can be fed to fast-import
to reproduce the history recorded in a git repository.

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

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

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

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

* "git svn" talking with the SVN over http will correctly quote branch
* "git svn" talking with the SVN over HTTP will correctly quote branch
and project names.

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

* "git diff --color-words" colored context lines in a wrong color.

--
exec >/var/tmp/1
O=v1.5.4-rc5
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.5.4-rc5.GIT
DEF_VER=v1.5.4.GIT

LF='
'
Expand Down

0 comments on commit c3c1352

Please sign in to comment.