diff --git a/git-2.2.2.tar.xz b/git-2.2.2.tar.xz deleted file mode 100644 index dfaecd0..0000000 --- a/git-2.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa6d2efcc0c7bb9b9edc6d56d90921706b833972f1d2abe70f71be7838f22d05 -size 3592264 diff --git a/git-2.3.0.tar.xz b/git-2.3.0.tar.xz new file mode 100644 index 0000000..29720a3 --- /dev/null +++ b/git-2.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b23a14d66df536cfe7de37551f55acf908f8bddf30a0f5325a255bb57b0aca +size 3608648 diff --git a/git.changes b/git.changes index f6a457e..ccdbab9 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Feb 6 15:59:55 UTC 2015 - astieger@suse.com + +- git 2.3.0: + Many small corrections and improvements. +- UI, Workflows and Features: + * New GIT_SSH_COMMAND environment variable + * Can now store empty notes + * "git interpret-trailers" learned to properly handle the + "Conflicts:" block at the end. + * "git am" learned "--message-id" option + * "git clone --reference=" learned the "--dissociate" + option + * "git send-email" learned the "--transfer-encoding" option + * "git send-email" learned the "--no-xmailer" option + * "git branch -d" (delete) and "git branch -m" (move) learned to + honor "-f" (force) flag + * "git imap-send" learned to take "-v" (verbose) and "-q" (quiet) + command line options. + ------------------------------------------------------------------- Tue Jan 13 08:16:19 UTC 2015 - andreas.stieger@gmx.de diff --git a/git.spec b/git.spec index df19b63..bb1ee3f 100644 --- a/git.spec +++ b/git.spec @@ -1,7 +1,7 @@ # # spec file for package git # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.2.2 +Version: 2.3.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0