All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Port git-add--interactive.perl:status_cmd to C
@ 2017-05-16  4:00 Daniel Ferreira
  2017-05-16  4:00 ` [PATCH v2 1/4] diff: export diffstat interface Daniel Ferreira
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Daniel Ferreira @ 2017-05-16  4:00 UTC (permalink / raw)
  To: git; +Cc: gitster, Johannes.Schindelin, avarab, jrnieder, Daniel Ferreira

This is the second version of a patch series to start porting
git-add--interactive from Perl to C.

Series:
v1: https://public-inbox.org/git/1494009820-2090-1-git-send-email-bnmvco@gmail.com/

Travis CI build: https://travis-ci.org/theiostream/git/builds/232669894

I have applied most of the changes suggested by Johannes and Ævar (thank
you!). The one exception was Johannes' request to make this a WIP patch
series with a sort-of "design" of what's next to come. I did not do
this because I still have no clue...! I'll begin experimenting on
update_cmd() to see if I gain some insight on this issue that I could
bring to this series. I do think this would be a good idea, though! :)

-- Daniel.

Daniel Ferreira (4):
  diff: export diffstat interface
  add--helper: create builtin helper for interactive add
  add--helper: implement interactive status command
  add--interactive: use add-interactive--helper for status_cmd

 .gitignore                |   1 +
 Makefile                  |   1 +
 builtin.h                 |   1 +
 builtin/add--helper.c     | 285 ++++++++++++++++++++++++++++++++++++++++++++++
 diff.c                    |  17 +--
 diff.h                    |  19 +++-
 git-add--interactive.perl |   4 +-
 git.c                     |   1 +
 8 files changed, 309 insertions(+), 20 deletions(-)
 create mode 100644 builtin/add--helper.c

--
2.7.4 (Apple Git-66)


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

end of thread, other threads:[~2018-11-26 17:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16  4:00 [PATCH v2 0/4] Port git-add--interactive.perl:status_cmd to C Daniel Ferreira
2017-05-16  4:00 ` [PATCH v2 1/4] diff: export diffstat interface Daniel Ferreira
2017-05-16  4:00 ` [PATCH v2 2/4] add--helper: create builtin helper for interactive add Daniel Ferreira
2017-05-16  4:00 ` [PATCH v2 3/4] add--helper: implement interactive status command Daniel Ferreira
2017-05-16  4:39   ` Junio C Hamano
2017-05-16  4:00 ` [PATCH v2 4/4] add--interactive: use add-interactive--helper for status_cmd Daniel Ferreira
2018-11-26 17:18 ` [PATCH v2 0/4] Port git-add--interactive.perl:status_cmd to C Slavica Djukic

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.