Git 1.7.10.4

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2012-06-03 15:53:58 -07:00
parent 06de561830
commit 121f71f0da
2 changed files with 6 additions and 1 deletions

View 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.