Re: [PATCH v6 00/17] Port branch.c to use ref-filter's printing options
From: Karthik Nayak <hidden>
Date: 2016-06-16 02:19:25
On Tue, May 17, 2016 at 3:42 AM, Junio C Hamano [off-list ref] wrote:
Karthik Nayak [off-list ref] writes:quoted
This is part of unification of the commands 'git tag -l, git branch -l and git for-each-ref'. This ports over branch.c to use ref-filter's printing options. Initially posted here: $(gmane/279226). It was decided that this series would follow up after refactoring ref-filter parsing mechanism, which is now merged into master (9606218b32344c5c756f7c29349d3845ef60b80c).9606218b?
I believe it should be 50cd83dca100174ba95baa9f6ed8426bce731ac2
quoted
Changes in this version: 1. Rebased on top of f307218 (t6302: simplify non-gpg cases).$ git checkout f307218 $ git am 0001-ref-filter-implement-if.txt Applying: ref-filter: implement %(if), %(then), and %(else) atoms error: patch failed: Documentation/git-for-each-ref.txt:181 error: Documentation/git-for-each-ref.txt: patch does not apply Patch failed at 0001 ref-filter: implement %(if), %(then), and %(else) atoms The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".
Hello, sorry for the confusion, it's built on top of 'next' which contains f307218 (t6302: simplify non-gpg cases). The merge conflict is due to the commit made by you 1cca17df (Documentation: fix linkgit references). -- Regards, Karthik