Changes 1.7.4.1:

* On Windows platform, the codepath to spawn a new child process forgot
  to first flush the output buffer.
* "git bundle" did not use OFS_DELTA encoding, making its output a few
  per-cent larger than necessarily.
* The option to tell "git clone" to recurse into the submodules was
  misspelled with an underscore "--recurse_submodules".
* "git diff --cached HEAD" before the first commit does what an end user
  would expect (namely, show what would be committed without further "git
  add").
* "git fast-import" didn't accept the command to ask for "notes" feature
  to be present in its input stream, even though it was capable of the
  feature.
* "git fsck" gave up scanning loose object files in directories with
  garbage files.
This commit is contained in:
adam 2011-03-11 09:28:39 +00:00
parent 7cbd0afa88
commit d2956ee5e3
4 changed files with 14 additions and 9 deletions

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.21 2010/12/23 23:42:40 abs Exp $
@comment $NetBSD: PLIST,v 1.22 2011/03/11 09:28:39 adam Exp $
bin/git
bin/git-cvsserver
bin/git-receive-pack
@ -130,6 +130,8 @@ libexec/git-core/git-receive-pack
libexec/git-core/git-reflog
libexec/git-core/git-relink
libexec/git-core/git-remote
libexec/git-core/git-remote-ext
libexec/git-core/git-remote-fd
libexec/git-core/git-remote-ftp
libexec/git-core/git-remote-ftps
libexec/git-core/git-remote-http
@ -250,6 +252,7 @@ ${PLIST.gui}share/gitk/lib/msgs/fr.msg
${PLIST.gui}share/gitk/lib/msgs/hu.msg
${PLIST.gui}share/gitk/lib/msgs/it.msg
${PLIST.gui}share/gitk/lib/msgs/ja.msg
${PLIST.gui}share/gitk/lib/msgs/pt_br.msg
${PLIST.gui}share/gitk/lib/msgs/ru.msg
${PLIST.gui}share/gitk/lib/msgs/sv.msg
share/gitweb/gitweb.cgi

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.31 2011/01/28 08:11:30 adam Exp $
$NetBSD: distinfo,v 1.32 2011/03/11 09:28:39 adam Exp $
SHA1 (git-1.7.3.5.tar.bz2) = cf9587ecf7cae04463d05b9f9ce8990913bd925a
RMD160 (git-1.7.3.5.tar.bz2) = 3ad6eb187b7a901addb3ee5a2ade70ba550007f6
Size (git-1.7.3.5.tar.bz2) = 2635455 bytes
SHA1 (git-1.7.4.1.tar.bz2) = fff10cb498b17decc146c8f18b0b02136d5e9b88
RMD160 (git-1.7.4.1.tar.bz2) = 13ef7b6d1e8b596f97a1920e012a00f6cc8cdf6c
Size (git-1.7.4.1.tar.bz2) = 2703860 bytes
SHA1 (patch-aa) = f47ff9d8b9ba8592f7bbd21d4b0ab30394e8f9a0
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2010/10/28 10:23:08 adam Exp $
@comment $NetBSD: PLIST,v 1.9 2011/03/11 09:28:40 adam Exp $
man/man1/git-add.1
man/man1/git-am.1
man/man1/git-annotate.1
@ -93,6 +93,8 @@ man/man1/git-rebase.1
man/man1/git-receive-pack.1
man/man1/git-reflog.1
man/man1/git-relink.1
man/man1/git-remote-ext.1
man/man1/git-remote-fd.1
man/man1/git-remote-helpers.1
man/man1/git-remote.1
man/man1/git-repack.1

View file

@ -1,3 +1,3 @@
# $NetBSD: Makefile.version,v 1.18 2011/01/28 08:11:30 adam Exp $
#
GIT_VERSION= 1.7.3.5
# $NetBSD: Makefile.version,v 1.19 2011/03/11 09:28:39 adam Exp $
GIT_VERSION= 1.7.4.1