diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-11 04:54:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-11 04:54:55 +0000 |
commit | dc9ad6d1c0cf4a806900a3c47abe256e9a76c47b (patch) | |
tree | dcf34a11c376085a0e724599907d2e4e7aa605b8 /devel/scmgit-base | |
parent | 945afffa987ab6efc35bf6ddf0a2d221a310d980 (diff) | |
download | pkgsrc-dc9ad6d1c0cf4a806900a3c47abe256e9a76c47b.tar.gz |
Update scmgit packages to 1.6.6.2.
Changes:
* recursive merge didn't correctly diagnose its own programming errors,
and instead caused the caller to segfault.
* The new "smart http" aware clients probed the web servers to see if
they support smart http, but did not fall back to dumb http transport
correctly with some servers.
* Time based reflog syntax e.g. "@{yesterday}" didn't diagnose a misspelled
time specification and instead assumed "@{now}".
* "git archive HEAD -- no-such-directory" produced an empty archive
without complaining.
* "git blame -L start,end -- file" misbehaved when given a start that is
larger than the number of lines in the file.
* "git checkout -m" didn't correctly call custom merge backend supplied
by the end user.
* "git config -f <file>" misbehaved when run from a subdirectory.
* "git cvsserver" didn't like having regex metacharacters (e.g. '+') in
CVSROOT environment.
* "git fast-import" did not correctly handle large blobs that may
bust the pack size limit.
* "git gui" is supposed to work even when launched from inside a .git
directory.
* "git gui" misbehaved when applying a hunk that ends with deletion.
* "git imap-send" did not honor imap.preformattedHTML as documented.
* "git log" family incorrectly showed the commit notes unconditionally by
mistake, which was especially irritating when running "git log --oneline".
* "git status" shouldn't require an write access to the repository.
* Other minor documentation updates are included.
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 69f4f1e0d24..c9bcc1c5f77 100644 --- a/devel/scmgit-base/distinfo +++ b/devel/scmgit-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2010/02/03 23:26:17 minskim Exp $ +$NetBSD: distinfo,v 1.23 2010/02/11 04:54:55 minskim Exp $ -SHA1 (git-1.6.6.1.tar.gz) = 347bb62a55bb150935ee1fe8952a631141a64617 -RMD160 (git-1.6.6.1.tar.gz) = 3f5de954e7e5e883d339ca41be684b6a1e151c9e -Size (git-1.6.6.1.tar.gz) = 2838577 bytes +SHA1 (git-1.6.6.2.tar.gz) = 13b339a55982162753d414731ff1b28791800209 +RMD160 (git-1.6.6.2.tar.gz) = f0b465000a5b5deee156dda6c87ef3e2c744b226 +Size (git-1.6.6.2.tar.gz) = 2841821 bytes SHA1 (patch-aa) = be3164a456d548bb722456ce97e8ba8bbb5620e2 SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091 SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce |