From cefc85ea56d4f1bc3f8ba7516d639ce1c709026d4b3c577107cee15fea1335c2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 23 May 2016 15:31:17 +0000 Subject: [PATCH] Accepting request 397064 from devel:tools:scm 1 OBS-URL: https://build.opensuse.org/request/show/397064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=181 --- git-2.8.2.tar.sign | Bin 543 -> 0 bytes git-2.8.2.tar.xz | 3 --- git-2.8.3.tar.sign | Bin 0 -> 543 bytes git-2.8.3.tar.xz | 3 +++ git.changes | 58 +++++++++++++++++++++++++++++++++++++++++++++ git.spec | 2 +- 6 files changed, 62 insertions(+), 4 deletions(-) delete mode 100644 git-2.8.2.tar.sign delete mode 100644 git-2.8.2.tar.xz create mode 100644 git-2.8.3.tar.sign create mode 100644 git-2.8.3.tar.xz diff --git a/git-2.8.2.tar.sign b/git-2.8.2.tar.sign deleted file mode 100644 index 29191256c8d61a4148428ee2ae71be0fad5da42d19d23d298543e9ea435a0477..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0RjL91p-$i*XaNX2@tTg=!TZB=F8`L5C2*$UKa>9AJc}FLOw@B zC>IHg`P~OGNGZCqec3{KN#-qmTKz?|tLUF~4}G}H>0=!XT}bnb;3J??_xE%jPG5jied zKEeomXY_K0C`s0#sua%PvU!hF4Fh7uqsyann0_$vVwca|8j_F59Y+@QFGdZ zJb^DO&GUm9*O35ri%@+aLbXH3s8Ys`mdX=K&Aq8Ss?KYdaIP+cy*?<76=f2v_SrD| z61}$2@OBl(ESjsjHc5BL_4Dct$+?wC z6aT^}AC$u~Z-V(mt6rlX#h-11k^O<#*(FTTA{btfQish9CP@Eyz-O|=bBM6xK?$%b zlk=jomTvC!=|t5mOw~b`3|m=rF$Sn$!@;8u5~UFmQ((rPsF=4Xy-xb1)BY-$saqIB zz<6^vMkK>LMlUAj_X*d@A5D|%I&Pt|M5X? zf8@5goO}l@f=DnhhsAb{)?`jjX4(BF5g^a-Q*77cZPfLxfT=^c$16BYOkSi2gvh(_ zG*z-!e-Bs|YJ54Ajf3?yUsz?Lmm35Qk+?c->Bz2&lm{GR1Ohy&2-5LzIiN=idXX1w zXr(&V#{9Hn5Q_td>!pd);z98h)g83AjO&W{w`OjpyR?u+6?@yl8#Xh;v-q4N@Mkh3 z*{Mq_;6us@ZwMHOkK8h@LjgsFJwi@3a-l$&dYum!ITu%Vg z#&9>{4(!mjTX%OVSs@ZX&#Go~0_e#Pf=21ILWKO$1;QS+P4gHpme`G@J9S6~9g=>w z#jkH-*Gh$Cuyjtse>jT+A9|_JmFf{v?WEazbrxgP`@jw31erP{j zs^bhLKr7RFhxrL0e{bH7^*P*n3;F5cEh$F*&VweQY3_P2NJnJ#nlifr7?Q h(eaJj5sHJaLJNkN`Hyi7InA03(C}MyP!~5U&MN><0|Ed5 literal 0 HcmV?d00001 diff --git a/git-2.8.3.tar.xz b/git-2.8.3.tar.xz new file mode 100644 index 0000000..d78ee72 --- /dev/null +++ b/git-2.8.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8e6c274a88b4a73b3c98c70d3438ec12871300ce8bb4ca179ea19fcf74aa91 +size 3979536 diff --git a/git.changes b/git.changes index 4861238..bf2e34d 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Thu May 19 19:40:48 UTC 2016 - astieger@suse.com + +- git 2.8.3: + * "git send-email" now uses a more readable timestamps when + formulating a message ID. + * When "git worktree" feature is in use, "git branch -d" allowed + deletion of a branch that is checked out in another worktree + * When "git worktree" feature is in use, "git branch -m" renamed a + branch that is checked out in another worktree without adjusting + the HEAD symbolic ref for the worktree. + * "git format-patch --help" showed `-s` and `--no-patch` as if these + are valid options to the command. We already hide `--patch` option + from the documentation, because format-patch is about showing the + diff, and the documentation now hides these options as well. + * A change back in version 2.7 to "git branch" broke display of a + symbolic ref in a non-standard place in the refs/ hierarchy (we + expect symbolic refs to appear in refs/remotes/*/HEAD to point at + the primary branch the remote has, and as .git/HEAD to point at the + branch we locally checked out). + * A partial rewrite of "git submodule" in the 2.7 timeframe changed + the way the gitdir: pointer in the submodules point at the real + repository location to use absolute paths by accident. This has + been corrected. + * "git commit" misbehaved in a few minor ways when an empty message + is given via -m '', all of which has been corrected. + * Support for CRAM-MD5 authentication method in "git imap-send" did + not work well. + * The socks5:// proxy support added back in 2.6.4 days was not aware + that socks5h:// proxies behave differently. + * "git config" had a codepath that tried to pass a NULL to + printf("%s"), which nobody seems to have noticed. + * "git replace -e" did not honour "core.editor" configuration. + * "git submodule" reports the paths of submodules the command + recurses into, but this was incorrect when the command was not run + from the root level of the superproject. + * The "user.useConfigOnly" configuration variable makes it an error + if users do not explicitly set user.name and user.email. However, + its check was not done early enough and allowed another error to + trigger, reporting that the default value we guessed from the + system setting was unusable. This was a suboptimal end-user + experience as we want the users to set user.name/user.email without + relying on the auto-detection at all. + * "git mv old new" did not adjust the path for a submodule that lives + as a subdirectory inside old/ directory correctly. + * "git push" from a corrupt repository that attempts to push a large + number of refs deadlocked; the thread to relay rejection notices + for these ref updates blocked on writing them to the main thread, + after the main thread at the receiving end notices that the push + failed and decides not to read these notices and return a failure. + * A question by "git send-email" to ask the identity of the sender + has been updated. + * Recent update to Git LFS broke "git p4" by changing the output from + its "lfs pointer" subcommand. + * Some multi-byte encoding can have a backslash byte as a later part + of one letter, which would confuse "highlight" filter used in + gitweb. + ------------------------------------------------------------------- Sat Apr 30 12:15:11 UTC 2016 - astieger@suse.com diff --git a/git.spec b/git.spec index 3b64c3f..8e86d4b 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.8.2 +Version: 2.8.3 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0