List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 0/7] Use context structures in walk_tree() functions
@ 2013-03-03 17:06 cgit
  2013-03-03 17:06 ` [PATCH 1/7] ui-blob.c: Use a context structure in walk_tree() cgit
                   ` (8 more replies)
  0 siblings, 9 replies; 27+ messages in thread
From: cgit @ 2013-03-03 17:06 UTC (permalink / raw)


This turned out to be a bit harder than I expected. I split my initial
patch (plus additions) into several chunks that are hopefully a bit
easier to understand/follow.

All patches are based on the "Fix several whitespace errors" I submitted
earlier.

Lukas Fleischer (7):
  ui-blob.c: Use a context structure in walk_tree()
  ui-plain.c: Do not access match variable in print_*()
  ui-plain.c: Use a context structure in walk_tree()
  ui-tree.c: Pass current revision to print_object()
  ui-tree.c: Declare the state variable globally
  ui-tree.c: Drop the header variable
  ui-tree.c: Use a context structure in walk_tree()

 ui-blob.c  | 42 ++++++++++++++++++++++++++----------------
 ui-plain.c | 47 +++++++++++++++++++++++++++--------------------
 ui-tree.c  | 60 ++++++++++++++++++++++++++++++++----------------------------
 3 files changed, 85 insertions(+), 64 deletions(-)

-- 
1.8.2.rc0.247.g811e0c0





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

end of thread, other threads:[~2013-03-04  5:06 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-03 17:06 [PATCH 0/7] Use context structures in walk_tree() functions cgit
2013-03-03 17:06 ` [PATCH 1/7] ui-blob.c: Use a context structure in walk_tree() cgit
2013-03-03 19:56   ` mailings
2013-03-03 20:25     ` john
2013-03-03 20:33       ` mailings
2013-03-03 20:39         ` cgit
2013-03-03 20:41         ` john
2013-03-03 21:21           ` mailings
2013-03-03 23:49         ` Jason
2013-03-03 17:06 ` [PATCH 2/7] ui-plain.c: Do not access match variable in print_*() cgit
2013-03-03 17:06 ` [PATCH 3/7] ui-plain.c: Use a context structure in walk_tree() cgit
2013-03-03 20:04   ` mailings
2013-03-03 21:02     ` cgit
2013-03-03 21:12   ` [PATCH v2] " cgit
2013-03-03 17:06 ` [PATCH 4/7] ui-tree.c: Pass current revision to print_object() cgit
2013-03-03 17:06 ` [PATCH 5/7] ui-tree.c: Declare the state variable globally cgit
2013-03-03 20:08   ` mailings
2013-03-03 20:28     ` john
2013-03-03 20:42     ` cgit
2013-03-03 23:47   ` Jason
2013-03-03 23:54     ` cgit
2013-03-03 17:06 ` [PATCH 6/7] ui-tree.c: Drop the header variable cgit
2013-03-03 17:06 ` [PATCH 7/7] ui-tree.c: Use a context structure in walk_tree() cgit
2013-03-03 20:13   ` mailings
2013-03-03 20:43     ` cgit
2013-03-03 21:23 ` [PATCH 0/7] Use context structures in walk_tree() functions mailings
2013-03-04  5:06 ` Jason

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).