From: Carlos Rica <jasampler@gmail.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org, gitster@pobox.com
Subject: Re: [PATCH] builtin-tag.c: remove global variable to use the callback data of git-config.
Date: Tue, 10 Mar 2009 15:00:55 +0100 [thread overview]
Message-ID: <1b46aba20903100700ob46a797lcf600e0ae868a35f@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0903101432010.14295@intel-tinevez-2-302>
Please, don't even try to apply this patch, since long lines are wrapped.
I will send it fixed, sorry by the inconvenience.
On Tue, Mar 10, 2009 at 2:34 PM, Johannes Schindelin
<Johannes.Schindelin@gmx.de> wrote:
> Hi,
>
> On Tue, 10 Mar 2009, Carlos Rica wrote:
>
>>
>> Signed-off-by: Carlos Rica <jasampler@yahoo.es>
>
> Good to see you again!
Thanks!
>
> BTW do you want to be recorded with a different email address in the
> author line than in the S-O-B?
Thank you for notify it, Johannes! That's was another mistake here,
I wanted to use the gmail account for this, I will change it when I
send this fixed.
>> -static int do_sign(struct strbuf *buffer)
>> +struct char_array {
>> + char *buf;
>> + size_t size;
>> +};
>
> That looks very much like you want a struct strbuf, no?
I was asking exactly that, in the hidden lines of the patch,
so if everybody prefers the strbuf solution I will use it, and then,
we should choose if there must be a limit for the signing key id max length
(now 1000) since by using dynamic memory it would not be required.
> Ciao,
> Dscho
>
>
next prev parent reply other threads:[~2009-03-10 14:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-10 13:03 [PATCH] builtin-tag.c: remove global variable to use the callback data of git-config Carlos Rica
2009-03-10 13:34 ` Johannes Schindelin
2009-03-10 14:00 ` Carlos Rica [this message]
2009-03-10 16:36 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2009-03-14 7:17 Carlos Rica
2009-03-14 20:54 ` Junio C Hamano
2009-03-16 11:46 ` Carlos Rica
2009-03-17 14:43 Carlos Rica
2009-03-17 15:47 ` Johannes Schindelin
2009-03-17 17:57 ` Carlos Rica
2009-03-17 18:45 ` Junio C Hamano
2009-03-17 22:27 ` Johannes Schindelin
2009-03-18 0:50 ` Carlos Rica
2009-03-24 19:54 Carlos Rica
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=1b46aba20903100700ob46a797lcf600e0ae868a35f@mail.gmail.com \
--to=jasampler@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).