summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9debca9)
raw | patch | inline | side by side (parent: 9debca9)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Mar 2007 22:56:49 +0000 (15:56 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Mar 2007 22:56:49 +0000 (15:56 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.0.4.txt | [new file with mode: 0644] | patch | blob |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.5.0.4.txt b/Documentation/RelNotes-1.5.0.4.txt
--- /dev/null
@@ -0,0 +1,24 @@
+GIT v1.5.0.4 Release Notes
+==========================
+
+Fixes since v1.5.0.3
+--------------------
+
+* Bugfixes
+
+ - git.el does not add duplicate sign-off lines.
+
+ - git-commit shows the full stat of the resulting commit, not
+ just about the files in the current directory, when run from
+ a subdirectory.
+
+ - "git-checkout -m '@{8 hours ago}'" had a funny failure from
+ eval; fixed.
+
+ - git-gui updates.
+
+* Documentation updates
+
+* User manual updates
+
+
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 05f935972ce56159fbab9279408f0bdc9c9f9f82..6188415c5db2a5b421cc25d116162b8f0b4eb686 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.0.3.GIT
+DEF_VER=v1.5.0.4.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 6a658bf134d658c7bfbe98459298e703670a3eb1..4e8ff2eb7ec78eae64995e33adf2818488d76de6 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.5.0.3.txt
\ No newline at end of file
+Documentation/RelNotes-1.5.0.4.txt
\ No newline at end of file