File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1- GIT v1.5.0.2 Release Notes
1+ GIT v1.5.0.3 Release Notes
22==========================
33
44Fixes since v1.5.0.2
@@ -15,6 +15,10 @@ Fixes since v1.5.0.2
1515 path. Earlier it started in the middle of the path, and
1616 incorrectly.
1717
18+ - 'git-merge' did not exit with non-zero status when the
19+ working tree was dirty and cannot fast forward. It does
20+ now.
21+
1822 - 'cvsexportcommit' does not lose yet-to-be-used message file.
1923
2024 - int-vs-size_t typefix when running combined diff on files
@@ -38,18 +42,17 @@ Fixes since v1.5.0.2
3842 - 'git index-pack' did not protect itself from getting a short
3943 read out of pread(2).
4044
45+ - 'git http-push' had a few buffer overruns.
46+
47+ - Build dependency fixes to rebuild fetch.o when other headers
48+ change.
49+
4150* Documentation updates
4251
43- - options to 'git remote add' were described insufficiently .
52+ - user-manual updates .
4453
54+ - Options to 'git remote add' were described insufficiently.
4555
46- ---
47- exec >/var/tmp/1
48- O=v1.5.0.2
49- O=v1.5.0.2-16-gdb554bf
50- echo O=`git describe maint`
51- git shortlog --no-merges $O..maint
56+ - Configuration format.suffix was not documented.
5257
53- # Local Variables:
54- # mode: text
55- # End:
58+ - Other formatting and spelling fixes.
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.5.0.2 .GIT
4+ DEF_VER=v1.5.0.3 .GIT
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments