D.gnu - How to regenerate gcc patches
- Johannes Pfau (4/4) Feb 05 2015 I think I've asked this before, but anyway:
- Iain Buclaw via D.gnu (7/11) Feb 05 2015 In more recent times, I've just gone with 'git diff' on a checked out
I think I've asked this before, but anyway: What's the exact command to generate the patches? I think we should document this somewhere to make sure there are no format changes in the patches which mess up git diffs.
Feb 05 2015
On 5 February 2015 at 13:14, Johannes Pfau via D.gnu <d.gnu puremagic.com> wrote:I think I've asked this before, but anyway: What's the exact command to generate the patches? I think we should document this somewhere to make sure there are no format changes in the patches which mess up git diffs.In more recent times, I've just gone with 'git diff' on a checked out gcc.git repo. Or 'git diff gcc' to only get changes to the ./gcc directory and below. Before that, it was 'diff -pur' Iain.
Feb 05 2015