Re: [PATCH v4] filter-branch: fix errors caused by refs that point at non-committish

2018-04-08 Thread Junio C Hamano
Yuki Kokubun writes: > References: <1521996898-7052-1-git-send-email-orga.chem@gmail.com> > Content-Type: text/plain > > Sorry, I forgot add a line of "Reviewed-by". > I'm gonna send the fixed patch again. Do not worry too much about this. Reviewed-by: added by

Re: [PATCH v4] filter-branch: fix errors caused by refs that point at non-committish

2018-03-25 Thread Junio C Hamano
Yuki Kokubun writes: > "git filter-branch -- --all" prints error messages when processing refs that > point at objects that are not committish. Such refs can be created by > "git replace" with trees or blobs. And also "git tag" with trees or blobs can > create such refs.

Re: [PATCH v4] filter-branch: fix errors caused by refs that point at non-committish

2018-03-25 Thread Yuki Kokubun
References: <1521996898-7052-1-git-send-email-orga.chem@gmail.com> Content-Type: text/plain Sorry, I forgot add a line of "Reviewed-by". I'm gonna send the fixed patch again.

[PATCH v4] filter-branch: fix errors caused by refs that point at non-committish

2018-03-25 Thread Yuki Kokubun
"git filter-branch -- --all" prints error messages when processing refs that point at objects that are not committish. Such refs can be created by "git replace" with trees or blobs. And also "git tag" with trees or blobs can create such refs. Filter these problematic refs out early, before they