Start preparing for the next cycle.
Junio C Hamano committed
Apr 5, 2007 at 17:47 UTC
15015577e38e3a96fbd61fb16acf81cb1547d801
2 files changed
+121
prep-1.5.1.1.txt
new
+56
@@ -0,0 +1,56 @@
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
5
++++ 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
prep-1.5.2.txt
new
+65
@@ -0,0 +1,65 @@
1
+diff --git a/Documentation/RelNotes-1.5.2.txt b/Documentation/RelNotes-1.5.2.txt
2
+new file mode 100644
3
+index 0000000..cdac811
4
+--- /dev/null
5
++++ b/Documentation/RelNotes-1.5.2.txt
6
+@@ -0,0 +1,50 @@
7
++GIT v1.5.2 Release Notes
8
++========================
9
++
10
++Updates since v1.5.1
11
++--------------------
12
++
13
++* New commands and options.
14
++
15
++* Updated behavior of existing commands.
16
++
17
++ - "git diff --stat" shows size of preimage and postimage blobs
18
++ for binary contents. Earlier it only said "Bin".
19
++
20
++ - "git lost-found" shows stuff that are unreachable except
21
++ from reflogs.
22
++
23
++* Builds
24
++
25
++ - git-p4import has never been installed; now there is an
26
++ installation option to do so.
27
++
28
++ - gitk and git-gui can be configured out.
29
++
30
++ - Generated documentation pages automatically get version
31
++ information from GIT_VERSION
32
++
33
++* Performance Tweaks
34
++
35
++ - optimized "git-rev-list --bisect" (hence "git-bisect").
36
++
37
++ - optimized "git-add $path" in a large directory, most of
38
++ whose contents are ignored.
39
++
40
++
41
++Fixes since v1.5.1
42
++------------------
43
++
44
++These are all in v1.5.1.x series.
45
++
46
++* Documentation updates
47
++
48
++* Bugfixes
49
++
50
++* Performance Tweaks
51
++
52
++--
53
++exec >/var/tmp/1
54
++O=v1.5.1-53-g77e6f5b
55
++echo O=`git describe refs/heads/master`
56
++git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
57
+diff --git a/RelNotes b/RelNotes
58
+index d5e055d..c543b1d 120000
59
+--- a/RelNotes
60
++++ b/RelNotes
61
+@@ -1 +1 @@
62
+-Documentation/RelNotes-1.5.1.txt
63
+\ No newline at end of file
64
++Documentation/RelNotes-1.5.2.txt
65
+\ No newline at end of file