diff --git a/git-2.18.0.tar.sign b/git-2.18.0.tar.sign deleted file mode 100644 index d51b1f9..0000000 Binary files a/git-2.18.0.tar.sign and /dev/null differ diff --git a/git-2.18.0.tar.xz b/git-2.18.0.tar.xz deleted file mode 100644 index cac1dc7..0000000 --- a/git-2.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92 -size 5102264 diff --git a/git-2.19.0.tar.sign b/git-2.19.0.tar.sign new file mode 100644 index 0000000..c6cbdf5 Binary files /dev/null and b/git-2.19.0.tar.sign differ diff --git a/git-2.19.0.tar.xz b/git-2.19.0.tar.xz new file mode 100644 index 0000000..690e225 --- /dev/null +++ b/git-2.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180feff58fc0d965d23ea010aa2c69ead92ec318eb9b09cf737529aec62f3ef4 +size 5227124 diff --git a/git.changes b/git.changes index ab8fc9c..5a57c32 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Tue Sep 11 14:40:01 UTC 2018 - Petr Vorel + +- git 2.19.0: + * "git diff" compares the index and the working tree. For paths + added with intent-to-add bit, the command shows the full contents + of them as added, but the paths themselves were not marked as new + files. They are now shown as new by default. + * "git apply" learned the "--intent-to-add" option so that an + otherwise working-tree-only application of a patch will add new + paths to the index marked with the "intent-to-add" bit. + * "git grep" learned the "--column" option that gives not just the + line number but the column number of the hit. + * The "-l" option in "git branch -l" is an unfortunate short-hand for + "--create-reflog", but many users, both old and new, somehow expect + it to be something else, perhaps "--list". This step warns when "-l" + is used as a short-hand for "--create-reflog" and warns about the + future repurposing of the it when it is used. + * The userdiff pattern for .php has been updated. + * The content-transfer-encoding of the message "git send-email" sends + out by default was 8bit, which can cause trouble when there is an + overlong line to bust RFC 5322/2822 limit. A new option 'auto' to + automatically switch to quoted-printable when there is such a line + in the payload has been introduced and is made the default. + * "git checkout" and "git worktree add" learned to honor + checkout.defaultRemote when auto-vivifying a local branch out of a + remote tracking branch in a repository with multiple remotes that + have tracking branches that share the same names. + (merge 8d7b558bae ab/checkout-default-remote later to maint). + * "git grep" learned the "--only-matching" option. + * "git rebase --rebase-merges" mode now handles octopus merges as + well. + * Add a server-side knob to skip commits in exponential/fibbonacci + stride in an attempt to cover wider swath of history with a smaller + number of iterations, potentially accepting a larger packfile + transfer, instead of going back one commit a time during common + ancestor discovery during the "git fetch" transaction. + (merge 42cc7485a2 jt/fetch-negotiator-skipping later to maint). + * A new configuration variable core.usereplacerefs has been added, + primarily to help server installations that want to ignore the + replace mechanism altogether. + * Teach "git tag -s" etc. a few configuration variables (gpg.format + that can be set to "openpgp" or "x509", and gpg..program + that is used to specify what program to use to deal with the format) + to allow x.509 certs with CMS via "gpgsm" to be used instead of + openpgp via "gnupg". + * Many more strings are prepared for l10n. + * "git p4 submit" learns to ask its own pre-submit hook if it should + continue with submitting. + * The test performed at the receiving end of "git push" to prevent + bad objects from entering repository can be customized via + receive.fsck.* configuration variables; we now have gained a + counterpart to do the same on the "git fetch" side, with + fetch.fsck.* configuration variables. + * "git pull --rebase=interactive" learned "i" as a short-hand for + "interactive". + * "git instaweb" has been adjusted to run better with newer Apache on + RedHat based distros. + * "git range-diff" is a reimplementation of "git tbdiff" that lets us + compare individual patches in two iterations of a topic. + * The sideband code learned to optionally paint selected keywords at + the beginning of incoming lines on the receiving end. + * "git branch --list" learned to take the default sort order from the + 'branch.sort' configuration variable, just like "git tag --list" + pays attention to 'tag.sort'. + * "git worktree" command learned "--quiet" option to make it less + verbose. + ------------------------------------------------------------------- Mon Aug 27 09:21:46 UTC 2018 - tchvatal@suse.com diff --git a/git.spec b/git.spec index d2de853..c17ac33 100644 --- a/git.spec +++ b/git.spec @@ -35,7 +35,7 @@ %bcond_without docs Name: git -Version: 2.18.0 +Version: 2.19.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only