This is part of my GSoC project to unify git tag -l, git branch -l, git for-each-ref. This patch series is continued from: Git (next) https://github.com/git/git/commit/bf5418f49ff0cebc6e5ce04ad1417e1a47c81b61 This series consists of porting branch.c over to using the ref-filter APIs. This does not involve the usage of show_ref_array_item() as it has its own changes to be made, and on suggestion of my mentors I have decided to split the porting of branch.c to this and eventually implementation of the "--format" option. The RFC version can be found here : article.gmane.org/gmane.comp.version-control.git/274737 This is a follow up to the port of tag.c to use ref-filter APIs. (currently in the 9th iteration) Changes : * Change the order of ref_kind[] structure in filter_branch_kind. * Commit message changes. * Comments added if required. * Small code changes. No interdiff as this was a split version and might as well be treated as the start of the patch series. -- Regards, Karthik Nayak -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html