Re: [PATCH] Add support to git-branch to show local and remote branches
From: Junio C Hamano <hidden>
Date: 2016-08-11 19:28:56
Andy Parkins [off-list ref] writes:
Instead of storing a list of refnames in append_ref, a list of structures is created. Each of these stores the refname and a symbolic constant representing its type.
Thanks. I'll drop the one in 'pu' and will replace with this patch but with style fixes and keeping the documentation updates from there.