All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fast-export: simplification
@ 2013-09-01  7:05 Felipe Contreras
  2013-09-01  7:05 ` [PATCH 1/2] fast-export: make extra_refs global Felipe Contreras
  2013-09-01  7:05 ` [PATCH 2/2] fast-export: refactor get_tags_and_duplicates() Felipe Contreras
  0 siblings, 2 replies; 5+ messages in thread
From: Felipe Contreras @ 2013-09-01  7:05 UTC (permalink / raw)
  To: git; +Cc: Erik Faye-Lund, Elijah Newren, Thiago Farina, Felipe Contreras

Hi,

No functional changes, but get_tags_and_duplicates() is quite complex as it is,
and can be simplified by spliting code into a separate function.

Felipe Contreras (2):
  fast-export: make extra_refs global
  fast-export: refactor get_tags_and_duplicates()

 builtin/fast-export.c | 87 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 47 insertions(+), 40 deletions(-)

-- 
1.8.4-337-g7358a66-dirty

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

end of thread, other threads:[~2013-09-03 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01  7:05 [PATCH 0/2] fast-export: simplification Felipe Contreras
2013-09-01  7:05 ` [PATCH 1/2] fast-export: make extra_refs global Felipe Contreras
2013-09-01  7:05 ` [PATCH 2/2] fast-export: refactor get_tags_and_duplicates() Felipe Contreras
2013-09-03 19:44   ` Junio C Hamano
2013-09-03 20:17     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.