git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thiago Farina <tfransosi@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Avoid the use of backslash-at-eol in pack-objects usage  string.
Date: Thu, 17 Sep 2009 19:06:41 -0300	[thread overview]
Message-ID: <a4c8a6d00909171506l6c4b6a49i22d7b337a0c6cfa2@mail.gmail.com> (raw)
In-Reply-To: <7vvdjhgrjv.fsf@alter.siamese.dyndns.org>

On Thu, Sep 17, 2009 at 7:00 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Thiago Farina <tfransosi@gmail.com> writes:
>
>> +static const char pack_usage[] =
>> +  "git pack-objects [{ -q | --progress | --all-progress }] \n"
>> +  "        [--max-pack-size=N] [--local] [--incremental] \n"
>> +  "        [--window=N] [--window-memory=N] [--depth=N] \n"
>> +  "        [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset] \n"
>> +  "        [--threads=N] [--non-empty] [--revs [--unpacked | --all]*] [--reflog] \n"
>> +  "        [--stdout | base-name] [--include-tag] \n"
>> +  "        [--keep-unreachable | --unpack-unreachable] \n"
>> +  "        [<ref-list | <object-list]";
>
> Do you still want to keep the trailing whitespace on these lines?
I did this to maintain the same output of the old string, but if you
want I can change, what you suggest?

  reply	other threads:[~2009-09-17 22:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-17 21:51 [PATCH] Avoid the use of backslash-at-eol in pack-objects usage string Thiago Farina
2009-09-17 22:00 ` Junio C Hamano
2009-09-17 22:06   ` Thiago Farina [this message]
2009-09-18  0:54     ` Junio C Hamano
2009-09-18 15:02       ` Thiago Farina
2009-09-18 19:11         ` Junio C Hamano
2009-09-18 21:40           ` Thiago Farina

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=a4c8a6d00909171506l6c4b6a49i22d7b337a0c6cfa2@mail.gmail.com \
    --to=tfransosi@gmail.com \
    --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).