All of lore.kernel.org
 help / color / mirror / Atom feed
* Make more commands builtin
@ 2006-05-23 12:15 Peter Eriksen
  2006-05-23 23:48 ` Junio C Hamano
  0 siblings, 1 reply; 18+ messages in thread
From: Peter Eriksen @ 2006-05-23 12:15 UTC (permalink / raw)
  To: git

 Makefile                               |   26 +++++++++++++++-----------
 apply.c => builtin-apply.c             |    3 ++-
 commit-tree.c => builtin-commit-tree.c |    3 ++-
 diff-files.c => builtin-diff-files.c   |    3 ++-
 diff-index.c => builtin-diff-index.c   |    3 ++-
 diff-stages.c => builtin-diff-stages.c |    3 ++-
 diff-tree.c => builtin-diff-tree.c     |    3 ++-
 ls-files.c => builtin-ls-files.c       |    3 ++-
 ls-tree.c => builtin-ls-tree.c         |    3 ++-
 read-tree.c => builtin-read-tree.c     |    3 ++-
 show-branch.c => builtin-show-branch.c |    3 ++-
 tar-tree.c => builtin-tar-tree.c       |    3 ++-
 builtin.h                              |   12 ++++++++++++
 git.c                                  |   13 ++++++++++++-
 14 files changed, 61 insertions(+), 23 deletions(-)

Junio, I've formatted this batch of patches with -M, so
they are easier to read.  It seems there were some problems
with sending the last batch (patch 1 and 6 hasn't arrived),
but this should work, since I tested it by sending the
batch to myself first.

Sorry for the noise.

Regards,

Peter Eriksen

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Make more commands builtin
@ 2006-05-23  8:31 Peter Eriksen
  0 siblings, 0 replies; 18+ messages in thread
From: Peter Eriksen @ 2006-05-23  8:31 UTC (permalink / raw)
  To: git

 Makefile                               |   26 +++++++++++++++-----------
 apply.c => builtin-apply.c             |    3 ++-
 commit-tree.c => builtin-commit-tree.c |    3 ++-
 diff-files.c => builtin-diff-files.c   |    3 ++-
 diff-index.c => builtin-diff-index.c   |    3 ++-
 diff-stages.c => builtin-diff-stages.c |    3 ++-
 diff-tree.c => builtin-diff-tree.c     |    3 ++-
 ls-files.c => builtin-ls-files.c       |    3 ++-
 ls-tree.c => builtin-ls-tree.c         |    3 ++-
 read-tree.c => builtin-read-tree.c     |    3 ++-
 show-branch.c => builtin-show-branch.c |    3 ++-
 tar-tree.c => builtin-tar-tree.c       |    3 ++-
 builtin.h                              |   12 ++++++++++++
 git.c                                  |   13 ++++++++++++-

I've tried to follow the trend of making commands builtin.
All patches have the same form.  This is my second use
of git-send-email, so this might come out wrong.

Peter Eriksen <s022018@student.dtu.dk>

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Make more commands builtin
@ 2006-05-23  8:23 Peter Eriksen
  2006-05-23  8:41 ` Junio C Hamano
  0 siblings, 1 reply; 18+ messages in thread
From: Peter Eriksen @ 2006-05-23  8:23 UTC (permalink / raw)
  To: git


 Makefile                               |   26 +++++++++++++++-----------
 apply.c => builtin-apply.c             |    3 ++-
 commit-tree.c => builtin-commit-tree.c |    3 ++-
 diff-files.c => builtin-diff-files.c   |    3 ++-
 diff-index.c => builtin-diff-index.c   |    3 ++-
 diff-stages.c => builtin-diff-stages.c |    3 ++-
 diff-tree.c => builtin-diff-tree.c     |    3 ++-
 ls-files.c => builtin-ls-files.c       |    3 ++-
 ls-tree.c => builtin-ls-tree.c         |    3 ++-
 read-tree.c => builtin-read-tree.c     |    3 ++-
 show-branch.c => builtin-show-branch.c |    3 ++-
 tar-tree.c => builtin-tar-tree.c       |    3 ++-
 builtin.h                              |   12 ++++++++++++
 git.c                                  |   13 ++++++++++++-

I've tried to follow the trend of making commands builtin.
All patches have the same form.  This is my first use
of git-send-email, so this might come out wrong.

Peter Eriksen <s022018@student.dtu.dk>

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

end of thread, other threads:[~2006-05-23 23:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <11483865361243-git-send-email-1>
2006-05-23 12:15 ` [PATCH 1/8] Builtin git-ls-files Peter Eriksen
2006-05-23 12:15 ` [PATCH 2/8] Builtin git-ls-tree Peter Eriksen
2006-05-23 12:15 ` [PATCH 3/8] Builtin git-tar-tree Peter Eriksen
2006-05-23 12:15 ` [PATCH 4/8] Builtin git-read-tree Peter Eriksen
2006-05-23 12:15 ` [PATCH 5/8] Builtin git-commit-tree Peter Eriksen
2006-05-23 12:15 ` [PATCH 6/8] Builtin git-apply Peter Eriksen
2006-05-23 12:15 ` [PATCH 7/8] Builtin git-show-branch Peter Eriksen
2006-05-23 12:15 ` [PATCH 8/8] Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree Peter Eriksen
2006-05-23 12:20 ` Make more commands builtin Peter Eriksen
2006-05-23 12:36   ` Jakub Narebski
2006-05-23 12:54     ` Peter Eriksen
2006-05-23 13:05       ` Jakub Narebski
2006-05-23 16:32         ` Ryan Anderson
2006-05-23 12:15 Peter Eriksen
2006-05-23 23:48 ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2006-05-23  8:31 Peter Eriksen
2006-05-23  8:23 Peter Eriksen
2006-05-23  8:41 ` 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.