blob: c5a5441743c185a99414071963a70d24bb511478 (
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
32
33
34
35
36
|
Git v1.7.7 Release Notes
========================
Updates since v1.7.6
--------------------
* The scripting part of the codebase is getting prepared for i18n/l10n.
* "git checkout" (both the code to update the files upon checking out a
different branch, the code to checkout specific set of files) learned
to stream the data from object store when possible, without having to
read the entire contents of a file in memory first.
* "git diff --cc" learned to correctly ignore binary files.
* "git diff --stat" learned --stat-count option to limit the output of
diffstat report.
* "git grep" learned --break and --heading options, to let users mimic
output format of "ack".
Also contains various documentation updates and minor miscellaneous
changes.
Fixes since v1.7.6
------------------
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
included in this release.
--
exec >/var/tmp/1
echo O=$(git describe master)
O=v1.7.6-133-g395f65d
git shortlog --no-merges ^maint ^$O master
|