aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.6.2.txt
blob: 02d5910d5c89436b3de29fec5df633dd93a6eb4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
GIT v1.5.6.2 Release Notes
==========================

Futureproof
-----------

 * "git-shell" accepts requests without a dash between "git" and
   subcommand name (e.g. "git upload-pack") which the newer client will
   start to make sometime in the future.

Fixes since v1.5.6.1
--------------------

* Optimization for a large import via "git-svn" introduced in v1.5.6 had a
  serious memory and temporary file leak, which made it unusable for
  moderately large import.

* "git-svn" mangled remote nickname used in the configuration file
  unnecessarily.

* "git diff --check" did not report the result via its exit status
  reliably.

* "git show" segfaulted when an annotated tag that points at another
  annotated tag was given to it.

--
exec >/var/tmp/1
echo O=$(git describe maint)
O=v1.5.6.1-13-g4f3dcc2
git shortlog --no-merges $O..maint