Accepting request 137820 from devel:tools:scm
Updated to 1.7.12.3 (forwarded request 137818 from douglarek) OBS-URL: https://build.opensuse.org/request/show/137820 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=93
This commit is contained in:
parent
b341d17a88
commit
27ffe2c069
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1671b960dd761ef15d85f9be05d0b449b89f13ae39902082f9df865d85dac8aa
|
|
||||||
size 4106910
|
|
3
git-1.7.12.3.tar.gz
Normal file
3
git-1.7.12.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d0959c316a2cdebaaf72cf27ac87d2e5616596a530dddeeb3a961c615494094
|
||||||
|
size 4109011
|
34
git.changes
34
git.changes
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 11 00:19:07 CST 2012 - douglarek@outlook.com
|
||||||
|
|
||||||
|
- updated to version 1.7.12.3:
|
||||||
|
|
||||||
|
* "git am" mishandled a patch attached as application/octet-stream
|
||||||
|
(e.g. not text/*); Content-Transfer-Encoding (e.g. base64) was not
|
||||||
|
honored correctly.
|
||||||
|
|
||||||
|
* It was unclear in the documentation for "git blame" that it is
|
||||||
|
unnecessary for users to use the "--follow" option.
|
||||||
|
|
||||||
|
* A repository created with "git clone --single" had its fetch
|
||||||
|
refspecs set up just like a clone without "--single", leading the
|
||||||
|
subsequent "git fetch" to slurp all the other branches, defeating
|
||||||
|
the whole point of specifying "only this branch".
|
||||||
|
|
||||||
|
* "git fetch" over http had an old workaround for an unlikely server
|
||||||
|
misconfiguration; it turns out that this hurts debuggability of the
|
||||||
|
configuration in general, and has been reverted.
|
||||||
|
|
||||||
|
* "git fetch" over http advertised that it supports "deflate", which
|
||||||
|
is much less common, and did not advertise the more common "gzip" on
|
||||||
|
its Accept-Encoding header.
|
||||||
|
|
||||||
|
* "git receive-pack" (the counterpart to "git push") did not give
|
||||||
|
progress output while processing objects it received to the puser
|
||||||
|
when run over the smart-http protocol.
|
||||||
|
|
||||||
|
* "git status" honored the ignore=dirty settings in .gitmodules but
|
||||||
|
"git commit" didn't.
|
||||||
|
|
||||||
|
Also contains a handful of documentation updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 4 22:29:10 CST 2012 - douglarek@outlook.com
|
Thu Oct 4 22:29:10 CST 2012 - douglarek@outlook.com
|
||||||
|
|
||||||
|
2
git.spec
2
git.spec
@ -30,7 +30,7 @@ BuildRequires: perl-Error
|
|||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: sgml-skel
|
BuildRequires: sgml-skel
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
Version: 1.7.12.2
|
Version: 1.7.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user