Your message dated Thu, 11 Feb 2010 19:58:18 -0600
with message-id <[email protected]>
and subject line Re: git-core: git hash-object only detects invalid object
types with files, not --stdin
has caused the Debian Bug report #494248,
regarding git-core: git hash-object only detects invalid object types with
files, not --stdin
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
494248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494248
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.5.5.3-1
Severity: normal
/tmp$ git hash-object -t invalid --stdin < x
4dc9f7cd413d38ce77e52520d93b9b09650122cc
/tmp$ git hash-object -t invalid x
fatal: invalid object type "invalid"
- Josh Triplett and Jamey Sharp
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-core depends on:
ii cpio 2.9-13 GNU cpio -- a program to manage ar
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.18.1-1 Multi-protocol file transfer libra
ii libdigest-sha1-perl 2.11-2+b1 NIST SHA-1 message digest algorith
ii liberror-perl 0.17-1 Perl module for error/exception ha
ii libexpat1 1.95.8-4 XML parsing C library - runtime li
ii perl-modules 5.10.0-10 Core Perl modules
ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime
Versions of packages git-core recommends:
ii curl 7.18.1-1 Get a file from an HTTP, HTTPS or
ii less 418-1 Pager program similar to more
ii openssh-client [ssh-client] 1:4.7p1-12 secure shell client, an rlogin/rsh
ii patch 2.5.9-5 Apply a diff file to an original
ii rsync 2.6.9-6 fast remote file copy program (lik
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:1.6.1.2-1
Jonathan Nieder wrote:
> Josh Triplett and Jamey Sharp wrote:
>> /tmp$ git hash-object -t invalid --stdin < x
>> 4dc9f7cd413d38ce77e52520d93b9b09650122cc
>> /tmp$ git hash-object -t invalid x
>> fatal: invalid object type "invalid"
>
> For what it's worth, this is fixed upstream in commit 43df4f8 "teach
> index_fd to work with pipes" (which replaces hash_stdin with use of an
> API requiring a type_from_string call), and the fix was included in
> v1.6.1-rc1.
So closing. Thanks for the report.
--- End Message ---