.gitignore: "git-verify-commit" is a generated file
[git.git] / Documentation / RelNotes / 1.5.0.5.txt
blobeeec3d73d01a0e9f61df666bad8a48a4f423438a
1 GIT v1.5.0.5 Release Notes
2 ==========================
4 Fixes since v1.5.0.3
5 --------------------
7 * Bugfixes
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.
13   - git.el does not add duplicate sign-off lines.
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.
19   - "git-checkout -m '@{8 hours ago}'" had a funny failure from
20     eval; fixed.
22   - git-gui updates.
24 * Documentation updates
26 * User manual updates