[git-users] Finding which files does a given patch changes

2016-05-06 Thread Kevin Wilson
Hi, Suppose you have a patch named 0001-great_change.patch Is there a way by which, using some git command, you can find out which files this patch changes, without that you will edit (or cat/more ) that 0001-great_change.patch file? Regards, Kevin -- You received this message because you are s

Re: [git-users] Finding which files does a given patch changes

2016-05-06 Thread Konstantin Khomoutov
On Fri, 6 May 2016 18:56:01 +0300 Kevin Wilson wrote: > Suppose you have a patch named 0001-great_change.patch > > Is there a way by which, using some git command, you can find out > which files this patch changes, without that > you will edit (or cat/more ) that 0001-great_change.patch file? H

Re: [git-users] Finding which files does a given patch changes

2016-05-06 Thread Philip Oakley
- Original Message - From: "Kevin Wilson" Hi, Suppose you have a patch named 0001-great_change.patch Is there a way by which, using some git command, you can find out which files this patch changes, without that you will edit (or cat/more ) that 0001-great_change.patch file? Regards, K