summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2be08a8)
raw | patch | inline | side by side (parent: 2be08a8)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 18 Mar 2007 21:40:35 +0000 (14:40 -0700) | ||
committer | Junio 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] | patch | blob |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.5.0.5.txt b/Documentation/RelNotes-1.5.0.5.txt
--- /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
+
+
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 6188415c5db2a5b421cc25d116162b8f0b4eb686..3f41a87bed47b37ba362fb3a69e378297ce4631b 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.0.4.GIT
+DEF_VER=v1.5.0.5.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 4e8ff2eb7ec78eae64995e33adf2818488d76de6..8877578a8a67000a682444bea1c11c372017ac29 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-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