Skip to content

Commit cf13f6c

Browse files
committed
Start 1.7.7 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 395f65d commit cf13f6c

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

Documentation/RelNotes/1.7.7.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Git v1.7.7 Release Notes
2+
========================
3+
4+
Updates since v1.7.6
5+
--------------------
6+
7+
* The scripting part of the codebase is getting prepared for i18n/l10n.
8+
9+
* "git checkout" (both the code to update the files upon checking out a
10+
different branch, the code to checkout specific set of files) learned
11+
to stream the data from object store when possible, without having to
12+
read the entire contents of a file in memory first.
13+
14+
* "git diff --cc" learned to correctly ignore binary files.
15+
16+
* "git diff --stat" learned --stat-count option to limit the output of
17+
diffstat report.
18+
19+
* "git grep" learned --break and --heading options, to let users mimic
20+
output format of "ack".
21+
22+
Also contains various documentation updates and minor miscellaneous
23+
changes.
24+
25+
26+
Fixes since v1.7.6
27+
------------------
28+
29+
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
30+
included in this release.
31+
32+
--
33+
exec >/var/tmp/1
34+
echo O=$(git describe master)
35+
O=v1.7.6-133-g395f65d
36+
git shortlog --no-merges ^maint ^$O master

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.6
4+
DEF_VER=v1.7.6.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.6.txt
1+
Documentation/RelNotes/1.7.7.txt

0 commit comments

Comments
 (0)