]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.7.6.3.txt
Merge branch 'jl/maint-fetch-submodule-check-fix' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.7.6.3.txt
CommitLineData
c2d53586
JH
1Git v1.7.6.3 Release Notes
2==========================
3
4Fixes 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
20Also contains minor fixes and documentation updates.