git-topic: drop merges by default
[git/spearce.git] / prep-maint.txt
blob8641f5ee15b70b87dab4eec0a83ddbe47dfc61f7
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 +==========================
10 +Fixes since v1.5.2.3
11 +--------------------
13 + * Bugfixes
15 +   - "git-gui" bugfixes, including a handful fixes to run it
16 +     better on Cygwin/MSYS.
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".
23 +   - "git prune" used to segfault upon seeing a commit that is
24 +     referred to by a tree object (aka "subproject").
26 +   - "git diff --name-status --no-index" mishandled an added file.
28 +   - "git apply --reverse --whitespace=warn" still complained
29 +     about whitespaces that a forward application would have
30 +     introduced.
32 + * Documentation Fixes and Updates
34 +   - A handful documentation updates.
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
48  GVF=GIT-VERSION-FILE
49 -DEF_VER=v1.5.2.3.GIT
50 +DEF_VER=v1.5.2.4.GIT
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