Accepting request 229938 from devel:tools:scm
git 1.9.2 (forwarded request 229934 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/229938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=133
This commit is contained in:
parent
f2d77d1f9f
commit
9a0a57bf85
34
git.changes
34
git.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 13 20:19:26 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- git 1.9.2:
|
||||
* Fix an issue with "git fetch --prune" removing paths on
|
||||
multiple fetch
|
||||
* "git update-ref --stdin" did not fail a request to create a
|
||||
ref when the ref already existed.
|
||||
* "git diff --no-index -Mq a b" fell into an infinite loop.
|
||||
* Do not override GIT_EDITOR when no commit message is required
|
||||
to not affect other uses
|
||||
* "git status --porcelain --branch" showed its output with labels
|
||||
"ahead/behind/gone" translated to the user's locale.
|
||||
* "git mv" that moves a submodule forgot to adjust the array that
|
||||
uses to keep track of which submodules were to be moved to
|
||||
update its configuration
|
||||
* Length limit for the pathname used when removing a path in a
|
||||
deep subdirectory has been removed to avoid buffer overflows.
|
||||
* "git index-pack" used a wrong variable to name the keep-file in
|
||||
an error message when the file cannot be written or closed.
|
||||
* "rebase -i" produced a broken insn sheet when the title of a
|
||||
commit happened to contain '\n' (or ended with '\c') due to a
|
||||
careless use of 'echo'.
|
||||
* Serving objects from a shallow repository needs to write a
|
||||
new file to hold the temporary shallow boundaries but it was not
|
||||
cleaned when we exit due to die() or a signal.
|
||||
* When "git stash pop" stops after failing to apply the stash
|
||||
(e.g. due to conflicting changes), the stash is not dropped.
|
||||
State that explicitly in the output to let the users know.
|
||||
* The labels in "git status" output that describe the nature of
|
||||
conflicts (e.g. "both deleted") were limited to 20 bytes, which
|
||||
was too short for some l10n (e.g. fr).
|
||||
* minor documentation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 07:24:45 UTC 2014 - burnus@net-b.de
|
||||
|
||||
|
2
git.spec
2
git.spec
@ -20,7 +20,7 @@
|
||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||
|
||||
Name: git
|
||||
Version: 1.9.1
|
||||
Version: 1.9.2
|
||||
Release: 0
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPL-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e300c0b72c2738ca273c38ea9566d5326d554f8bb5f4d6aa40c87783edcd153
|
||||
size 4829092
|
3
v1.9.2.tar.gz
Normal file
3
v1.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad2d34cc3fa8d111309f72a162bc68fe700d25604713aeae5bd20e2b3106fba6
|
||||
size 4832136
|
Loading…
Reference in New Issue
Block a user