Skip to content

Commit 2d1abfa

Browse files
committed
Prepare for 1.7.9.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2ff14e3 commit 2d1abfa

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Documentation/RelNotes/1.7.9.1.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Git v1.7.9.1 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.9
5+
------------------
6+
7+
* Subprocesses spawned from various git programs were often left running
8+
to completion even when the top-level process was killed.
9+
10+
* "git log --first-parent $pathspec" did not stay on the first parent
11+
chain and veered into side branch from which the whole change to the
12+
specified paths came.
13+
14+
* "git push -q" was not sufficiently quiet.
15+
16+
* When "git push" fails to update any refs, the client side did not
17+
report an error correctly to the end user.
18+
19+
Also contains minor fixes and documentation updates.

RelNotes

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

0 commit comments

Comments
 (0)