[PATCH 5/5] gitignore: Add a few forgotten file patterns

2020-04-23 Thread Hans Ulrich Niedermann
Add a few patterns to .gitignore to cover files which are generated by building grub ("make", "make check", "make dist") but which have been forgotten in the past. Signed-off-by: Hans Ulrich Niedermann --- .gitignore | 33 + 1 file changed, 33 insertions(+) diff

[PATCH 4/5] gitignore: Add leading slashes where appropriate

2020-04-23 Thread Hans Ulrich Niedermann
Going through the list of gitignore patterns without a slash, this adds a leading slash where it appears to have been forgotten. Some gitignore patterns like .deps/ or Makefile clearly should match everywhere, so those definitively need no leading slash. For some patterns like contrib or

[PATCH 3/5] gitignore: Consistent leading slash is easier to read

2020-04-23 Thread Hans Ulrich Niedermann
As all gitignore patterns containing a left or middle slash match only relative to the .gitignore file's directory, we write them all in the same manner with a leading slash. This makes the file significantly easier to read. Signed-off-by: Hans Ulrich Niedermann --- .gitignore | 88

[PATCH 2/5] gitignore: Sort both pattern groups alphabetically

2020-04-23 Thread Hans Ulrich Niedermann
Alphabetically sort the two groups of gitignore patterns: * The group of patterns with slashes, matching relative to the .gitignore file's directory * The group of patterns without slashes, matching anywhere in the directory subtree. Signed-off-by: Hans Ulrich Niedermann ---

[PATCH 1/5] gitignore: Group patterns with and without slash

2020-04-23 Thread Hans Ulrich Niedermann
Group the .gitignore patterns into two groups: * Patterns including a slash, i.e. matching only relative to the .gitignore file's directory. * Pattern not including a slash, i.e. matching files anywhere in the .gitignore file's directory and all of its subdirectories. Signed-off-by:

[PATCH 0/5] gitignore: Clean up most of the gitignore mess

2020-04-23 Thread Hans Ulrich Niedermann
Daniel Kiper has asked me to provide the following set of four patches: 1. Split patterns into two groups. 2. Alphabetically sort the patterns within each group. 3. Add / to patterns which should have one. 4. Add missing patterns. However, I found that there was one step missing on the

Re: How to submit patches and patchsets via grub-devel

2020-04-23 Thread Daniel Axtens
Hi Hans, > Hello, > > as I am continuing to flood this mailing list with patches, I am > realizing that I am missing some general rules for how things work on > grub-devel. Sorry for the inconvenience caused by that. > > Anyway, here are a few questions I am beginning realize I should know > the

Re: How to submit patches and patchsets via grub-devel

2020-04-23 Thread Eli Schwartz
On 4/23/20 10:20 AM, Hans Ulrich Niedermann wrote: > Hello, > > as I am continuing to flood this mailing list with patches, I am > realizing that I am missing some general rules for how things work on > grub-devel. Sorry for the inconvenience caused by that. > > Anyway, here are a few questions

How to submit patches and patchsets via grub-devel

2020-04-23 Thread Hans Ulrich Niedermann
Hello, as I am continuing to flood this mailing list with patches, I am realizing that I am missing some general rules for how things work on grub-devel. Sorry for the inconvenience caused by that. Anyway, here are a few questions I am beginning realize I should know the answers to before

Re: [PATCH] docs: Fix numerous minor mistakes in grub.info

2020-04-23 Thread Leif Lindholm
On Thu, Apr 16, 2020 at 15:03:44 +0200, Hans Ulrich Niedermann wrote: > Fix minor mistakes like spelling errors, missing articles > like 'a' and 'the', wrong word order, unnecessary trailing > spaces, missing periods, and similar things. > > This patch does not change the intended meaning of the

Re: [PATCH] Don't run f2fs test on systems with PAGE_SIZE > 4KB

2020-04-23 Thread Daniel Kiper
On Thu, Apr 23, 2020 at 12:10:07PM +0300, Anatoly Pugachev wrote: > On Tue, Jul 30, 2019 at 3:10 PM Anatoly Pugachev wrote: > > > > On Tue, Jul 30, 2019 at 1:00 PM John Paul Adrian Glaubitz > > wrote: > > > On 7/30/19 10:11 AM, Anatoly Pugachev wrote: > > > > don't run f2fs test on systems with

Re: 119 grub commands not documented in grub.texi

2020-04-23 Thread Daniel Kiper
On Wed, Apr 22, 2020 at 09:29:13PM +0200, Hans Ulrich Niedermann wrote: > On Wed, 22 Apr 2020 12:10:31 +0200 > Daniel Kiper wrote: > > > On Sat, Apr 18, 2020 at 12:53:12PM +0200, Hans Ulrich Niedermann > > wrote: > > > I have noticed that there are two commands documented in grub.texi > > > which

Re: [PATCH 2/3] docs: Remove docs for non-existing pxe_unload command

2020-04-23 Thread Daniel Kiper
On Wed, Apr 22, 2020 at 09:32:41PM +0200, Hans Ulrich Niedermann wrote: > Remove the documentation for the pxe_unload command from > the docs/grub.texi file. > > The pxe_unload command is not implemented in the grub > source at all and appears to have been removed in commit >

Re: [PATCH] gitignore: Add a few forgotten files

2020-04-23 Thread Daniel Kiper
On Wed, Apr 22, 2020 at 10:31:35PM +0200, Hans Ulrich Niedermann wrote: > On Wed, 22 Apr 2020 21:54:14 +0200 > John Paul Adrian Glaubitz wrote: > > > On 4/22/20 9:44 PM, Hans Ulrich Niedermann wrote: > > > Signed-off-by: Hans Ulrich Niedermann > > > --- > > > .gitignore | 3 +++ > > > 1 file

Re: [PATCH] Don't run f2fs test on systems with PAGE_SIZE > 4KB

2020-04-23 Thread Anatoly Pugachev
On Tue, Jul 30, 2019 at 3:10 PM Anatoly Pugachev wrote: > > On Tue, Jul 30, 2019 at 1:00 PM John Paul Adrian Glaubitz > wrote: > > On 7/30/19 10:11 AM, Anatoly Pugachev wrote: > > > don't run f2fs test on systems with PAGE_SIZE > 4096 bytes. > > > Since f2fs is not supported on this systems