From f9de5653016e7254439b79e7377fe73abea1ff5089830fb668f8a01580cdbd72 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 5 May 2016 11:18:45 +0000 Subject: [PATCH] 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 --- git-2.8.1.tar.sign | Bin 543 -> 0 bytes git-2.8.1.tar.xz | 3 --- git-2.8.2.tar.sign | Bin 0 -> 543 bytes git-2.8.2.tar.xz | 3 +++ git.changes | 36 ++++++++++++++++++++++++++++++++++++ git.spec | 2 +- 6 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 git-2.8.1.tar.sign delete mode 100644 git-2.8.1.tar.xz create mode 100644 git-2.8.2.tar.sign create mode 100644 git-2.8.2.tar.xz diff --git a/git-2.8.1.tar.sign b/git-2.8.1.tar.sign deleted file mode 100644 index 757b21ef185b85c32456fa53d1efd9cc5fa6dc0178b33e740dd389fbcdeccc25..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0RjL91p-$AYEu9T2@tTg=!TZB=F8z85CDT-oH|*XvSJD`K=k-T z7WVJi0s3@u3v-0ZTqa>fAwFbdgizg+6`VyRQ?T!@Bzy(i{=-M++5SVTfiWgS!K2>yFOk3QxQ_c~z?F zgFT{__2e8a<&_9DH`@(1QHshE`d#>o;?JWZCgs;tix5h>qyoX!E>~M^H#`u8aR@B_ zEfc3*q)8-8Z^)-!dD>V34fD6US?51a#whe?=fJQoz|~Pu+~$v}*^FJ;eJ;bt&fyV7rym4+T43 z^KN(yIK;3Z4qcf}d{dxQHI>EFva?}GMPnqhFF~xyem`pE2jWyp?ww*i!2V?o hbAq8W_lRLj!B>v*&4LQ!4i7b7kUE$>d)Jf8-qU*w1Udi! diff --git a/git-2.8.1.tar.xz b/git-2.8.1.tar.xz deleted file mode 100644 index 6a60d1d..0000000 --- a/git-2.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6626b43ba4bc63ad4918df4c275f50bd7f8af2ab54bde60496ad75e91e927fc -size 3970056 diff --git a/git-2.8.2.tar.sign b/git-2.8.2.tar.sign new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..29191256c8d61a4148428ee2ae71be0fad5da42d19d23d298543e9ea435a0477 GIT binary patch literal 543 zcmV+)0^t3L0vrSY0RjL91p-$i*XaNX2@tTg=!TZB=F8`L5C2*$UKa>9AJc}FLOw@B zC>IHg`P~OGNGZCqec3{KN#-qmTKz?|tLUF~4}G}H>0=!XT}bnb;3J??_xE%jPG5jied zKEeomXY_K0C`s0#sua%PvU!hF4Fh7uqsyann0_$vVwca|8j_F59Y+@QFGdZ zJb^DO&GUm9*O35ri%@+aLbXH3s8Ys`mdX=K&Aq8Ss?KYdaIP+cy*?<76=f2v_SrD| z61}$2@OBl(ESjsjHc5BL_4Dct$+?wC z6aT^}AC$u~Z-V(mt6rlX#h-11k^O<#*(FTTA{btfQish9CP@Eyz-O|=bBM6xK?$%b zlk=jomTvC!=|t5mOw~b`3|m=rF$Sn$!@;8u5~UFmQ((rPsF=4Xy-xb1)BY-$saqIB zz<6^vMkK>LMlUAj_X*d@A5D|%I&" 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 " 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 diff --git a/git.spec b/git.spec index 1e92cdb..3b64c3f 100644 --- a/git.spec +++ b/git.spec @@ -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