Andy Parkins [off-list ref] writes:
On Friday 2006 November 03 12:08, Junio C Hamano wrote:
quoted
quoted
+static int tidy_ref_list( struct ref_list *ref_list )
Style. No spaces before or after parameter list.
Bah! It's so hard getting my fingers to remember what style goes in which
project :-)
quoted
I see you already parse "refs/tags" prefix. "git branch" would
not print tags, but that part might be useful when we want to
redo git-tag in C.
I'm going to have a look at that soon;...
Just to make sure you do not misunderstand. I do not see much
need for rewriting git-tag in C right now, and often it is more
convenient to leave higher layer commands in shell scripts to
allow people to try out new things and flush out UI issues. I
was merely pointing out that part of the code would be usable if
we were to do it.