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:
committed by
Git OBS Bridge
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
|
||||
|
||||
|
Reference in New Issue
Block a user