Code

GIT 1.5.0.5 v1.5.0.5
authorJunio C Hamano <junkio@cox.net>
Sun, 18 Mar 2007 21:40:35 +0000 (14:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Mar 2007 21:43:29 +0000 (14:43 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.0.5.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes-1.5.0.5.txt b/Documentation/RelNotes-1.5.0.5.txt
new file mode 100644 (file)
index 0000000..aa86149
--- /dev/null
@@ -0,0 +1,28 @@
+GIT v1.5.0.5 Release Notes
+==========================
+
+Fixes since v1.5.0.3
+--------------------
+
+* Bugfixes
+
+  - git-merge (hence git-pull) did not refuse fast-forwarding
+    when the working tree had local changes that would have
+    conflicted with it.
+
+  - 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 6188415c5db2a5b421cc25d116162b8f0b4eb686..3f41a87bed47b37ba362fb3a69e378297ce4631b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.0.4.GIT
+DEF_VER=v1.5.0.5.GIT
 
 LF='
 '
index 4e8ff2eb7ec78eae64995e33adf2818488d76de6..8877578a8a67000a682444bea1c11c372017ac29 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes-1.5.0.4.txt
\ No newline at end of file
+Documentation/RelNotes-1.5.0.5.txt
\ No newline at end of file