Git 1.7.10.4 v1.7.10.4
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Jun 2012 22:53:58 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Jun 2012 22:53:58 +0000 (15:53 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.10.4.txt
Documentation/git.txt

index 154bba46eb54c4263cacd6371cedac9d351230bd..326670df6e6b87f6e9832d6c30883510b5515959 100644 (file)
@@ -22,4 +22,8 @@ Fixes since v1.7.10.3
    read from a file, did not treat individual lines in the given
    pattern argument as separate regular expressions as it should.
 
+ * When "git rebase" was given a bad commit to replay the history on,
+   its error message did not correctly give the command line argument
+   it had trouble parsing.
+
 Also contains minor fixes and documentation updates.
index f86ce05d1623d96a2b6299e8003046c3f7144ca3..55e405d644650394cc7826fd438a6a8e83e2bbf1 100644 (file)
@@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v1.7.10.3/git.html[documentation for release 1.7.10.3]
+* link:v1.7.10.4/git.html[documentation for release 1.7.10.4]
 
 * release notes for
+  link:RelNotes/1.7.10.4.txt[1.7.10.4],
   link:RelNotes/1.7.10.3.txt[1.7.10.3],
   link:RelNotes/1.7.10.2.txt[1.7.10.2],
   link:RelNotes/1.7.10.1.txt[1.7.10.1],