Skip to content

Commit c2d5358

Browse files
committed
Prepare for 1.7.6.3 maintenance release
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e1fd529 commit c2d5358

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Documentation/RelNotes/1.7.6.3.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Git v1.7.6.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.6.2
5+
--------------------
6+
7+
* "git -c var=value subcmd" misparsed the custom configuration when
8+
value contained an equal sign.
9+
10+
* "git reflog $refname" did not default to the "show" subcommand as
11+
the documentation advertised the command to do.
12+
13+
* "git reset" did not leave meaningful log message in the reflog.
14+
15+
* "git status --ignored" did not show ignored items when there is no
16+
untracked items.
17+
18+
* "git tag --contains $commit" was unnecessarily inefficient.
19+
20+
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.6.2.txt
1+
Documentation/RelNotes/1.7.6.3.txt

0 commit comments

Comments
 (0)