Commit ca2a7c4
committed
add--interactive.perl: use add--helper --show-help for help_cmd
Change help_cmd sub in git-add--interactive.perl to use
show-help command from builtin add--helper.
If an error occurs, it will be reported, but the Perl script will
not exit, since the add--helper is called within an eval block.
Just like the change where the Perl script calls the add--helper
to print the numstat, also here we forgo adding a regression test:
the Perl script is on its way out (and this patch is part of that journey).
Signed-off-by: Slavica Djukic <[email protected]>
Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]>1 parent 0a27304 commit ca2a7c4
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1718 | 1718 | | |
1719 | 1719 | | |
1720 | 1720 | | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
1724 | | - | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
1728 | | - | |
1729 | | - | |
1730 | | - | |
| 1721 | + | |
| 1722 | + | |
1731 | 1723 | | |
1732 | 1724 | | |
1733 | 1725 | | |
| |||
0 commit comments