Skip to content

Commit 6426ee6

Browse files
committed
Update Release Notes to 1.6.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a16753d commit 6426ee6

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

Documentation/RelNotes-1.6.5.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Updates since v1.6.4
3232

3333
(subsystems)
3434

35-
* various updates to git-svn and gitweb.
35+
* various updates to gitk, git-svn and gitweb.
3636

3737
(portability)
3838

@@ -41,12 +41,14 @@ Updates since v1.6.4
4141
* mingw will also give FRSX as the default value for the LESS
4242
environment variable when the user does not have one.
4343

44+
* initial support to compile git on Windows with MSVC.
45+
4446
(performance)
4547

4648
* On major platforms, the system can be compiled to use with Linus's
4749
block-sha1 implementation of the SHA-1 hash algorithm, which
4850
outperforms the default fallback implementation we borrowed from
49-
Mozzilla.
51+
Mozilla.
5052

5153
* Unnecessary inefficiency in deepening of a shallow repository has
5254
been removed.
@@ -84,12 +86,21 @@ Updates since v1.6.4
8486
* "git am" learned "--scissors" option to allow you to discard early part
8587
of an incoming e-mail.
8688

89+
* "git archive -o output.zip" works without being told what format to
90+
use with an explicit "--format=zip".option.
91+
8792
* "git checkout", "git reset" and "git stash" learned to pick and
8893
choose to use selected changes you made, similar to "git add -p".
8994

9095
* "git clone" learned a "-b" option to pick a HEAD to check out
9196
different from the remote's default branch.
9297

98+
* "git clone" learned --recursive option.
99+
100+
* "git clone" from a local repository on a different filesystem used to
101+
copy individual object files without preserving the old timestamp, giving
102+
them extra lifetime in the new repository until they gc'ed.
103+
93104
* "git commit --dry-run $args" is a new recommended way to ask "what would
94105
happen if I try to commit with these arguments."
95106

@@ -155,7 +166,6 @@ Fixes since v1.6.4
155166

156167
--
157168
exec >/var/tmp/1
158-
O=v1.6.4.2-298-gdf01e7c
159-
O=v1.6.5-rc0-49-g5f2b1e6
169+
O=v1.6.5-rc1-44-ga16753d
160170
echo O=$(git describe master)
161171
git shortlog --no-merges $O..master --not maint

0 commit comments

Comments
 (0)