Skip to content

Commit 7193db3

Browse files
author
Junio C Hamano
committed
GIT 1.5.0.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 2aa54fa commit 7193db3

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Documentation/RelNotes-1.5.0.3.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GIT v1.5.0.2 Release Notes
1+
GIT v1.5.0.3 Release Notes
22
==========================
33

44
Fixes 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.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.0.2.GIT
4+
DEF_VER=v1.5.0.3.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)