Accepting request 313834 from devel:tools:scm
1 OBS-URL: https://build.opensuse.org/request/show/313834 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=159
This commit is contained in:
parent
53a22542d9
commit
3454b7cd66
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f05007a9d1ef28c3d84091ddf7ce5d29c2df2272f34b4dd8b24e09274280d814
|
||||
size 3687444
|
BIN
git-2.4.5.tar.sign
Normal file
BIN
git-2.4.5.tar.sign
Normal file
Binary file not shown.
3
git-2.4.5.tar.xz
Normal file
3
git-2.4.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c31a5f5f72e025f8fe26845032a06683c7e5c1a73236c2353b5606ddd22e0494
|
||||
size 3689940
|
32
git.changes
32
git.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 26 12:13:19 UTC 2015 - astieger@suse.com
|
||||
|
||||
- git 2.4.5:
|
||||
* internal code and stability improvements
|
||||
* ""git rebase -i" fired post-rewrite hook when it shouldn't
|
||||
(namely, when it was told to stop sequencing with 'exec' insn).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 17 19:16:05 UTC 2015 - astieger@suse.com
|
||||
|
||||
- git 2.4.4:
|
||||
* l10n updates for German.
|
||||
* An earlier leakfix to bitmap testing code was incomplete.
|
||||
* "git clean pathspec..." tried to lstat(2) and complain even for
|
||||
paths outside the given pathspec.
|
||||
* Communication between the HTTP server and http_backend process can
|
||||
lead to a dead-lock when relaying a large ref negotiation request.
|
||||
Diagnose the situation better, and mitigate it by reading such a
|
||||
request first into core (to a reasonable limit).
|
||||
* The clean/smudge interface did not work well when filtering an
|
||||
empty contents (failed and then passed the empty input through).
|
||||
It can be argued that a filter that produces anything but empty for
|
||||
an empty input is nonsense, but if the user wants to do strange
|
||||
things, then why not?
|
||||
* Make "git stash something --help" error out, so that users can
|
||||
safely say "git stash drop --help".
|
||||
* Clarify that "log --raw" and "log --format=raw" are unrelated
|
||||
concepts.
|
||||
* Catch a programmer mistake to feed a pointer not an array to
|
||||
ARRAY_SIZE() macro, by using a couple of GCC extensions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 12:34:01 UTC 2015 - astieger@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user