diff --git a/git-2.8.1.tar.sign b/git-2.8.1.tar.sign deleted file mode 100644 index 757b21e..0000000 Binary files a/git-2.8.1.tar.sign and /dev/null differ 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 0000000..2919125 Binary files /dev/null and b/git-2.8.2.tar.sign differ diff --git a/git-2.8.2.tar.xz b/git-2.8.2.tar.xz new file mode 100644 index 0000000..d4b5762 --- /dev/null +++ b/git-2.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0283d78a0f1c8408c5fd43610697b953fbaafe4077bb1e41446a9ee3a2f83d +size 3972444 diff --git a/git.changes b/git.changes index 1831fa3..4861238 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sat Apr 30 12:15:11 UTC 2016 - astieger@suse.com + +- git 2.8.2: + * "index-pack --keep=" 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