Changes relative to the first version:
- rename the apply option to --ignore-hunk-headers
- add a test
Johannes Schindelin (2):
Allow git-apply to ignore the hunk headers
git-add: introduce --edit (to edit the diff vs. the index)
Documentation/git-add.txt | 9 +++-
Documentation/git-apply.txt | 7 +++-
builtin-add.c | 47 +++++++++++++++++++++++-
builtin-apply.c | 57 ++++++++++++++++++++++++++--
t/t3702-add-edit.sh | 86 +++++++++++++++++++++++++++++++++++++++++++
5 files changed, 198 insertions(+), 8 deletions(-)
create mode 100755 t/t3702-add-edit.sh