SHA256
1
0
forked from pool/git

Accepting request 19394 from devel:tools:scm

Copy from devel:tools:scm/git based on submit request 19394 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/19394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=33
This commit is contained in:
OBS User autobuild
2009-09-02 16:48:38 +00:00
committed by Git OBS Bridge
parent 6b106de458
commit 0f1b28fe02
5 changed files with 40 additions and 13 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Aug 31 14:32:04 CEST 2009 - tiwai@suse.de
- updated to version 1.6.4.2:
* rounding fix for --date=relative output between 1 and 5 years
* regression fix of "git add -p" to handleexec bits changes
* fix "git apply" to honor GNU diff's convention to mark the
creation/deletion event with UNIX epoch timestamp
* fix "git checkout" to removed files correctly with symlinks
* make "git clean -d -f" safer for separate git repos
* fix bugs in "git fetch/push" over http transports
* fix "git format-patch --cover-letter" with non-ASCII strings
* See details in
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.2.txt
-------------------------------------------------------------------
Mon Aug 24 14:34:08 CEST 2009 - tiwai@suse.de
- updated to version 1.6.4:
git push into the currently checked-out branch will be refused
by default.
See details in
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.txt
- updated to version 1.6.4.1:
Bug fix release. See details in
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.1.txt
-------------------------------------------------------------------
Mon Jun 22 13:08:41 CEST 2009 - tiwai@suse.de