Commit e5f9851
completion: use __gitcomp_builtin in _git_revert
The new completable option is --gpg-sign
In-progress options like --continue will be part of --git-completion-helper
then filtered out by _git_revert() unless the operation is in
progress. This helps keep marking of these operations in just one place.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 3907310 commit e5f9851
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2692 | 2692 | | |
2693 | 2693 | | |
2694 | 2694 | | |
| 2695 | + | |
| 2696 | + | |
2695 | 2697 | | |
2696 | 2698 | | |
2697 | 2699 | | |
2698 | 2700 | | |
2699 | | - | |
| 2701 | + | |
2700 | 2702 | | |
2701 | 2703 | | |
2702 | 2704 | | |
2703 | 2705 | | |
2704 | | - | |
2705 | | - | |
2706 | | - | |
2707 | | - | |
| 2706 | + | |
| 2707 | + | |
2708 | 2708 | | |
2709 | 2709 | | |
2710 | 2710 | | |
| |||
0 commit comments