Start preparing for the next cycle.
Junio C Hamano committed
Apr 5, 2007 at 17:47 UTC
15015577e38e3a96fbd61fb16acf81cb1547d801
2 files changed
+117
prep-1.5.1.1.txt
+54
new file mode 100644
index 0000000000..b7c97af0b1
--- /dev/null
+++ b/prep-1.5.1.1.txt
@@ -0,0 +1,56 @@
+diff --git a/Documentation/RelNotes-1.5.1.1.txt b/Documentation/RelNotes-1.5.1.1.txt
+new file mode 100644
+index 0000000..cc22e8d
+--- /dev/null
++++ b/Documentation/RelNotes-1.5.1.1.txt
+@@ -0,0 +1,41 @@
++GIT v1.5.1.1 Release Notes (draft)
++==========================
++
++Fixes since v1.5.1
++------------------
++
++* Documentation updates
++
++ - The --left-right option of rev-list and friends is documented.
++
++* Bugfixes
++
++ - "git archive" to download from remote site should not
++ require you to be in a git repository, but it incorrectly
++ did.
++
++ - "git apply" ignored -p<n> for "diff --git" formatted
++ patches.
++
++ - "git rerere" recorded a conflict that had one side empty
++ (the other side adds) incorrectly; this made merging in the
++ other direction fail to use previously recorded resolution.
++
++ - t4200 test was broken where "wc -l" pads its output with
++ spaces.
++
++ - "git branch -m old new" to rename branch did not work
++ without a configuration file in ".git/config".
++
++ - The sample hook for notification e-mail was misnamed.
++
++ - gitweb did not show type-changing patch correctly in the
++ blobdiff view.
++
++* Performance Tweaks
++
++--
++exec >/var/tmp/1
++O=v1.5.1-11-gb5da246
++echo O=`git describe refs/heads/maint`
++git shortlog --no-merges $O..refs/heads/maint
+diff --git a/RelNotes b/RelNotes
+index d5e055d..59e7391 120000
+--- a/RelNotes
++++ b/RelNotes
+@@ -1 +1 @@
+-Documentation/RelNotes-1.5.1.txt
+\ No newline at end of file
++Documentation/RelNotes-1.5.1.1.txt
+\ No newline at end of file
prep-1.5.2.txt
+63
new file mode 100644
index 0000000000..810abe6984
--- /dev/null
+++ b/prep-1.5.2.txt
@@ -0,0 +1,65 @@
+diff --git a/Documentation/RelNotes-1.5.2.txt b/Documentation/RelNotes-1.5.2.txt
+new file mode 100644
+index 0000000..cdac811
+--- /dev/null
++++ b/Documentation/RelNotes-1.5.2.txt
+@@ -0,0 +1,50 @@
++GIT v1.5.2 Release Notes
++========================
++
++Updates since v1.5.1
++--------------------
++
++* New commands and options.
++
++* Updated behavior of existing commands.
++
++ - "git diff --stat" shows size of preimage and postimage blobs
++ for binary contents. Earlier it only said "Bin".
++
++ - "git lost-found" shows stuff that are unreachable except
++ from reflogs.
++
++* Builds
++
++ - git-p4import has never been installed; now there is an
++ installation option to do so.
++
++ - gitk and git-gui can be configured out.
++
++ - Generated documentation pages automatically get version
++ information from GIT_VERSION
++
++* Performance Tweaks
++
++ - optimized "git-rev-list --bisect" (hence "git-bisect").
++
++ - optimized "git-add $path" in a large directory, most of
++ whose contents are ignored.
++
++
++Fixes since v1.5.1
++------------------
++
++These are all in v1.5.1.x series.
++
++* Documentation updates
++
++* Bugfixes
++
++* Performance Tweaks
++
++--
++exec >/var/tmp/1
++O=v1.5.1-53-g77e6f5b
++echo O=`git describe refs/heads/master`
++git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
+diff --git a/RelNotes b/RelNotes
+index d5e055d..c543b1d 120000
+--- a/RelNotes
++++ b/RelNotes
+@@ -1 +1 @@
+-Documentation/RelNotes-1.5.1.txt
+\ No newline at end of file
++Documentation/RelNotes-1.5.2.txt
+\ No newline at end of file