Skip to content

Commit 3d4e193

Browse files
author
Junio C Hamano
committed
GIT 1.5.0.4
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 9debca9 commit 3d4e193

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

Documentation/RelNotes-1.5.0.4.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.0.3.GIT
4+
DEF_VER=v1.5.0.4.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.0.3.txt
1+
Documentation/RelNotes-1.5.0.4.txt

0 commit comments

Comments
 (0)