Re: [PATCH] Use path comparison for patch ids before the file content

2016-07-15 Thread Johannes Schindelin
Hi Kevin, congratulations for your first patch on the Git mailing list! On Thu, 14 Jul 2016, Kevin Willford wrote: > When limiting the list in a revision walk using cherry pick, patch ids are > calculated by producing the diff of the content of the files. This would > be more efficent by using

Re: [PATCH] Use path comparison for patch ids before the file content

2016-07-14 Thread Junio C Hamano
Kevin Willford writes: > When limiting the list in a revision walk using cherry pick, patch ids are > calculated by producing the diff of the content of the files. This would > be more efficent by using a patch id looking at the paths that were > changed in the commits and

[PATCH] Use path comparison for patch ids before the file content

2016-07-14 Thread Kevin Willford
When limiting the list in a revision walk using cherry pick, patch ids are calculated by producing the diff of the content of the files. This would be more efficent by using a patch id looking at the paths that were changed in the commits and only if all the file changed are the same fall back to