mirror of
https://github.com/git/git.git
synced 2024-11-08 02:03:12 +01:00
2ebc02d32a
Signed-off-by: Junio C Hamano <gitster@pobox.com>
42 lines
487 B
Text
42 lines
487 B
Text
GIT v1.6.1 Release Notes
|
|
========================
|
|
|
|
Updates since v1.6.0
|
|
--------------------
|
|
|
|
(subsystems)
|
|
|
|
* ...
|
|
|
|
(portability)
|
|
|
|
* ...
|
|
|
|
(documentation)
|
|
|
|
* ...
|
|
|
|
(performance)
|
|
|
|
* ...
|
|
|
|
(usability, bells and whistles)
|
|
|
|
* ...
|
|
|
|
(internal)
|
|
|
|
* ...
|
|
|
|
|
|
Fixes since v1.6.0
|
|
------------------
|
|
|
|
All of the fixes in v1.6.0.X maintenance series are included in this
|
|
release, unless otherwise noted.
|
|
|
|
--
|
|
exec >/var/tmp/1
|
|
O=v1.6.0
|
|
echo O=$(git describe master)
|
|
git shortlog --no-merges $O..master ^maint
|