Skip to content

Commit 7e02a6c

Browse files
committed
Kick-off the 1.7.9 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7d883c7 commit 7e02a6c

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

Documentation/RelNotes/1.7.9.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Git v1.7.9 Release Notes (draft)
2+
========================
3+
4+
Updates since v1.7.8
5+
--------------------
6+
7+
* Porcelain commands like "git reset" did not distinguish deletions
8+
and type-changes from ordinary modification, and reported them with
9+
the same 'M' moniker. They now use 'D' (for deletion) and 'T' (for
10+
type-change) to match "git status -s" and "git diff --name-status".
11+
12+
* fsck and prune are relatively lengthy operations that still go
13+
silent while making the end-user wait. They learned to give progress
14+
output like other slow operations.
15+
16+
* The set of built-in function-header patterns for various languages
17+
knows MATLAB.
18+
19+
May also contain documentation updates and code clean-ups.
20+
21+
22+
Fixes since v1.7.8
23+
------------------
24+
25+
* In some codepaths (notably, checkout and merge), the ignore patterns
26+
recorded in $GIT_DIR/info/exclude were not honored. They now are.
27+
(merge fc001b5 nd/maint-ignore-exclude later to maint).

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.8
4+
DEF_VER=v1.7.8.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.8.txt
1+
Documentation/RelNotes/1.7.9.txt

0 commit comments

Comments
 (0)