git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 00/11] add options to for-each-ref
@ 2015-06-24 19:51 Karthik Nayak
  2015-06-24 19:53 ` [PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs Karthik Nayak
  0 siblings, 1 reply; 14+ messages in thread
From: Karthik Nayak @ 2015-06-24 19:51 UTC (permalink / raw)
  To: Git; +Cc: Matthieu Moy, Christian Couder

v4 of this patch series can be found here :
http://article.gmane.org/gmane.comp.version-control.git/272285

This is a continuation of my GSoC project to unify git tag -l, git
branch -l and for-each-ref. Continued from this patch series :
http://thread.gmane.org/gmane.comp.version-control.git/271563

Changes in v5:
03/11: grammatical changes.
04/11: grammatical changes.
05/11: remove unnecessary if statement and remove caps used in commit message.
06/11: use xcalloc instead of using a commit_list as we know the size
of the array.
07/11: s/<object>/[<object>]/ as the object is optional.
08/11: rename parse_opt_commit_object_name() to parse_opt_commits().
09/11: make branch.c also to use the macros.
11/11: s/<object>/[<object>]/ as the object is optional.

Thanks to Matthieu, Christian, Junio and Eric for the input on the
last iteration.

-- 
Regards,
Karthik Nayak

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

end of thread, other threads:[~2015-06-25  8:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24 19:51 [PATCH v5 00/11] add options to for-each-ref Karthik Nayak
2015-06-24 19:53 ` [PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 02/11] tag: libify parse_opt_points_at() Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 03/11] ref-filter: implement '--points-at' option Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 04/11] for-each-ref: add " Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 05/11] ref-filter: add parse_opt_merge_filter() Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 06/11] ref-filter: implement '--merged' and '--no-merged' options Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 07/11] for-each-ref: add " Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 08/11] parse-option: rename parse_opt_with_commit() Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 09/11] parse-options.h: add macros for '--contains' option Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 10/11] ref-filter: implement " Karthik Nayak
2015-06-24 19:53   ` [PATCH v5 11/11] for-each-ref: add " Karthik Nayak
2015-06-25  0:16   ` [PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs Junio C Hamano
2015-06-25  8:40     ` 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).