Re: [PATCH 00/13] New output style for git remote show
From: Jeff King <hidden>
Date: 2016-06-15 22:46:16
On Mon, Feb 23, 2009 at 01:28:48AM -0500, Jay Soffian wrote:
Jay Soffian (13):
remote: rename variable and eliminate redundant function call
remote: remove unused code in get_ref_states
remote: fix two inconsistencies in the output of "show <remote>"
remote: make get_remote_ref_states() always populate states.tracked
remote: name remote_refs consistently
string-list: new for_each_string_list() function
remote: new show output style
refactor duplicated get_local_heads() to remote.c
refactor duplicated ref_newer() to remote.c
remote.c: make match_refs() copy src ref before assigning to peer_ref
remote.c: don't short-circuit match_refs() when error in
match_explicit_refs()
remote.c: refactor get_remote_ref_states()
remote: new show output style for push refspecsI gave these a quick read (but not any extensive apply+build+experiment cycle), and they all look good to me. I don't know when I'll have time to try breaking them, though. ;) Thank you for splitting them. It made reading a lot more pleasant. -Peff