From 3edc212b4d8368a899f63b8f82496cb39e15584a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 11 Apr 2007 18:07:09 -0700 Subject: [PATCH] 1.5.1.1 --- prep-1.5.1.1.txt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 prep-1.5.1.1.txt diff --git a/prep-1.5.1.1.txt b/prep-1.5.1.1.txt deleted file mode 100644 index 5009eb07cd..0000000000 --- a/prep-1.5.1.1.txt +++ /dev/null @@ -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