@@ -11,7 +11,7 @@ Removal
1111 helper script lost all its users and has been removed.
1212
1313
14- Temporarily Disabled
14+ Temporarily disabled
1515--------------------
1616
1717 * "git http-push" is known not to work well with cURL library older
@@ -27,10 +27,10 @@ Temporarily Disabled
2727Deprecation notices
2828-------------------
2929
30- * The next feature release of git (this change is scheduled for v1.6.0)
31- will by default install dashed form of commands (e.g. "git-commit")
32- outside of users' normal $PATH , and will install only selected
33- commands ("git" itself, and "gitk") in $PATH. This implies:
30+ * From v1.6.0, git will by default install dashed form of commands
31+ (e.g. "git-commit") outside of users' normal $PATH, and will install
32+ only selected commands ("git" itself , and "gitk") in $PATH. This
33+ implies:
3434
3535 - Using dashed forms of git commands (e.g. "git-commit") from the
3636 command line has been informally deprecated since early 2006, but
@@ -44,8 +44,8 @@ Deprecation notices
4444 - Use of dashed forms with "PATH=$(git --exec-path):$PATH; export
4545 PATH" early in your script is not deprecated with this change.
4646
47- Users are strongly encouraged to adjust their habits and scripts now
48- to prepare for this.
47+ Users are strongly encouraged to adjust their habits and scripts now
48+ to prepare for this change .
4949
5050 * The post-receive hook was introduced in March 2007 to supersede
5151 the post-update hook, primarily to overcome the command line length
@@ -80,7 +80,7 @@ Updates since v1.5.3
8080
8181 * Comes with much improved gitk, with i18n.
8282
83- * Comes with " git gui" 0.9.1 with i18n.
83+ * Comes with git- gui 0.9.2 with i18n.
8484
8585 * gitk is now merged as a subdirectory of git.git project, in
8686 preparation for its i18n.
@@ -242,8 +242,8 @@ Updates since v1.5.3
242242 from its first parent.
243243
244244 * "git commit" used to unconditionally strip comment lines that
245- began with '#' and removed excess blank lines. This
246- behaviour has been made configurable.
245+ began with '#' and removed excess blank lines. This behavior has
246+ been made configurable.
247247
248248 * "git commit" has been rewritten in C.
249249
@@ -327,7 +327,7 @@ Updates since v1.5.3
327327
328328 * "git status" from a subdirectory now shows relative paths, which
329329 makes copy-and-pasting for git-checkout/git-add/git-rm easier. The
330- traditional behaviour to show the full path relative to the top of
330+ traditional behavior to show the full path relative to the top of
331331 the work tree can be had by setting status.relativepaths
332332 configuration variable to false.
333333
@@ -351,6 +351,7 @@ Updates since v1.5.3
351351
352352 - enhancement and more use of the strbuf API.
353353
354+ * Makefile tweaks to support HP-UX is in.
354355
355356Fixes since v1.5.3
356357------------------
@@ -377,6 +378,6 @@ series.
377378
378379--
379380exec >/var/tmp/1
380- O=v1.5.4-rc4
381+ O=v1.5.4-rc5
381382echo O=`git describe refs/heads/master`
382383git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments