git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] index-pack: fix trivial typo in usage string
@ 2010-05-01 18:35 Michael J Gruber
  2010-05-02  6:33 ` Tay Ray Chuan
  0 siblings, 1 reply; 3+ messages in thread
From: Michael J Gruber @ 2010-05-01 18:35 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
---
 builtin/index-pack.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin/index-pack.c b/builtin/index-pack.c
index 7f32084..a89ae83 100644
--- a/builtin/index-pack.c
+++ b/builtin/index-pack.c
@@ -11,7 +11,7 @@
 #include "exec_cmd.h"
 
 static const char index_pack_usage[] =
-"git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
+"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
 
 struct object_entry
 {
-- 
1.7.1.328.g9993c

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] index-pack: fix trivial typo in usage string
  2010-05-01 18:35 [PATCH] index-pack: fix trivial typo in usage string Michael J Gruber
@ 2010-05-02  6:33 ` Tay Ray Chuan
  2010-05-02 13:11   ` Dmitrijs Ledkovs
  0 siblings, 1 reply; 3+ messages in thread
From: Tay Ray Chuan @ 2010-05-02  6:33 UTC (permalink / raw)
  To: Michael J Gruber; +Cc: git, Junio C Hamano

Hi,

On Sun, May 2, 2010 at 2:35 AM, Michael J Gruber
<git@drmicha.warpmail.net> wrote:
> -"git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
> +"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";

to save some eyeball-time, the change was s/---keep/--keep/.

-- 
Cheers,
Ray Chuan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] index-pack: fix trivial typo in usage string
  2010-05-02  6:33 ` Tay Ray Chuan
@ 2010-05-02 13:11   ` Dmitrijs Ledkovs
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitrijs Ledkovs @ 2010-05-02 13:11 UTC (permalink / raw)
  To: Tay Ray Chuan; +Cc: Michael J Gruber, git, Junio C Hamano

On 2 May 2010 07:33, Tay Ray Chuan <rctay89@gmail.com> wrote:
> Hi,
>
> On Sun, May 2, 2010 at 2:35 AM, Michael J Gruber
> <git@drmicha.warpmail.net> wrote:
>> -"git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
>> +"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
>
> to save some eyeball-time, the change was s/---keep/--keep/.
>

Thanks =)

I wonder if there is a normal email client which can syntax highlight
git-format-patch emails with per word changes ;-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-02 13:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-01 18:35 [PATCH] index-pack: fix trivial typo in usage string Michael J Gruber
2010-05-02  6:33 ` Tay Ray Chuan
2010-05-02 13:11   ` Dmitrijs Ledkovs

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).