From 3dbfce08a485fae889fd90910e2f7c17ca550d0301eb34cd2829f2bc12035899 Mon Sep 17 00:00:00 2001 From: Yuchen Lin Date: Tue, 18 Sep 2018 09:40:44 +0000 Subject: [PATCH] Accepting request 635268 from devel:tools:scm OBS-URL: https://build.opensuse.org/request/show/635268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=223 --- git-2.18.0.tar.sign | Bin 566 -> 0 bytes git-2.18.0.tar.xz | 3 -- git-2.19.0.tar.sign | Bin 0 -> 566 bytes git-2.19.0.tar.xz | 3 ++ git.changes | 68 ++++++++++++++++++++++++++++++++++++++++++++ git.spec | 2 +- 6 files changed, 72 insertions(+), 4 deletions(-) delete mode 100644 git-2.18.0.tar.sign delete mode 100644 git-2.18.0.tar.xz create mode 100644 git-2.19.0.tar.sign create mode 100644 git-2.19.0.tar.xz diff --git a/git-2.18.0.tar.sign b/git-2.18.0.tar.sign deleted file mode 100644 index d51b1f91f83392026846f779cd947d3ac0af4afec2a49cef4c09fc0820dabaca..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+c#RXG;yl^AWE?-{9)^aTAxa`z6MJ!_WoVuVQq^oBhA^%c3 zRy%(z*mLe?&BK90=1-o)I8bdPTw9ImQSV~!8?l9a2+i6uYGq!hcB?7lg*XvXQ_f)3 z`@{>oz4J{lmV<;P2yn&V?P5dSmd>dbG*~`6R+gt3?UtASL!Aur*vGxu_iPGY2nSSI zFy<8fCC&G1FLZlsPbpwC-*8XlFd=46T*&O4`Z}DeMiugc9GOL>v)s{eET+y~J@vmR zUtQ1Xztvp)w*3%ZM;f@Azj)uJ&<_R`kt~IK?RGe#HZN5UZ+X`Fd5=lzQiMDSW#N)3 z^mIcijF_(AMJ%%13aC5A0r|%+%N6O;SwR|rYiR;VW->o^VNTtR?>+{J@g&>*)ChPQ zn4@`LWUy10Y&nCjn<_LS-{1rFIk+{)^kagGKbny*?Uw~nC7S;eEM>0I z4=pp_Jxyi~fCLn2@gjN+o=UHm%TF4)s9=4>#TI8&Am4I#PZRzP2BG6y@)?S*!fM<4 E!2l5zwg3PC 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 0000000000000000000000000000000000000000000000000000000000000000..c6cbdf5cfdb29b37ab945a296e997af404b87221df85bff068e202ad1827569c GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+cj5sF`nzoASgglI=T{{;TY+KGDK8k6n6*>U9?z61lVuj z1&=D*UKQ_i2*E>T{4$!qrS7dewDp$j7G17N4&#m+RLVUTT{1xa8(;f*!VxAH2j*e zGJC=Y1;Q$oqU@VxkU@5mfXT>r#gVU!=^(C@uKtTt2GjZw&13cD^IFupg2W}Ro1W{; z&w!^xLz;6{`_%b5a2_v!@ zyB?61Z+A<}+4)DIq?BbK1fYOeq(^Uu@nfH-S9YBV*f3}i=oqa6TNsGwaNi^cNehP8 zOcJxCn)i)Bp;ORt!D3S&iR41N#H_o`h63*x3BuTHAn4MARhBGN*H-` zxi#*p>?_dQE7w=)@0k%mS5vd2%v>zWp&C4>0j(=LtLIzuRGa@S!19fznp~lylRIp& zi5UNN<^6Ow=)VpZ2{D((WVcQ0VDM*4!v*Qeli E`L0tI{Qv*} literal 0 HcmV?d00001 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