From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: Possible regression in git-rev-list --header
Date: Sat, 30 Dec 2006 19:30:48 +0100 [thread overview]
Message-ID: <en6b34$8ni$1@sea.gmane.org> (raw)
In-Reply-To: e5bfff550612300956mef4691fqf607fad173c571da@mail.gmail.com
Marco Costalba wrote:
> When 'commitencoding' variable is set in config file then git-rev-list
> called with --header option sends also the encoding information.
>
> $ git rev-list --header -n1 HEAD
> 6d751699cb04150abd79a730187d4e2ed6330c05
> tree 70209eebdc59d108948feb15c3c5497f299ef290
> parent 49a8186d7352d0454df79b289fecb18c8e535c32
> author Marco Costalba <mcostalba@gmail.com> 1167500660 +0100
> committer Marco Costalba <mcostalba@gmail.com> 1167500660 +0100
> encoding UTF-8
>
> Test commit
>
> Let's see what git-rev-list --header spits out.
>
> Signed-off-by: Marco Costalba <mcostalba@gmail.com>
>
> $ git --version
> git version 1.5.0.rc0.g1ed48
>
>
> This is very unfortunate because qgit parsing routine it's totally
> broken after this change. Please revert the patch, or at least make
> git-rev-list --header quiet as default, IOW add an option
> --show-encoding that defaults to disabled.
Well, that is incompatibile change, but it also shows design errors
in qgit, as it should ignore unknown headers, and rely on "\n\n" to
separate header from the body. Isn't it?
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2006-12-30 18:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-30 17:56 Possible regression in git-rev-list --header Marco Costalba
2006-12-30 18:30 ` Jakub Narebski [this message]
2006-12-30 18:57 ` Johannes Schindelin
2006-12-30 20:20 ` Junio C Hamano
2006-12-30 22:19 ` Junio C Hamano
2006-12-31 1:13 ` Johannes Schindelin
2006-12-31 1:45 ` Junio C Hamano
2006-12-31 11:45 ` Marco Costalba
2006-12-31 15:27 ` Johannes Schindelin
2006-12-31 15:43 ` Marco Costalba
2007-01-01 3:21 ` Junio C Hamano
2007-01-02 21:32 ` Johannes Schindelin
2007-01-02 22:13 ` Junio C Hamano
2007-01-02 22:28 ` Johannes Schindelin
2007-01-02 22:29 ` Marco Costalba
2007-01-03 9:21 ` Marco Costalba
2007-01-03 10:10 ` Junio C Hamano
2007-01-03 10:21 ` Lars Hjemli
2007-01-03 10:35 ` Marco Costalba
2007-01-03 11:14 ` Lars Hjemli
2007-01-04 15:21 ` Andreas Ericsson
2007-01-04 15:18 ` Andreas Ericsson
2007-01-03 10:38 ` Lars Hjemli
2006-12-31 0:37 ` Johannes Schindelin
2006-12-30 20:22 ` [PATCH] Move commit reencoding parameter parsing to revision.c Junio C Hamano
2006-12-31 1:10 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='en6b34$8ni$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.