Your message dated Thu, 11 Feb 2010 20:00:11 -0600
with message-id <[email protected]>
and subject line Re: git-core: [git] --all and --tags are not compatible
has caused the Debian Bug report #502567,
regarding git-core: [git] --all and --tags are not compatible
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.)
--
502567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502567
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.6.0.2-1
Severity: normal
Synopsis reads:
git push [--all | --mirror] [--dry-run] [--tags] ...
However it is not possible to specify this. It's a syntax error:
git push --all --tags <remote>
You're forced to do:
git push --all <remote>
git push --tags <remote>
SUGGESTION
Please correct the synopsis to reflect this:
git push [--all | --mirror | --tags ] [--dry-run] ...
-- 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.26-1-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-core depends on:
ii libc6 2.7-14 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.18.2-5 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 2.0.1-4 XML parsing C library - runtime li
ii perl-modules 5.10.0-15 Core Perl modules
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages git-core recommends:
ii less 418-1 Pager program similar to more
ii openssh-client [ssh-client] 1:5.1p1-3 secure shell client, an rlogin/rsh
ii patch 2.5.9-5 Apply a diff file to an original
ii rsync 3.0.3-2 fast remote file copy program (lik
Versions of packages git-core suggests:
pn git-arch <none> (no description available)
pn git-cvs <none> (no description available)
pn git-daemon-run <none> (no description available)
pn git-doc <none> (no description available)
ii git-email 1:1.6.0.2-1 fast, scalable, distributed revisi
pn git-gui <none> (no description available)
pn git-svn <none> (no description available)
pn gitk <none> (no description available)
pn gitweb <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:1.6.2.1-1
Jonathan Nieder wrote:
> fixed upstream by Gerrit Pape in commit bed5122f
> "Documentation/git-push: --all, --mirror, --tags can not be combined",
> part of upstream point release v1.6.2.1.
So closing. Thanks for the report.
--- End Message ---