www.digitalmars.com         C & C++   DMDScript  

D.gnu - How to regenerate gcc patches

reply Johannes Pfau <nospam example.com> writes:
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
parent "Iain Buclaw via D.gnu" <d.gnu puremagic.com> writes:
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