Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-04 02:53:58 +0400
committerJunio C Hamano <gitster@pobox.com>2012-06-04 02:53:58 +0400
commit121f71f0da1bc9a4e1e96be2c3e683191a82a354 (patch)
tree2f5bea834ee63da5e46300d2171cb3e5a15d780d /Documentation/RelNotes/1.7.10.4.txt
parent06de561830250f92e056b0a57bc52b27b13ba2ac (diff)
Git 1.7.10.4v1.7.10.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.10.4.txt')
-rw-r--r--Documentation/RelNotes/1.7.10.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.10.4.txt b/Documentation/RelNotes/1.7.10.4.txt
index 154bba46eb..326670df6e 100644
--- a/Documentation/RelNotes/1.7.10.4.txt
+++ b/Documentation/RelNotes/1.7.10.4.txt
@@ -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.