Skip to content

Commit 09651dd

Browse files
committed
Getting closer to 1.6.0-rc0
Update the links to "stale" versions of documentation to link to 1.5.6.4 Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6796399 commit 09651dd

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Documentation/RelNotes-1.6.0.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ Updates since v1.5.6
136136
* git-archive can be told to omit certain paths from its output using
137137
export-ignore attributes.
138138

139+
* git-archive uses the zlib default compression level when creating
140+
zip archive.
141+
139142
* With -v option, git-branch describes the remote tracking statistics
140143
similar to the way git-checkout reports by how many commits your branch
141144
is ahead/behind.
@@ -155,6 +158,8 @@ Updates since v1.5.6
155158
* git-clone can clone from a remote whose URL would be rewritten by
156159
configuration stored in $HOME/.gitconfig now.
157160

161+
* git-cvsserver learned to respond to "cvs co -c".
162+
158163
* git-diff --check now checks leftover merge conflict markers.
159164

160165
* When remote side used to have branch 'foo' and git-fetch finds that now
@@ -166,6 +171,8 @@ Updates since v1.5.6
166171
* fast-export learned to export and import marks file; this can be used to
167172
interface with fast-import incrementally.
168173

174+
* fast-import and fast-export learned to export and import gitlinks.
175+
169176
* git-rebase records the original tip of branch in ORIG_HEAD before it is
170177
rewound.
171178

@@ -210,6 +217,6 @@ this release, unless otherwise noted.
210217

211218
---
212219
exec >/var/tmp/1
213-
O=v1.5.6.3-436-g1f8dc67
220+
O=v1.5.6.4-432-g6796399
214221
echo O=$(git describe refs/heads/master)
215222
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

Documentation/git.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.5.6.3/git.html[documentation for release 1.5.6.3]
46+
* link:v1.5.6.4/git.html[documentation for release 1.5.6.4]
4747

4848
* release notes for
49-
link:RelNotes-1.5.6.3.txt[1.5.6.3].
50-
link:RelNotes-1.5.6.2.txt[1.5.6.2].
51-
link:RelNotes-1.5.6.1.txt[1.5.6.1].
49+
link:RelNotes-1.5.6.4.txt[1.5.6.4],
50+
link:RelNotes-1.5.6.3.txt[1.5.6.3],
51+
link:RelNotes-1.5.6.2.txt[1.5.6.2],
52+
link:RelNotes-1.5.6.1.txt[1.5.6.1],
5253
link:RelNotes-1.5.6.txt[1.5.6].
5354

5455
* link:v1.5.5.4/git.html[documentation for release 1.5.5.4]

0 commit comments

Comments
 (0)