Your message dated Wed, 28 Apr 2010 11:20:33 -0500
with message-id <[email protected]>
and subject line Re: git-core: typo in hooks/post-update.sample
has caused the Debian Bug report #579545,
regarding git-core: typo in hooks/post-update.sample
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.)
--
579545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579545
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.7.0.4-1
Severity: minor
Hi,
When creating a new git project with "git init" (perhaps also "git clone"),
some sample files are installed in .git/hooks/ such as post-update.sample.
This file has the line:
exec git-update-server-info
It should be
exec git update-server-info
(no dash between git and update-server-info)
Regards
Vincent
-- System Information:
Debian Release: squeeze/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500,
'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-core depends on:
ii libc6 2.11-0exp6 Embedded GNU C Library: Shared lib
ii libcurl3-gnutls 7.20.1-1 Multi-protocol file transfer libra
ii libdigest-sha1-perl 2.12-1 NIST SHA-1 message digest algorith
ii liberror-perl 0.17-1 Perl module for error/exception ha
ii libexpat1 2.0.1-7 XML parsing C library - runtime li
ii perl-modules 5.10.1-12 Core Perl modules
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages git-core recommends:
ii less 436-1 pager program similar to more
ii openssh-client [ssh-client] 1:5.5p1-2 secure shell (SSH) client, for sec
ii patch 2.6-2 Apply a diff file to an original
ii rsync 3.0.7-2 fast remote file copy program (lik
Versions of packages git-core suggests:
pn git-arch <none> (no description available)
ii git-cvs 1:1.7.0.4-1 fast, scalable, distributed revisi
pn git-daemon-run <none> (no description available)
pn git-doc <none> (no description available)
ii git-email 1:1.7.0.4-1 fast, scalable, distributed revisi
ii git-gui 1:1.7.0.4-1 fast, scalable, distributed revisi
ii git-svn 1:1.7.0.4-1 fast, scalable, distributed revisi
ii gitk 1:1.7.0.4-1 fast, scalable, distributed revisi
pn gitweb <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:1.7.1-1
Hi Vincent,
Vincent Danjean wrote:
> When creating a new git project with "git init" (perhaps also "git clone"),
> some sample files are installed in .git/hooks/ such as post-update.sample.
> This file has the line:
> exec git-update-server-info
> It should be
> exec git update-server-info
> (no dash between git and update-server-info)
The files are functional because hooks are run with
“$(git --exec-path):” prepended to the path, but I agree, this vestige of a
prior time is ugly to keep around.
Fixed upstream by v1.7.1-rc0~17^2 (Modernize git calling conventions in
hook templates, 2010-03-02).
Thanks for the report,
Jonathan
--- End Message ---