diff options
author | gdt <gdt@pkgsrc.org> | 2011-09-13 17:58:58 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-09-13 17:58:58 +0000 |
commit | 4d234e2e987608f4cf2db7f5905eb4f6fc9a4e9f (patch) | |
tree | f61251a9ec9db2190ecef132cc97817da6ac232c /devel/scmgit-base | |
parent | cf15b6a4f7d48add9048ac042aa8821174752b29 (diff) | |
download | pkgsrc-4d234e2e987608f4cf2db7f5905eb4f6fc9a4e9f.tar.gz |
Update to 1.7.6.3 from 1.7.6.1. Add backup googlecode MASTER_SITE due
to kernel.org issues.
1.7.6.3:
* "git -c var=value subcmd" misparsed the custom configuration when
value contained an equal sign.
* "git fetch" had a major performance regression, wasting many
needless cycles in a repository where there is no submodules
present. This was especially bad, when there were many refs.
* "git reflog $refname" did not default to the "show" subcommand as
the documentation advertised the command to do.
* "git reset" did not leave meaningful log message in the reflog.
* "git status --ignored" did not show ignored items when there is no
untracked items.
* "git tag --contains $commit" was unnecessarily inefficient.
Also contains minor fixes and documentation updates.
1.7.6.2:
Junio C Hamano (3):
whitespace: have SP on both sides of an assignment "="
Revert "Merge branch 'cb/maint-quiet-push' into maint"
Git 1.7.6.2
Pang Yan Han (1):
update-ref: whitespace fix
Thomas Rast (1):
Documentation: clarify effects of -- <path> arguments
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r-- | devel/scmgit-base/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo index 1691882e789..5299c0dd796 100644 --- a/devel/scmgit-base/distinfo +++ b/devel/scmgit-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2011/08/30 09:34:42 adam Exp $ +$NetBSD: distinfo,v 1.42 2011/09/13 17:58:58 gdt Exp $ -SHA1 (git-1.7.6.1.tar.bz2) = a0e9f63ec432d4b20411d3759084b4118edf5887 -RMD160 (git-1.7.6.1.tar.bz2) = ec85ee434e51fbb3144b5336921922afc97ba709 -Size (git-1.7.6.1.tar.bz2) = 2811203 bytes +SHA1 (git-1.7.6.3.tar.gz) = 7264c0b0d97cb6a70447ba3b4b6fa488810d8115 +RMD160 (git-1.7.6.3.tar.gz) = 8b37b4f83ca2576634a69993060ca2f3993ab689 +Size (git-1.7.6.3.tar.gz) = 3397595 bytes SHA1 (patch-aa) = f47ff9d8b9ba8592f7bbd21d4b0ab30394e8f9a0 SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091 SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce |