pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Changes 2.3.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e79dea7ecbf4
branches:  trunk
changeset: 649713:e79dea7ecbf4
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 08 10:37:07 2015 +0000

description:
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.

diffstat:

 devel/git-base/distinfo    |  8 ++++----
 devel/git/Makefile.version |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 5643a3f56a0e -r e79dea7ecbf4 devel/git-base/distinfo
--- a/devel/git-base/distinfo   Wed Apr 08 10:36:16 2015 +0000
+++ b/devel/git-base/distinfo   Wed Apr 08 10:37:07 2015 +0000
@@ -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
diff -r 5643a3f56a0e -r e79dea7ecbf4 devel/git/Makefile.version
--- a/devel/git/Makefile.version        Wed Apr 08 10:36:16 2015 +0000
+++ b/devel/git/Makefile.version        Wed Apr 08 10:37:07 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.20 2015/03/08 08:12:56 adam Exp $
+# $NetBSD: Makefile.version,v 1.21 2015/04/08 10:37:07 adam Exp $
 #
 # used by devel/git/Makefile.common
 # used by devel/git-svn/Makefile
 
-GIT_VERSION=   2.3.2
+GIT_VERSION=   2.3.5



Home | Main Index | Thread Index | Old Index