Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250312
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Linux 4.3-rc6 |
| Date | 2015-10-19 05:00 +0200 |
| Message-ID | <ql8Q2-85X-11@gated-at.bofh.it> (permalink) |
| References | <ql5Sa-3L9-3@gated-at.bofh.it> <ql8wF-7IR-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Oct 18, 2015 at 7:38 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>
> When using 'patch' and patch-4.3-rc6.gz to create a Linux 4.3-rc6 source tree,
> scripts/kernel-doc-xml-ref is not created as executable. (This has been
> happening for several -rc releases now).
'patch' doesn't know anything about file modes. It ignores all the
nice git extensions, and has no idea what the line
new file mode 100755
means in a git patch.
(Well, at least traditional "patch" doesn't understand it. I know some
people have worked at adding basic git patch support to newer versions
of "patch", since things like git rename patches etc are obviously so
superior to traditional patches).
> Am I doing something wrong? (other than not using git)
Use git.
You can use "git apply" as a replacement for "patch", even if you
don't actually use a git repository or use git in any other form.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Linux 4.3-rc6 Linus Torvalds <torvalds@linux-foundation.org> - 2015-10-19 01:50 +0200
Re: Linux 4.3-rc6 Randy Dunlap <rdunlap@infradead.org> - 2015-10-19 04:40 +0200
Re: Linux 4.3-rc6 Linus Torvalds <torvalds@linux-foundation.org> - 2015-10-19 05:00 +0200
linux-next: no releases after tomorrow for 10 days (Was: Linux 4.3-rc6) Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-21 01:40 +0200
Re: linux-next: no releases after tomorrow for 10 days (Was: Linux 4.3-rc6) Al Viro <viro@ZenIV.linux.org.uk> - 2015-10-21 02:10 +0200
csiph-web