[PATCH v5 00/10] Turn git add-i into built-in

2019-02-20 Thread Slavica Đukić via GitGitGadget
This is the first version of a patch series to start porting git-add--interactive from Perl to C. Daniel Ferreira's patch series used as a head start: https://public-inbox.org/git/1494907234-28903-1-git-send-email-bnm...@gmail.com/t/#u Changes since v4: * rename print_modified to list_modifed *

[PATCH v4 0/7] Turn git add-i into built-in

2019-01-25 Thread Slavica Đukić via GitGitGadget
This is the first version of a patch series to start porting git-add--interactive from Perl to C. Daniel Ferreira's patch series used as a head start: https://public-inbox.org/git/1494907234-28903-1-git-send-email-bnm...@gmail.com/t/#u Changes since v3: * add error check when calling add--helper

[PATCH v3 0/7] Turn git add-i into built-in

2019-01-21 Thread Slavica Đukić via GitGitGadget
This is the first version of a patch series to start porting git-add--interactive from Perl to C. Daniel Ferreira's patch series used as a head start: https://public-inbox.org/git/1494907234-28903-1-git-send-email-bnm...@gmail.com/t/#u Changes since v2: * fixed translation misuse and avoided com

[PATCH v2 0/7] Turn git add-i into built-in

2019-01-17 Thread Slavica Đukić via GitGitGadget
This is the first version of a patch series to start porting git-add--interactive from Perl to C. Daniel Ferreira's patch series used as a head start: https://public-inbox.org/git/1494907234-28903-1-git-send-email-bnm...@gmail.com/t/#u Changes since v1: * rename show_help() to add_i_show_help()