Skip to content

Commit 467592e

Browse files
author
Junio C Hamano
committed
Update documentation links to point at 1.5.1.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 618e613 commit 467592e

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

Documentation/RelNotes-1.5.2.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Updates since v1.5.1
3232
arbitrary filter to contents on check-in/check-out codepath
3333
but this feature is an extremely sharp-edged razor and needs
3434
to be handled with caution (do not use it unless you
35-
understand the earlier mailing list discussion on keyward
35+
understand the earlier mailing list discussion on keyword
3636
expansion).
3737

3838
* The packfile format now optionally suports 64-bit index.
@@ -42,6 +42,8 @@ Updates since v1.5.1
4242
needs more than 32-bit to express offsets of objects in the
4343
pack
4444

45+
* Comes with an updated git-gui 0.7.0
46+
4547
* New commands and options.
4648

4749
- "git bisect start" can optionally take a single bad commit and
@@ -112,6 +114,13 @@ Updates since v1.5.1
112114
- "git blame" uses .mailmap to canonicalize the author name
113115
just like "git shortlog" does.
114116

117+
- "git pack-objects" pays attention to pack.depth
118+
configuration variable.
119+
120+
- "git cherry-pick" and "git revert" does not use .msg file in
121+
the working tree to prepare commit message; instead it uses
122+
$GIT_DIR/MERGE_MSG as other commands.
123+
115124
* Builds
116125

117126
- git-p4import has never been installed; now there is an
@@ -137,6 +146,11 @@ Updates since v1.5.1
137146
renamed it. We do not do that when there is no rename, so
138147
match that behaviour.
139148

149+
- The default pack depth has been increased to 50, as the
150+
recent addition of delta_base_cache makes deeper delta chains
151+
much less expensive to access.
152+
153+
140154
Fixes since v1.5.1
141155
------------------
142156

@@ -165,12 +179,14 @@ this release, unless otherwise noted.
165179
- git-fetch had trouble with a remote with insanely large number
166180
of refs.
167181

182+
- "git clean -d -X" now does not remove non-excluded directories.
183+
168184
* Documentation updates
169185

170186
* Performance Tweaks
171187

172188
--
173189
exec >/var/tmp/1
174-
O=v1.5.2-rc1-32-g125a5f1
190+
O=v1.5.2-rc2-45-g618e613
175191
echo O=`git describe refs/heads/master`
176192
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

Documentation/git.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ Documentation for older releases are available here:
4040

4141
* link:RelNotes-1.5.1.txt[release notes for 1.5.1]
4242

43-
* link:v1.5.1.2/git.html[documentation for release 1.5.1.2]
43+
* link:v1.5.1.4/git.html[documentation for release 1.5.1.4]
44+
45+
* link:RelNotes-1.5.1.4.txt[release notes for 1.5.1.4]
46+
47+
* link:RelNotes-1.5.1.3.txt[release notes for 1.5.1.3]
4448

4549
* link:RelNotes-1.5.1.2.txt[release notes for 1.5.1.2]
4650

0 commit comments

Comments
 (0)