* [PATCH] Documentation: fix a typo in git-apply.txt
@ 2011-03-03 9:28 Michał Kiedrowicz
2011-03-03 23:28 ` Junio C Hamano
0 siblings, 1 reply; 5+ messages in thread
From: Michał Kiedrowicz @ 2011-03-03 9:28 UTC (permalink / raw)
To: Git List; +Cc: Michał Kiedrowicz
git-apply accepts the --cached option, not --cache.
Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
---
Documentation/git-apply.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git Documentation/git-apply.txt Documentation/git-apply.txt
index 881652f..2dcfc09 100644
--- Documentation/git-apply.txt
+++ Documentation/git-apply.txt
@@ -22,7 +22,7 @@ DESCRIPTION
-----------
Reads the supplied diff output (i.e. "a patch") and applies it to files.
With the `--index` option the patch is also applied to the index, and
-with the `--cache` option the patch is only applied to the index.
+with the `--cached` option the patch is only applied to the index.
Without these options, the command applies the patch only to files,
and does not require them to be in a git repository.
--
1.7.4.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: fix a typo in git-apply.txt
2011-03-03 9:28 [PATCH] Documentation: fix a typo in git-apply.txt Michał Kiedrowicz
@ 2011-03-03 23:28 ` Junio C Hamano
2011-03-04 7:56 ` Michal Kiedrowicz
0 siblings, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2011-03-03 23:28 UTC (permalink / raw)
To: Michał Kiedrowicz; +Cc: Git List
Michał Kiedrowicz <michal.kiedrowicz@gmail.com> writes:
> git-apply accepts the --cached option, not --cache.
>
> Signed-off-by: Micha=C5=82 Kiedrowicz <michal.kiedrowicz@gmail.com>
> ---
> Documentation/git-apply.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git Documentation/git-apply.txt Documentation/git-apply.txt
> index 881652f..2dcfc09 100644
> --- Documentation/git-apply.txt
> +++ Documentation/git-apply.txt
What kind of crap is this?
We really should make it much harder for people to use funky src/dst
prefix when generating patches.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: fix a typo in git-apply.txt
2011-03-03 23:28 ` Junio C Hamano
@ 2011-03-04 7:56 ` Michal Kiedrowicz
2011-03-04 8:31 ` Eric Raible
0 siblings, 1 reply; 5+ messages in thread
From: Michal Kiedrowicz @ 2011-03-04 7:56 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git List
On 03.03.2011 15:28:45 -0800 Junio C Hamano <gitster@pobox.com> wrote:
> Michał Kiedrowicz <michal.kiedrowicz@gmail.com> writes:
>
> > git-apply accepts the --cached option, not --cache.
> >
> > Signed-off-by: Micha=C5=82 Kiedrowicz <michal.kiedrowicz@gmail.com>
> > ---
> > Documentation/git-apply.txt | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git Documentation/git-apply.txt Documentation/git-apply.txt
> > index 881652f..2dcfc09 100644
> > --- Documentation/git-apply.txt
> > +++ Documentation/git-apply.txt
>
> What kind of crap is this?
>
> We really should make it much harder for people to use funky src/dst
> prefix when generating patches.
It's called diff.noprefix=true :). I use it @work to easily copy/paste
paths from git-diff output. I guess I should somehow make git.git
config ignore global settings.
---
From: =?UTF-8?q?Micha=C5=82=20Kiedrowicz?= <michal.kiedrowicz@gmail.com>
Date: Thu, 3 Mar 2011 09:51:46 +0100
Subject: [PATCH] Documentation: fix a typo in git-apply.txt
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
git-apply accepts the --cached option, not --cache.
Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
---
Documentation/git-apply.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt
index 881652f..2dcfc09 100644
--- a/Documentation/git-apply.txt
+++ b/Documentation/git-apply.txt
@@ -22,7 +22,7 @@ DESCRIPTION
-----------
Reads the supplied diff output (i.e. "a patch") and applies it to files.
With the `--index` option the patch is also applied to the index, and
-with the `--cache` option the patch is only applied to the index.
+with the `--cached` option the patch is only applied to the index.
Without these options, the command applies the patch only to files,
and does not require them to be in a git repository.
--
1.7.4.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: Re: [PATCH] Documentation: fix a typo in git-apply.txt
2011-03-04 7:56 ` Michal Kiedrowicz
@ 2011-03-04 8:31 ` Eric Raible
2011-03-04 10:43 ` Michal Kiedrowicz
0 siblings, 1 reply; 5+ messages in thread
From: Eric Raible @ 2011-03-04 8:31 UTC (permalink / raw)
To: Michal Kiedrowicz; +Cc: Junio C Hamano, Git List
On 11:59 AM, Michal Kiedrowicz wrote:
> On 03.03.2011 15:28:45 -0800 Junio C Hamano <gitster@pobox.com> wrote:
>
>> Michał Kiedrowicz <michal.kiedrowicz@gmail.com> writes:
>>
>>> git-apply accepts the --cached option, not --cache.
>>>
>>> Signed-off-by: Micha=C5=82 Kiedrowicz <michal.kiedrowicz@gmail.com>
>>> ---
>>> Documentation/git-apply.txt | 2 +-
>>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git Documentation/git-apply.txt Documentation/git-apply.txt
>>> index 881652f..2dcfc09 100644
>>> --- Documentation/git-apply.txt
>>> +++ Documentation/git-apply.txt
>>
>> What kind of crap is this?
>>
>> We really should make it much harder for people to use funky src/dst
>> prefix when generating patches.
>
> It's called diff.noprefix=true :). I use it @work to easily copy/paste
> paths from git-diff output. I guess I should somehow make git.git
> config ignore global settings.
The local config will override the global settings automatically.
git config diff.noprefix false
Should do it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: fix a typo in git-apply.txt
2011-03-04 8:31 ` Eric Raible
@ 2011-03-04 10:43 ` Michal Kiedrowicz
0 siblings, 0 replies; 5+ messages in thread
From: Michal Kiedrowicz @ 2011-03-04 10:43 UTC (permalink / raw)
To: Eric Raible; +Cc: Junio C Hamano, Git List
On 04.03.2011 00:31:01 -0800 Eric Raible <raible@nextest.com> wrote:
> On 11:59 AM, Michal Kiedrowicz wrote:
> > On 03.03.2011 15:28:45 -0800 Junio C Hamano <gitster@pobox.com>
> > wrote:
> >
> >> Michał Kiedrowicz <michal.kiedrowicz@gmail.com> writes:
> >>
> >>> git-apply accepts the --cached option, not --cache.
> >>>
> >>> Signed-off-by: Micha=C5=82 Kiedrowicz
> >>> <michal.kiedrowicz@gmail.com> ---
> >>> Documentation/git-apply.txt | 2 +-
> >>> 1 files changed, 1 insertions(+), 1 deletions(-)
> >>>
> >>> diff --git Documentation/git-apply.txt Documentation/git-apply.txt
> >>> index 881652f..2dcfc09 100644
> >>> --- Documentation/git-apply.txt
> >>> +++ Documentation/git-apply.txt
> >>
> >> What kind of crap is this?
> >>
> >> We really should make it much harder for people to use funky
> >> src/dst prefix when generating patches.
> >
> > It's called diff.noprefix=true :). I use it @work to easily
> > copy/paste paths from git-diff output. I guess I should somehow
> > make git.git config ignore global settings.
>
> The local config will override the global settings automatically.
>
> git config diff.noprefix false
>
> Should do it.
>
Yeah, I know, that's what I did eventually. I meant something like
git config core.ignoreGlobalConfig true
to protect from all changes set in ~/.gitconfig.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-04 10:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03 9:28 [PATCH] Documentation: fix a typo in git-apply.txt Michał Kiedrowicz
2011-03-03 23:28 ` Junio C Hamano
2011-03-04 7:56 ` Michal Kiedrowicz
2011-03-04 8:31 ` Eric Raible
2011-03-04 10:43 ` Michal Kiedrowicz
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).