* [PATCH V2] .gitignore: Add vim swap files
@ 2013-05-09 16:17 Julien Grall
2013-05-09 16:24 ` Andrew Cooper
2013-05-10 13:04 ` Ian Campbell
0 siblings, 2 replies; 10+ messages in thread
From: Julien Grall @ 2013-05-09 16:17 UTC (permalink / raw)
To: xen-devel; +Cc: andrew.cooper3, Julien Grall, Ian.Jackson, patches
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Changes in v2:
- update .hgignore
---
.gitignore | 1 +
.hgignore | 1 +
2 files changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 6753368..960c29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.orig
*.rej
*~
+*.swp
*.o
*.d
*.opic
diff --git a/.hgignore b/.hgignore
index 6b432f7..4bd24fc 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,6 +11,7 @@
.*\.tar\.bz2$
.*\.tar\.gz$
.*~$
+.swp$
.*\.tmp$
.*\.flc$
.*\.orig$
--
1.7.10.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-09 16:17 [PATCH V2] .gitignore: Add vim swap files Julien Grall
@ 2013-05-09 16:24 ` Andrew Cooper
2013-05-10 18:09 ` Ian Jackson
2013-05-10 13:04 ` Ian Campbell
1 sibling, 1 reply; 10+ messages in thread
From: Andrew Cooper @ 2013-05-09 16:24 UTC (permalink / raw)
To: Julien Grall
Cc: xen-devel@lists.xensource.com, Ian Jackson, patches@linaro.org
On 09/05/13 17:17, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
>
> Changes in v2:
> - update .hgignore
Much appreciated.
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> .gitignore | 1 +
> .hgignore | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 6753368..960c29e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -2,6 +2,7 @@
> *.orig
> *.rej
> *~
> +*.swp
> *.o
> *.d
> *.opic
> diff --git a/.hgignore b/.hgignore
> index 6b432f7..4bd24fc 100644
> --- a/.hgignore
> +++ b/.hgignore
> @@ -11,6 +11,7 @@
> .*\.tar\.bz2$
> .*\.tar\.gz$
> .*~$
> +.swp$
> .*\.tmp$
> .*\.flc$
> .*\.orig$
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-09 16:24 ` Andrew Cooper
@ 2013-05-10 18:09 ` Ian Jackson
2013-05-10 18:12 ` Ian Campbell
2013-05-10 18:15 ` Andrew Cooper
0 siblings, 2 replies; 10+ messages in thread
From: Ian Jackson @ 2013-05-10 18:09 UTC (permalink / raw)
To: Andrew Cooper
Cc: Julien Grall, xen-devel@lists.xensource.com, patches@linaro.org
Andrew Cooper writes ("Re: [PATCH V2] .gitignore: Add vim swap files"):
> On 09/05/13 17:17, Julien Grall wrote:
> > Signed-off-by: Julien Grall <julien.grall@linaro.org>
> >
> > Changes in v2:
> > - update .hgignore
>
> Much appreciated.
>
> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Nacked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> > diff --git a/.hgignore b/.hgignore
> > index 6b432f7..4bd24fc 100644
> > --- a/.hgignore
> > +++ b/.hgignore
> > @@ -11,6 +11,7 @@
> > .*\.tar\.bz2$
> > .*\.tar\.gz$
> > .*~$
> > +.swp$
AIUI the format of .hgignore files is lines containing
implicitly-^-anchored regexps.
So this is wrong. Please copy the (hideous) syntax of the other
entries.
Furthermore, while it's good to update both ignore files I think it's
fine to update only one of them if that's what's annoying you.
Ian.
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-10 18:09 ` Ian Jackson
@ 2013-05-10 18:12 ` Ian Campbell
2013-05-10 18:43 ` Ian Jackson
2013-05-10 18:15 ` Andrew Cooper
1 sibling, 1 reply; 10+ messages in thread
From: Ian Campbell @ 2013-05-10 18:12 UTC (permalink / raw)
To: Ian Jackson
Cc: Andrew Cooper, Julien Grall, xen-devel@lists.xensource.com,
patches@linaro.org
On Fri, 2013-05-10 at 19:09 +0100, Ian Jackson wrote:
> Andrew Cooper writes ("Re: [PATCH V2] .gitignore: Add vim swap files"):
> > On 09/05/13 17:17, Julien Grall wrote:
> > > diff --git a/.hgignore b/.hgignore
> > > index 6b432f7..4bd24fc 100644
> > > --- a/.hgignore
> > > +++ b/.hgignore
> > > @@ -11,6 +11,7 @@
> > > .*\.tar\.bz2$
> > > .*\.tar\.gz$
> > > .*~$
> > > +.swp$
>
> AIUI the format of .hgignore files is lines containing
> implicitly-^-anchored regexps.
>
> So this is wrong. Please copy the (hideous) syntax of the other
> entries.
If you read the rest of the thread you will find that I noted this and
fixed it as I committed it.
(Does your MUA not do threading?)
Ian.
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-10 18:12 ` Ian Campbell
@ 2013-05-10 18:43 ` Ian Jackson
0 siblings, 0 replies; 10+ messages in thread
From: Ian Jackson @ 2013-05-10 18:43 UTC (permalink / raw)
To: Ian Campbell
Cc: Andrew Cooper, Julien Grall, xen-devel@lists.xensource.com,
patches@linaro.org
Ian Campbell writes ("Re: [Xen-devel] [PATCH V2] .gitignore: Add vim swap files"):
> If you read the rest of the thread you will find that I noted this and
> fixed it as I committed it.
Yes.
> (Does your MUA not do threading?)
Sometimes it does threading...
Ian.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-10 18:09 ` Ian Jackson
2013-05-10 18:12 ` Ian Campbell
@ 2013-05-10 18:15 ` Andrew Cooper
2013-05-10 18:21 ` Ian Campbell
1 sibling, 1 reply; 10+ messages in thread
From: Andrew Cooper @ 2013-05-10 18:15 UTC (permalink / raw)
To: Ian Jackson
Cc: Julien Grall, xen-devel@lists.xensource.com, patches@linaro.org
On 10/05/13 19:09, Ian Jackson wrote:
> Andrew Cooper writes ("Re: [PATCH V2] .gitignore: Add vim swap files"):
>> On 09/05/13 17:17, Julien Grall wrote:
>>> Signed-off-by: Julien Grall <julien.grall@linaro.org>
>>>
>>> Changes in v2:
>>> - update .hgignore
>> Much appreciated.
>>
>> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Nacked-by: Ian Jackson <ian.jackson@eu.citrix.com>
>
>>> diff --git a/.hgignore b/.hgignore
>>> index 6b432f7..4bd24fc 100644
>>> --- a/.hgignore
>>> +++ b/.hgignore
>>> @@ -11,6 +11,7 @@
>>> .*\.tar\.bz2$
>>> .*\.tar\.gz$
>>> .*~$
>>> +.swp$
> AIUI the format of .hgignore files is lines containing
> implicitly-^-anchored regexps.
Nope - the documentation states otherwise
http://www.selenic.com/mercurial/hgignore.5.html
"Neither glob nor regexp patterns are rooted. A glob-syntax pattern of
the form *.c will match a file ending in .c in any directory, and a
regexp pattern of the form \.c$ will do the same. To root a regexp
pattern, start it with ^."
>
> So this is wrong. Please copy the (hideous) syntax of the other
> entries.
It is wrong because it failes to escape the literal . (which admittedly
I missed when reviewing it)
Just because the rest of the .hgignore is wrong doesn't mean new
additions shouldn't be.
~Andrew
>
> Furthermore, while it's good to update both ignore files I think it's
> fine to update only one of them if that's what's annoying you.
>
> Ian.
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-10 18:15 ` Andrew Cooper
@ 2013-05-10 18:21 ` Ian Campbell
0 siblings, 0 replies; 10+ messages in thread
From: Ian Campbell @ 2013-05-10 18:21 UTC (permalink / raw)
To: Andrew Cooper
Cc: Julien Grall, Ian Jackson, xen-devel@lists.xensource.com,
patches@linaro.org
On Fri, 2013-05-10 at 19:15 +0100, Andrew Cooper wrote:
> On 10/05/13 19:09, Ian Jackson wrote:
> > Andrew Cooper writes ("Re: [PATCH V2] .gitignore: Add vim swap files"):
> >> On 09/05/13 17:17, Julien Grall wrote:
> >>> Signed-off-by: Julien Grall <julien.grall@linaro.org>
> >>>
> >>> Changes in v2:
> >>> - update .hgignore
> >> Much appreciated.
> >>
> >> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
> > Nacked-by: Ian Jackson <ian.jackson@eu.citrix.com>
> >
> >>> diff --git a/.hgignore b/.hgignore
> >>> index 6b432f7..4bd24fc 100644
> >>> --- a/.hgignore
> >>> +++ b/.hgignore
> >>> @@ -11,6 +11,7 @@
> >>> .*\.tar\.bz2$
> >>> .*\.tar\.gz$
> >>> .*~$
> >>> +.swp$
> > AIUI the format of .hgignore files is lines containing
> > implicitly-^-anchored regexps.
>
> Nope - the documentation states otherwise
>
> http://www.selenic.com/mercurial/hgignore.5.html
>
> "Neither glob nor regexp patterns are rooted. A glob-syntax pattern of
> the form *.c will match a file ending in .c in any directory, and a
> regexp pattern of the form \.c$ will do the same. To root a regexp
> pattern, start it with ^."
>
> >
> > So this is wrong. Please copy the (hideous) syntax of the other
> > entries.
>
> It is wrong because it failes to escape the literal . (which admittedly
> I missed when reviewing it)
>
> Just because the rest of the .hgignore is wrong doesn't mean new
> additions shouldn't be.
I don't think anything is wrong with the current .hgignore, where the
precise path matters the entries are explicitly anchored with ^ e.g.
^docs/figs/xenserver\.eps$
^docs/html/.*$
^docs/interface/WARNINGS$
etc
Where only the extension or filename matters but not the path it isn't
anchored, like the examples in the context of the patch.
I fixed this is .*\.swp$ as I committed it, which is consistent with the
existing entries even though the ".*" is technically redundant AFAICT.
Ian.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-09 16:17 [PATCH V2] .gitignore: Add vim swap files Julien Grall
2013-05-09 16:24 ` Andrew Cooper
@ 2013-05-10 13:04 ` Ian Campbell
2013-05-10 13:14 ` Ian Campbell
1 sibling, 1 reply; 10+ messages in thread
From: Ian Campbell @ 2013-05-10 13:04 UTC (permalink / raw)
To: Julien Grall
Cc: Andrew Cooper, xen-devel@lists.xensource.com, Ian Jackson,
patches@linaro.org
On Thu, 2013-05-09 at 17:17 +0100, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
>
> Changes in v2:
> - update .hgignore
> ---
> .gitignore | 1 +
> .hgignore | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 6753368..960c29e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -2,6 +2,7 @@
> *.orig
> *.rej
> *~
> +*.swp
> *.o
> *.d
> *.opic
> diff --git a/.hgignore b/.hgignore
> index 6b432f7..4bd24fc 100644
> --- a/.hgignore
> +++ b/.hgignore
> @@ -11,6 +11,7 @@
> .*\.tar\.bz2$
> .*\.tar\.gz$
> .*~$
> +.swp$
hgignore is a regex, so I think this should be ".*\.swp$"
Ian.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-10 13:04 ` Ian Campbell
@ 2013-05-10 13:14 ` Ian Campbell
2013-05-10 13:33 ` Ian Campbell
0 siblings, 1 reply; 10+ messages in thread
From: Ian Campbell @ 2013-05-10 13:14 UTC (permalink / raw)
To: Julien Grall
Cc: Andrew Cooper, xen-devel@lists.xensource.com, Ian Jackson,
patches@linaro.org
On Fri, 2013-05-10 at 14:04 +0100, Ian Campbell wrote:
> On Thu, 2013-05-09 at 17:17 +0100, Julien Grall wrote:
> > Signed-off-by: Julien Grall <julien.grall@linaro.org>
> >
> > Changes in v2:
> > - update .hgignore
> > ---
> > .gitignore | 1 +
> > .hgignore | 1 +
> > 2 files changed, 2 insertions(+)
> >
> > diff --git a/.gitignore b/.gitignore
> > index 6753368..960c29e 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -2,6 +2,7 @@
> > *.orig
> > *.rej
> > *~
> > +*.swp
> > *.o
> > *.d
> > *.opic
> > diff --git a/.hgignore b/.hgignore
> > index 6b432f7..4bd24fc 100644
> > --- a/.hgignore
> > +++ b/.hgignore
> > @@ -11,6 +11,7 @@
> > .*\.tar\.bz2$
> > .*\.tar\.gz$
> > .*~$
> > +.swp$
>
> hgignore is a regex, so I think this should be ".*\.swp$"
Actually, I'll just make this change when I apply...
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH V2] .gitignore: Add vim swap files
2013-05-10 13:14 ` Ian Campbell
@ 2013-05-10 13:33 ` Ian Campbell
0 siblings, 0 replies; 10+ messages in thread
From: Ian Campbell @ 2013-05-10 13:33 UTC (permalink / raw)
To: Julien Grall
Cc: Andrew Cooper, xen-devel@lists.xensource.com, Ian Jackson,
patches@linaro.org
On Fri, 2013-05-10 at 14:14 +0100, Ian Campbell wrote:
> On Fri, 2013-05-10 at 14:04 +0100, Ian Campbell wrote:
> > On Thu, 2013-05-09 at 17:17 +0100, Julien Grall wrote:
> > > Signed-off-by: Julien Grall <julien.grall@linaro.org>
> > >
> > > Changes in v2:
> > > - update .hgignore
> > > ---
> > > .gitignore | 1 +
> > > .hgignore | 1 +
> > > 2 files changed, 2 insertions(+)
> > >
> > > diff --git a/.gitignore b/.gitignore
> > > index 6753368..960c29e 100644
> > > --- a/.gitignore
> > > +++ b/.gitignore
> > > @@ -2,6 +2,7 @@
> > > *.orig
> > > *.rej
> > > *~
> > > +*.swp
> > > *.o
> > > *.d
> > > *.opic
> > > diff --git a/.hgignore b/.hgignore
> > > index 6b432f7..4bd24fc 100644
> > > --- a/.hgignore
> > > +++ b/.hgignore
> > > @@ -11,6 +11,7 @@
> > > .*\.tar\.bz2$
> > > .*\.tar\.gz$
> > > .*~$
> > > +.swp$
> >
> > hgignore is a regex, so I think this should be ".*\.swp$"
>
> Actually, I'll just make this change when I apply...
Which I have now done...
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-05-10 18:43 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 16:17 [PATCH V2] .gitignore: Add vim swap files Julien Grall
2013-05-09 16:24 ` Andrew Cooper
2013-05-10 18:09 ` Ian Jackson
2013-05-10 18:12 ` Ian Campbell
2013-05-10 18:43 ` Ian Jackson
2013-05-10 18:15 ` Andrew Cooper
2013-05-10 18:21 ` Ian Campbell
2013-05-10 13:04 ` Ian Campbell
2013-05-10 13:14 ` Ian Campbell
2013-05-10 13:33 ` Ian Campbell
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.