git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/11] create ref-filter from for-each-ref
@ 2015-06-06 13:43 Karthik Nayak
  2015-06-06 13:48 ` [PATCH v6 01/11] for-each-ref: extract helper functions out of grab_single_ref() Karthik Nayak
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Karthik Nayak @ 2015-06-06 13:43 UTC (permalink / raw)
  To: Git List; +Cc: Christian Couder, Matthieu Moy

Version four of this patch can be found here :
http://www.mail-archive.com/git@vger.kernel.org/msg70280.html

v5 : http://www.mail-archive.com/git@vger.kernel.org/msg70888.html

Changes in v5:
*    Rename functions to better suit the code.
*    implement filter_refs()
*    use FLEX_ARRAY for refname
*    other small changes

Changes in v6:
*	based on latest master branch (github.com/git/git)
*	rename variables named sort to sorting.
-- 
Regards,
Karthik

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

end of thread, other threads:[~2015-06-08 18:37 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06 13:43 [PATCH v6 0/11] create ref-filter from for-each-ref Karthik Nayak
2015-06-06 13:48 ` [PATCH v6 01/11] for-each-ref: extract helper functions out of grab_single_ref() Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 02/11] for-each-ref: clean up code Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 03/11] for-each-ref: rename 'refinfo' to 'ref_array_item' Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 04/11] for-each-ref: introduce new structures for better organisation Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 05/11] for-each-ref: introduce 'ref_array_clear()' Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 06/11] for-each-ref: rename some functions and make them public Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 07/11] for-each-ref: rename variables called sort to sorting Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 08/11] ref-filter: add 'ref-filter.h' Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 09/11] ref-filter: move code from 'for-each-ref' Karthik Nayak
2015-06-07 10:34     ` Karthik Nayak
2015-06-08 17:08       ` Matthieu Moy
2015-06-08 17:13         ` Karthik Nayak
2015-06-08 18:08           ` Junio C Hamano
2015-06-06 13:48   ` [PATCH v6 10/11] for-each-ref: introduce filter_refs() Karthik Nayak
2015-06-07 10:36     ` Karthik Nayak
2015-06-08 18:15       ` Junio C Hamano
2015-06-08 18:37         ` Karthik Nayak
2015-06-06 13:48   ` [PATCH v6 11/11] ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname Karthik Nayak
2015-06-08 18:02   ` [PATCH v6 01/11] for-each-ref: extract helper functions out of grab_single_ref() Junio C Hamano
2015-06-08 18:33     ` Karthik Nayak
2015-06-07 12:03 ` [PATCH v6 0/11] create ref-filter from for-each-ref Karthik Nayak
2015-06-08 17:15 ` Matthieu Moy
2015-06-08 17:18   ` 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).