git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Lib-ify functions in builtin.h
@ 2020-03-21 10:29 Denton Liu
  2020-03-21 10:29 ` [PATCH 1/2] Lib-ify fmt-merge-msg Denton Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Denton Liu @ 2020-03-21 10:29 UTC (permalink / raw)
  To: Git Mailing List

In builtin.h, there exist a couple of functions that are very lib-ish.
Extract these functions into their own files which should make more
organizational sense.

Denton Liu (2):
  Lib-ify fmt-merge-msg
  Lib-ify prune-packed

 Makefile                |   2 +
 builtin.h               |  16 -
 builtin/fmt-merge-msg.c | 655 +---------------------------------------
 builtin/prune-packed.c  |  44 +--
 builtin/prune.c         |   1 +
 builtin/repack.c        |   1 +
 fmt-merge-msg.c         | 653 +++++++++++++++++++++++++++++++++++++++
 fmt-merge-msg.h         |  13 +
 prune-packed.c          |  43 +++
 prune-packed.h          |   9 +
 10 files changed, 724 insertions(+), 713 deletions(-)
 create mode 100644 fmt-merge-msg.c
 create mode 100644 prune-packed.c
 create mode 100644 prune-packed.h

-- 
2.25.0.114.g5b0ca878e0


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

end of thread, other threads:[~2020-03-24  1:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-21 10:29 [PATCH 0/2] Lib-ify functions in builtin.h Denton Liu
2020-03-21 10:29 ` [PATCH 1/2] Lib-ify fmt-merge-msg Denton Liu
2020-03-21 10:29 ` [PATCH 2/2] Lib-ify prune-packed Denton Liu
2020-03-21 19:24 ` [PATCH 0/2] Lib-ify functions in builtin.h Junio C Hamano
2020-03-24  1:07 ` [PATCH v2 " Denton Liu
2020-03-24  1:07   ` [PATCH v2 1/2] Lib-ify fmt-merge-msg Denton Liu
2020-03-24  1:07   ` [PATCH v2 2/2] Lib-ify prune-packed Denton Liu

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).