(todo): remove prep text files

Junio C Hamano committed Dec 12, 2007 at 18:17 UTC fa3a6ae8cfb725ffb64306fb1c7ca6bc1562bfcb
2 files changed -67
prep-maint.txt deleted
-62
@@ -1,62 +0,0 @@
1 -diff --git a/Documentation/RelNotes-1.5.2.4.txt b/Documentation/RelNotes-1.5.2.4.txt
2 -new file mode 100644
3 -index 0000000..a46b495
4 ---- /dev/null
5 -+++ b/Documentation/RelNotes-1.5.2.4.txt
6 -@@ -0,0 +1,34 @@
7 -+GIT v1.5.2.4 Release Notes
8 -+==========================
9 -+
10 -+Fixes since v1.5.2.3
11 -+--------------------
12 -+
13 -+ * Bugfixes
14 -+
15 -+ - "git-gui" bugfixes, including a handful fixes to run it
16 -+ better on Cygwin/MSYS.
17 -+
18 -+ - "git checkout" failed to switch back and forth between
19 -+ branches, one of which has "frotz -> xyzzy" symlink and
20 -+ file "xyzzy/filfre", while the other one has a file
21 -+ "frotz/filfre".
22 -+
23 -+ - "git prune" used to segfault upon seeing a commit that is
24 -+ referred to by a tree object (aka "subproject").
25 -+
26 -+ - "git diff --name-status --no-index" mishandled an added file.
27 -+
28 -+ - "git apply --reverse --whitespace=warn" still complained
29 -+ about whitespaces that a forward application would have
30 -+ introduced.
31 -+
32 -+ * Documentation Fixes and Updates
33 -+
34 -+ - A handful documentation updates.
35 -+
36 -+--
37 -+exec >/var/tmp/1
38 -+O=v1.5.2.3-24-gec0603e
39 -+echo O=`git describe refs/heads/maint`
40 -+git shortlog --no-merges $O..refs/heads/maint
41 -diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
42 -index 5c6d2b2..a318baa 100755
43 ---- a/GIT-VERSION-GEN
44 -+++ b/GIT-VERSION-GEN
45 -@@ -1,7 +1,7 @@
46 - #!/bin/sh
47 -
48 - GVF=GIT-VERSION-FILE
49 --DEF_VER=v1.5.2.3.GIT
50 -+DEF_VER=v1.5.2.4.GIT
51 -
52 - LF='
53 - '
54 -diff --git a/RelNotes b/RelNotes
55 -index a1c82a8..1f6c16e 120000
56 ---- a/RelNotes
57 -+++ b/RelNotes
58 -@@ -1 +1 @@
59 --Documentation/RelNotes-1.5.2.3.txt
60 -\ No newline at end of file
61 -+Documentation/RelNotes-1.5.2.4.txt
62 -\ No newline at end of file
prep-master.txt deleted
-5
@@ -1,5 +0,0 @@
1 ---
2 -exec >/var/tmp/1
3 -O=v1.5.3
4 -echo O=`git describe refs/heads/master`
5 -git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint