diff --git a/git-2.8.4.tar.sign b/git-2.8.4.tar.sign deleted file mode 100644 index ce08b84..0000000 Binary files a/git-2.8.4.tar.sign and /dev/null differ diff --git a/git-2.8.4.tar.xz b/git-2.8.4.tar.xz deleted file mode 100644 index e4ad7b3..0000000 --- a/git-2.8.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:120e9a32a1858871dea34165622ec7a63f27887b93093c8d72a18bcf89fe1657 -size 3982836 diff --git a/git-2.9.0.tar.sign b/git-2.9.0.tar.sign new file mode 100644 index 0000000..7d3c3bf Binary files /dev/null and b/git-2.9.0.tar.sign differ diff --git a/git-2.9.0.tar.xz b/git-2.9.0.tar.xz new file mode 100644 index 0000000..8dff132 --- /dev/null +++ b/git-2.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41fa97949948fbf49af94a43d779e072a5452c6b5039d86ffa41ebab747b409 +size 4014000 diff --git a/git.changes b/git.changes index e74617c..4bdfe5d 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 13 21:49:43 UTC 2016 - astieger@suse.com + +- git 2.9.0: + * commands in the "git diff" and "git log" family by default + enable the rename detection; use "diff.renames" configuration + variable to disable this. + * merging two branches that have no common ancestor with "git + merge" is by default forbidden now to prevent creating such an + unusual merge by mistake. + * output formats of "git log" that indents the commit log message + by 4 spaces now expands HT in the log message by default. + The "--no-expand-tabs" option disables this. + * "git commit-tree" plumbing command required the user to always + sign its result when the user sets the commit.gpgsign + configuration variable, this is no longer the case. Scrips + using commit-tree which may rely on this mistake no needs to + read commit.gpgsign and pass the -S option as necessary. + * Many more bug fixes and minor updates. + ------------------------------------------------------------------- Tue Jun 7 07:21:35 UTC 2016 - astieger@suse.com diff --git a/git.spec b/git.spec index 5c1e6c2..b54ed13 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.8.4 +Version: 2.9.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0