GIT 1.5.0.3
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
2aa54fa872
commit
7193db3685
@ -1,4 +1,4 @@
|
|||||||
GIT v1.5.0.2 Release Notes
|
GIT v1.5.0.3 Release Notes
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
Fixes since v1.5.0.2
|
Fixes since v1.5.0.2
|
||||||
@ -15,6 +15,10 @@ Fixes since v1.5.0.2
|
|||||||
path. Earlier it started in the middle of the path, and
|
path. Earlier it started in the middle of the path, and
|
||||||
incorrectly.
|
incorrectly.
|
||||||
|
|
||||||
|
- 'git-merge' did not exit with non-zero status when the
|
||||||
|
working tree was dirty and cannot fast forward. It does
|
||||||
|
now.
|
||||||
|
|
||||||
- 'cvsexportcommit' does not lose yet-to-be-used message file.
|
- 'cvsexportcommit' does not lose yet-to-be-used message file.
|
||||||
|
|
||||||
- int-vs-size_t typefix when running combined diff on files
|
- int-vs-size_t typefix when running combined diff on files
|
||||||
@ -38,18 +42,17 @@ Fixes since v1.5.0.2
|
|||||||
- 'git index-pack' did not protect itself from getting a short
|
- 'git index-pack' did not protect itself from getting a short
|
||||||
read out of pread(2).
|
read out of pread(2).
|
||||||
|
|
||||||
|
- 'git http-push' had a few buffer overruns.
|
||||||
|
|
||||||
|
- Build dependency fixes to rebuild fetch.o when other headers
|
||||||
|
change.
|
||||||
|
|
||||||
* Documentation updates
|
* Documentation updates
|
||||||
|
|
||||||
- options to 'git remote add' were described insufficiently.
|
- user-manual updates.
|
||||||
|
|
||||||
|
- Options to 'git remote add' were described insufficiently.
|
||||||
|
|
||||||
---
|
- Configuration format.suffix was not documented.
|
||||||
exec >/var/tmp/1
|
|
||||||
O=v1.5.0.2
|
|
||||||
O=v1.5.0.2-16-gdb554bf
|
|
||||||
echo O=`git describe maint`
|
|
||||||
git shortlog --no-merges $O..maint
|
|
||||||
|
|
||||||
# Local Variables:
|
- Other formatting and spelling fixes.
|
||||||
# mode: text
|
|
||||||
# End:
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v1.5.0.2.GIT
|
DEF_VER=v1.5.0.3.GIT
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user