RE: -EXT-Re: Problem with git diff

2019-07-09 Thread McRoberts, John
ing a copy. ** -Original Message- From: Elijah Newren Sent: Tuesday, July 9, 2019 4:13 PM To: McRoberts, John Cc: git@vger.kernel.org Subject: -EXT-Re: Problem with git diff WARNING: This message is from an external source. Evaluate the message carefu

Re: Problem with git diff

2019-07-09 Thread Elijah Newren
On Tue, Jul 9, 2019 at 4:30 PM Bryan Turner wrote: > > On Tue, Jul 9, 2019 at 4:13 PM Elijah Newren wrote: > > > > Hi John, > > > > On Tue, Jul 9, 2019 at 3:57 PM McRoberts, John > > wrote: > > > > > > I am responsible for generating a list of all files changed between two > > > successive rele

Re: Problem with git diff

2019-07-09 Thread Bryan Turner
On Tue, Jul 9, 2019 at 4:13 PM Elijah Newren wrote: > > Hi John, > > On Tue, Jul 9, 2019 at 3:57 PM McRoberts, John wrote: > > > > I am responsible for generating a list of all files changed between two > > successive releases of software. I was using 'git diff' but have run into a > > problem. >

Re: Problem with git diff

2019-07-09 Thread Elijah Newren
Hi John, On Tue, Jul 9, 2019 at 3:57 PM McRoberts, John wrote: > > I am responsible for generating a list of all files changed between two > successive releases of software. I was using 'git diff' but have run into a > problem. > > Consider the following situation: A development branch comes off

Problem with git diff

2019-07-09 Thread McRoberts, John
I am responsible for generating a list of all files changed between two successive releases of software. I was using 'git diff' but have run into a problem. Consider the following situation: A development branch comes off of commit A and files are changed three times. A tag (REL1) is placed on th