| 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 fetch" had a major performance regression, wasting many |
| 11 | needless cycles in a repository where there is no submodules |
| 12 | present. This was especially bad, when there were many refs. |
| 13 | |
| 14 | * "git reflog $refname" did not default to the "show" subcommand as |
| 15 | the documentation advertised the command to do. |
| 16 | |
| 17 | * "git reset" did not leave meaningful log message in the reflog. |
| 18 | |
| 19 | * "git status --ignored" did not show ignored items when there is no |
| 20 | untracked items. |
| 21 | |
| 22 | * "git tag --contains $commit" was unnecessarily inefficient. |
| 23 | |
| 24 | Also contains minor fixes and documentation updates. |