SHA256
1
0
forked from pool/git

Accepting request 307194 from devel:tools:scm

git 2.4.1

OBS-URL: https://build.opensuse.org/request/show/307194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=156
This commit is contained in:
Stephan Kulow
2015-05-15 07:55:25 +00:00
committed by Git OBS Bridge
parent 555422fa24
commit 0f0aac0418
6 changed files with 184 additions and 4 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu May 14 21:02:35 UTC 2015 - astieger@suse.com
- git 2.4.1:
* git diff bugfixes and improvements
* Fix spelling in .gitconfig created upon "git config --global"
* "git commit --date=now" or anything that relies on approxidate
lost the daylight-saving-time offset.
* "git cat-file bl $blob" failed to barf even though there is no
object type that is "bl".
* Improvements for repositories on NFS
-------------------------------------------------------------------
Mon May 4 10:24:41 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2.4.0
* "git push" has been taught an "--atomic" option that makes a push
that updates more than one ref an "all-or-none" affair.
* Output from "git log --decorate" now distinguishes between a
detached HEAD vs. a HEAD that points at a branch.
* The phrasing `git branch` uses to describe a detached HEAD has
been updated to agree with the phrasing used by `git status`.
* A new "push.followTags" configuration turns the "--follow-tags"
option on by default for the `git push` command.
- Retrieve tarball signature
-------------------------------------------------------------------
Tue Apr 28 15:56:38 UTC 2015 - astieger@suse.com