Code

GIT 1.5.0.4 v1.5.0.4
authorJunio C Hamano <junkio@cox.net>
Wed, 14 Mar 2007 22:56:49 +0000 (15:56 -0700)
committerJunio 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]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes-1.5.0.4.txt b/Documentation/RelNotes-1.5.0.4.txt
new file mode 100644 (file)
index 0000000..b727a8d
--- /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
+
+
index 05f935972ce56159fbab9279408f0bdc9c9f9f82..6188415c5db2a5b421cc25d116162b8f0b4eb686 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.0.3.GIT
+DEF_VER=v1.5.0.4.GIT
 
 LF='
 '
index 6a658bf134d658c7bfbe98459298e703670a3eb1..4e8ff2eb7ec78eae64995e33adf2818488d76de6 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-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