File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ GIT v1.5.0.4 Release Notes
2+ ==========================
3+
4+ Fixes since v1.5.0.3
5+ --------------------
6+
7+ * Bugfixes
8+
9+ - git.el does not add duplicate sign-off lines.
10+
11+ - git-commit shows the full stat of the resulting commit, not
12+ just about the files in the current directory, when run from
13+ a subdirectory.
14+
15+ - "git-checkout -m '@{8 hours ago}'" had a funny failure from
16+ eval; fixed.
17+
18+ - git-gui updates.
19+
20+ * Documentation updates
21+
22+ * User manual updates
23+
24+
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.5.0.3 .GIT
4+ DEF_VER=v1.5.0.4 .GIT
55
66LF='
77'
Original file line number Diff line number Diff line change 1- Documentation/RelNotes-1.5.0.3 .txt
1+ Documentation/RelNotes-1.5.0.4 .txt
You can’t perform that action at this time.
0 commit comments