Re: [[PATCH v2] 0/4] Use header data patch ids for rebase to avoid loading file content

2016-08-01 Thread Johannes Schindelin
that the contents of the files do not have to be > > loaded in order to determine if two commits are different. > > > Subject: Re: [[PATCH v2] 0/4] Use header data patch ids for rebase to avoid > > loading file content > > Did you do "format-patch --subject-prefix=&

Re: [[PATCH v2] 0/4] Use header data patch ids for rebase to avoid loading file content

2016-07-29 Thread Junio C Hamano
rmine if two commits are different. > Subject: Re: [[PATCH v2] 0/4] Use header data patch ids for rebase to avoid > loading file content Did you do "format-patch --subject-prefix='[PATCH v2]'" or something like that? When applied, that would result in a commit title like thi

[[PATCH v2] 0/4] Use header data patch ids for rebase to avoid loading file content

2016-07-29 Thread Kevin Willford
This patch series is to remove the hand rolled hashmap in the patch_ids and use the hashmap.h implementation. It also introduces the idea of having a header only patch id so that the contents of the files do not have to be loaded in order to determine if two commits are different. Kevin Willford