Merge branch 'sb/gpg-plug-fd-leak' into maint
[git.git] / Documentation / RelNotes / 1.5.0.5.txt
1 GIT v1.5.0.5 Release Notes
2 ==========================
3
4 Fixes since v1.5.0.3
5 --------------------
6
7 * Bugfixes
8
9   - git-merge (hence git-pull) did not refuse fast-forwarding
10     when the working tree had local changes that would have
11     conflicted with it.
12
13   - git.el does not add duplicate sign-off lines.
14
15   - git-commit shows the full stat of the resulting commit, not
16     just about the files in the current directory, when run from
17     a subdirectory.
18
19   - "git-checkout -m '@{8 hours ago}'" had a funny failure from
20     eval; fixed.
21
22   - git-gui updates.
23
24 * Documentation updates
25
26 * User manual updates