git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Refactoring: remove duplicated code
@ 2010-02-15 23:26 Michael Lukashov
  2010-02-15 23:26 ` [PATCH v2 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c Michael Lukashov
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Michael Lukashov @ 2010-02-15 23:26 UTC (permalink / raw)
  To: git; +Cc: Michael Lukashov

Hi,

Here is the 2nd iteration of my refactoring patches. 

Michael Lukashov (4):
  Refactoring: remove duplicated code from builtin-send-pack.c and
    transport.c
  Refactoring: connect.c: move duplicated code to get_host_and_port
  Refactoring: move duplicated code from builtin-pack-objects.c and
    fast-import.c to object.c
  Refactoring: remove duplicated code from builtin-checkout.c and
    merge-recursive.c

 builtin-checkout.c     |   18 -----
 builtin-fetch.c        |   20 +++---
 builtin-pack-objects.c |   27 -------
 builtin-send-pack.c    |  190 +----------------------------------------------
 connect.c              |   83 +++++++--------------
 fast-import.c          |   23 ------
 merge-recursive.c      |    2 +-
 merge-recursive.h      |    3 +
 object.c               |   20 +++++
 object.h               |    9 ++
 transport.c            |   27 +++----
 transport.h            |   11 +++
 12 files changed, 101 insertions(+), 332 deletions(-)

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

end of thread, other threads:[~2010-02-16 19:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 23:26 [PATCH v2 0/4] Refactoring: remove duplicated code Michael Lukashov
2010-02-15 23:26 ` [PATCH v2 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c Michael Lukashov
2010-02-16  2:16   ` Tay Ray Chuan
2010-02-16  7:29   ` Jeff King
2010-02-15 23:26 ` [PATCH v2 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port Michael Lukashov
2010-02-16  4:10   ` Larry D'Anna
2010-02-15 23:26 ` [PATCH v2 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c Michael Lukashov
2010-02-16 19:35   ` Junio C Hamano
2010-02-15 23:26 ` [PATCH v2 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c Michael Lukashov
2010-02-16 19:41   ` Junio C Hamano

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