SHA256
1
0
forked from pool/git

Accepting request 393058 from devel:tools:scm

git 2.8.2 (forwarded request 393057 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/393058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=180
This commit is contained in:
Dominique Leuenberger 2016-05-05 11:18:45 +00:00 committed by Git OBS Bridge
parent c0ffa391a0
commit f9de565301
6 changed files with 40 additions and 4 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6626b43ba4bc63ad4918df4c275f50bd7f8af2ab54bde60496ad75e91e927fc
size 3970056

BIN
git-2.8.2.tar.sign Normal file

Binary file not shown.

3
git-2.8.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec0283d78a0f1c8408c5fd43610697b953fbaafe4077bb1e41446a9ee3a2f83d
size 3972444

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sat Apr 30 12:15:11 UTC 2016 - astieger@suse.com
- git 2.8.2:
* "index-pack --keep=<msg>" was broken since v2.1.0 timeframe.
* "git config --get-urlmatch", unlike other variants of the "git
config --get" family, did not signal error with its exit status
when there was no matching configuration.
* The "--local-env-vars" and "--resolve-git-dir" options of "git
rev-parse" failed to work outside a repository when the command's
option parsing was rewritten in 1.8.5 era.
* Fetching of history by naming a commit object name directly didn't
work across remote-curl transport.
* A small memory leak in an error codepath has been plugged in xdiff
code.
* "git mergetool" did not work well with conflicts that both sides
deleted.
* "git send-email" had trouble parsing alias file in mailrc format
when lines in it had trailing whitespaces on them.
* When "git merge --squash" stopped due to conflict, the concluding
"git commit" failed to read in the SQUASH_MSG that shows the log
messages from all the squashed commits.
* "git merge FETCH_HEAD" dereferenced NULL pointer when merging
nothing into an unborn history (which is arguably unusual usage,
which perhaps was the reason why nobody noticed it).
* "git diff -M" used to work better when two originally identical
files A and B got renamed to X/A and X/B by pairing A to X/A and B
to X/B, but this was broken in the 2.0 timeframe.
* "git send-pack --all <there>" was broken when its command line
option parsing was written in the 2.6 timeframe.
* When running "git blame $path" with unnormalized data in the index
for the path, the data in the working tree was blamed, even though
"git add" would not have changed what is already in the index, due
to "safe crlf" that disables the line-end conversion. It has been
corrected.
-------------------------------------------------------------------
Mon Apr 18 18:58:06 UTC 2016 - termim@gmail.com

View File

@ -26,7 +26,7 @@
%endif
Name: git
Version: 2.8.1
Version: 2.8.2
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0