|
1 | | -diff --git a/Documentation/RelNotes-1.5.2.3.txt b/Documentation/RelNotes-1.5.2.3.txt |
| 1 | +diff --git a/Documentation/RelNotes-1.5.2.4.txt b/Documentation/RelNotes-1.5.2.4.txt |
2 | 2 | new file mode 100644 |
3 | | -index 0000000..6ba264d |
| 3 | +index 0000000..a46b495 |
4 | 4 | --- /dev/null |
5 | | -+++ b/Documentation/RelNotes-1.5.2.3.txt |
6 | | -@@ -0,0 +1,26 @@ |
7 | | -+GIT v1.5.2.3 Release Notes |
| 5 | ++++ b/Documentation/RelNotes-1.5.2.4.txt |
| 6 | +@@ -0,0 +1,34 @@ |
| 7 | ++GIT v1.5.2.4 Release Notes |
8 | 8 | +========================== |
9 | 9 | + |
10 | | -+Fixes since v1.5.2.2 |
| 10 | ++Fixes since v1.5.2.3 |
11 | 11 | +-------------------- |
12 | 12 | + |
13 | 13 | + * Bugfixes |
14 | 14 | + |
15 | | -+ - Version 2 pack index format was introduced in version 1.5.2 |
16 | | -+ to support pack files that has offset that cannot be |
17 | | -+ represented in 32-bit. The runtime code to validate such |
18 | | -+ an index mishandled such an index for an empty pack. |
| 15 | ++ - "git-gui" bugfixes, including a handful fixes to run it |
| 16 | ++ better on Cygwin/MSYS. |
19 | 17 | + |
20 | | -+ - Commit walkers (most notably, fetch over http protocol) |
21 | | -+ tried to traverse commit objects contained in trees (aka |
22 | | -+ subproject); they shouldn't. |
| 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. |
23 | 31 | + |
24 | 32 | + * Documentation Fixes and Updates |
25 | 33 | + |
26 | | -+ - git-config --regexp was not documented properly. |
| 34 | ++ - A handful documentation updates. |
27 | 35 | + |
28 | | -+-- |
| 36 | ++-- |
29 | 37 | +exec >/var/tmp/1 |
30 | | -+O=v1.5.2.2-11-gb833651 |
| 38 | ++O=v1.5.2.3-24-gec0603e |
31 | 39 | +echo O=`git describe refs/heads/maint` |
32 | 40 | +git shortlog --no-merges $O..refs/heads/maint |
33 | 41 | diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN |
34 | | -index 3c3cd2f..5c6d2b2 100755 |
| 42 | +index 5c6d2b2..a318baa 100755 |
35 | 43 | --- a/GIT-VERSION-GEN |
36 | 44 | +++ b/GIT-VERSION-GEN |
37 | 45 | @@ -1,7 +1,7 @@ |
38 | 46 | #!/bin/sh |
39 | 47 |
|
40 | 48 | GVF=GIT-VERSION-FILE |
41 | | --DEF_VER=v1.5.2.2.GIT |
42 | | -+DEF_VER=v1.5.2.3.GIT |
| 49 | +-DEF_VER=v1.5.2.3.GIT |
| 50 | ++DEF_VER=v1.5.2.4.GIT |
43 | 51 |
|
44 | 52 | LF=' |
45 | 53 | ' |
46 | 54 | diff --git a/RelNotes b/RelNotes |
47 | | -index 61f9778..a1c82a8 120000 |
| 55 | +index a1c82a8..1f6c16e 120000 |
48 | 56 | --- a/RelNotes |
49 | 57 | +++ b/RelNotes |
50 | 58 | @@ -1 +1 @@ |
51 | | --Documentation/RelNotes-1.5.2.2.txt |
| 59 | +-Documentation/RelNotes-1.5.2.3.txt |
52 | 60 | \ No newline at end of file |
53 | | -+Documentation/RelNotes-1.5.2.3.txt |
| 61 | ++Documentation/RelNotes-1.5.2.4.txt |
54 | 62 | \ No newline at end of file |
0 commit comments