1.5.1.1
parent
1eef2f9375
commit
3edc212b4d
|
|
@ -1,24 +0,0 @@
|
|||
diff --git a/Documentation/RelNotes-1.5.1.1.txt b/Documentation/RelNotes-1.5.1.1.txt
|
||||
index b48b4bc..f8c29d5 100644
|
||||
--- a/Documentation/RelNotes-1.5.1.1.txt
|
||||
+++ b/Documentation/RelNotes-1.5.1.1.txt
|
||||
@@ -37,10 +37,18 @@ Fixes since v1.5.1
|
||||
- gitweb did not show type-changing patch correctly in the
|
||||
blobdiff view.
|
||||
|
||||
+ - git-svn did not error out with incorrect command line options.
|
||||
+
|
||||
+ - git-svn fell into an infinite loop when insanely long commit
|
||||
+ message was found.
|
||||
+
|
||||
+ - git-svn dcommit and rebase was confused by patches that were
|
||||
+ merged from another branch that is managed by git-svn.
|
||||
+
|
||||
* Performance Tweaks
|
||||
|
||||
--
|
||||
exec >/var/tmp/1
|
||||
-O=v1.5.1-26-ge94a4f6
|
||||
+O=v1.5.1-31-g24c64d6
|
||||
echo O=`git describe refs/heads/maint`
|
||||
git shortlog --no-merges $O..refs/heads/maint
|
||||
Loading…
Reference in New Issue