git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [WIP][Patch v2 0/2] Ref-filter: unification of 'tag -l', 'branch -l' and 'for-each-ref'
@ 2015-05-25 12:39 Karthik Nayak
  2015-05-25 12:45 ` [PATCH v2 1/2] for-each-ref: re-structure code for moving to 'ref-filter' Karthik Nayak
  2015-05-25 12:45 ` [PATCH v2 2/2] ref-filter: move code from 'for-each-ref' Karthik Nayak
  0 siblings, 2 replies; 10+ messages in thread
From: Karthik Nayak @ 2015-05-25 12:39 UTC (permalink / raw)
  To: Git List; +Cc: Christian Couder, Matthieu Moy

Hello,

After the 1st version of the WIP patch ($gmane/269461) this is a follow up.

Changes since 1st version :
*	restructure to have 'struct ref_filter_data' which has a list of refs 
'struct ref_list list', and the filters to apply 'struct ref_filter filter'
*	reformat the commit to be better structured and easier to track
and more 'git blame' friendly.
*	other small changes.

Also I'll be maintaining a repo on Github where I'll be pushing code 
more often. https://github.com/KarthikNayak/git

--

Regards,
Karthik

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-05-28 11:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25 12:39 [WIP][Patch v2 0/2] Ref-filter: unification of 'tag -l', 'branch -l' and 'for-each-ref' Karthik Nayak
2015-05-25 12:45 ` [PATCH v2 1/2] for-each-ref: re-structure code for moving to 'ref-filter' Karthik Nayak
2015-05-25 17:15   ` Junio C Hamano
2015-05-25 17:59     ` Karthik Nayak
2015-05-25 19:39       ` Junio C Hamano
2015-05-26  6:58         ` Karthik Nayak
2015-05-26 15:49     ` Matthieu Moy
2015-05-28  7:08       ` Karthik Nayak
2015-05-28 11:26         ` Matthieu Moy
2015-05-25 12:45 ` [PATCH v2 2/2] ref-filter: move code from 'for-each-ref' Karthik Nayak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).