From d987bb88640cb1b604a14faaab4ea528028468ed Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 8 Apr 2015 10:37:07 +0000 Subject: Changes 2.3.5: * The prompt script (in contrib/) did not show the untracked sign when working in a subdirectory without any untracked files. * Even though "git grep --quiet" is run merely to ask for the exit status, we spawned the pager regardless. Stop doing that. * Recommend format-patch and send-email for those who want to submit patches to this project. * An failure early in the "git clone" that started creating the working tree and repository could have resulted in some directories and files left without getting cleaned up. * "git fetch" that fetches a commit using the allow-tip-sha1-in-want extension could have failed to fetch all the requested refs. * The split-index mode introduced at v2.3.0-rc0~41 was broken in the codepath to protect us against a broken reimplementation of Git that writes an invalid index with duplicated index entries, etc. * "git prune" used to largely ignore broken refs when deciding which objects are still being used, which could spread an existing small damage and make it a larger one. * "git tag -h" used to show the "--column" and "--sort" options that are about listing in a wrong section. * The transfer.hiderefs support did not quite work for smart-http transport. * The code that reads from the ctags file in the completion script (in contrib/) did not spell ${param/pattern/string} substitution correctly, which happened to work with bash but not with zsh. * The explanation on "rebase --preserve-merges", "pull --rebase=preserve", and "push --force-with-lease" in the documentation was unclear. --- devel/git-base/distinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/git-base') diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo index 5a817a3df2b..56ed8f389f8 100644 --- a/devel/git-base/distinfo +++ b/devel/git-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2015/03/08 08:12:56 adam Exp $ +$NetBSD: distinfo,v 1.25 2015/04/08 10:37:07 adam Exp $ -SHA1 (git-2.3.2.tar.xz) = c7b0550c34109752bd25c4cd2007908df689b603 -RMD160 (git-2.3.2.tar.xz) = 250ab3a75ac9ce36a5c0393e03d9f2e6b42d51d7 -Size (git-2.3.2.tar.xz) = 3613920 bytes +SHA1 (git-2.3.5.tar.xz) = a74f0f097a1893f9275b501ae515db2d08422550 +RMD160 (git-2.3.5.tar.xz) = 776fa1d75aacb21a9bc3499b561c2a2ec539457e +Size (git-2.3.5.tar.xz) = 3620472 bytes SHA1 (patch-aa) = 8c1096065d26b93a6e10bc6926d3fc3686f711f2 SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca -- cgit v1.2.3