diff --git a/git-1.7.12.2.tar.gz b/git-1.7.12.2.tar.gz deleted file mode 100644 index 4cb00aa..0000000 --- a/git-1.7.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1671b960dd761ef15d85f9be05d0b449b89f13ae39902082f9df865d85dac8aa -size 4106910 diff --git a/git-1.7.12.3.tar.gz b/git-1.7.12.3.tar.gz new file mode 100644 index 0000000..fa237ba --- /dev/null +++ b/git-1.7.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0959c316a2cdebaaf72cf27ac87d2e5616596a530dddeeb3a961c615494094 +size 4109011 diff --git a/git.changes b/git.changes index dabdcf3..7d52151 100644 --- a/git.changes +++ b/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 diff --git a/git.spec b/git.spec index 3dd6fa6..42ed60d 100644 --- a/git.spec +++ b/git.spec @@ -30,7 +30,7 @@ BuildRequires: perl-Error BuildRequires: python BuildRequires: sgml-skel BuildRequires: xmlto -Version: 1.7.12.2 +Version: 1.7.12.3 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0