Re: [PATCH] Fix glob() function
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Jordi, On Aug 20 16:03, Jordi Sanfeliu wrote: > Hi Corinna, > > Thanks for accepting my patch. > > I'm afraid I'm too idiotized with the simplicity of GitHub, excuse my > ignorance. > > I've executed 'git format-patch' but it returned nothing. Then, I made a > local commit and after executing the command 'git format-patch -1 HEAD' it > created a file named > '0001-fixed-glob-function-to-return-GLOB_NOMATCH-if-patter.patch', which is > the file I sent you. It's not much of a prolem now, but I'm a bit puzzled because the output of `git format-patch' is usually a mail including some basic headers. These headers were missing from your attachment, so it didn't look like `git format-patch' output to me. Did I miss something? Thanks, Corinna