Prep 1.5.1.1

Junio C Hamano committed Apr 9, 2007 at 00:33 UTC 1eef2f93757a30cb2dde82708e46487531b9f4d7
1 file changed +22 -54
prep-1.5.1.1.txt
+22 -54
@@ -1,56 +1,24 @@
1 diff --git a/Documentation/RelNotes-1.5.1.1.txt b/Documentation/RelNotes-1.5.1.1.txt
2 -new file mode 100644
3 -index 0000000..cc22e8d
4 ---- /dev/null
2 +index b48b4bc..f8c29d5 100644
3 +--- a/Documentation/RelNotes-1.5.1.1.txt
4 +++ b/Documentation/RelNotes-1.5.1.1.txt
6 -@@ -0,0 +1,41 @@
7 -+GIT v1.5.1.1 Release Notes (draft)
8 -+==========================
9 -+
10 -+Fixes since v1.5.1
11 -+------------------
12 -+
13 -+* Documentation updates
14 -+
15 -+ - The --left-right option of rev-list and friends is documented.
16 -+
17 -+* Bugfixes
18 -+
19 -+ - "git archive" to download from remote site should not
20 -+ require you to be in a git repository, but it incorrectly
21 -+ did.
22 -+
23 -+ - "git apply" ignored -p<n> for "diff --git" formatted
24 -+ patches.
25 -+
26 -+ - "git rerere" recorded a conflict that had one side empty
27 -+ (the other side adds) incorrectly; this made merging in the
28 -+ other direction fail to use previously recorded resolution.
29 -+
30 -+ - t4200 test was broken where "wc -l" pads its output with
31 -+ spaces.
32 -+
33 -+ - "git branch -m old new" to rename branch did not work
34 -+ without a configuration file in ".git/config".
35 -+
36 -+ - The sample hook for notification e-mail was misnamed.
37 -+
38 -+ - gitweb did not show type-changing patch correctly in the
39 -+ blobdiff view.
40 -+
41 -+* Performance Tweaks
42 -+
43 -+--
44 -+exec >/var/tmp/1
45 -+O=v1.5.1-11-gb5da246
46 -+echo O=`git describe refs/heads/maint`
47 -+git shortlog --no-merges $O..refs/heads/maint
48 -diff --git a/RelNotes b/RelNotes
49 -index d5e055d..59e7391 120000
50 ---- a/RelNotes
51 -+++ b/RelNotes
52 -@@ -1 +1 @@
53 --Documentation/RelNotes-1.5.1.txt
54 -\ No newline at end of file
55 -+Documentation/RelNotes-1.5.1.1.txt
56 -\ No newline at end of file
5 +@@ -37,10 +37,18 @@ Fixes since v1.5.1
6 + - gitweb did not show type-changing patch correctly in the
7 + blobdiff view.
8 +
9 ++ - git-svn did not error out with incorrect command line options.
10 ++
11 ++ - git-svn fell into an infinite loop when insanely long commit
12 ++ message was found.
13 ++
14 ++ - git-svn dcommit and rebase was confused by patches that were
15 ++ merged from another branch that is managed by git-svn.
16 ++
17 + * Performance Tweaks
18 +
19 + --
20 + exec >/var/tmp/1
21 +-O=v1.5.1-26-ge94a4f6
22 ++O=v1.5.1-31-g24c64d6
23 + echo O=`git describe refs/heads/maint`
24 + git shortlog --no-merges $O..refs/heads/maint