Skip to content

Commit 11987a4

Browse files
committed
fix(interdiff): move to fallback for the upstream completion
This moves the in-tree completion for interdiff to completions-fallback. The upstream patchutil-0.4.3 has started to offer completion files as reported in Ref. [1]. [1] #1502
1 parent 8a5297a commit 11987a4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

completions-core/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ cross_platform = 2to3.bash \
169169
inject.bash \
170170
inotifywait.bash \
171171
installpkg.bash \
172-
interdiff.bash \
173172
invoke-rc.d.bash \
174173
ip.bash \
175174
ipcalc.bash \

completions-fallback/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cross_platform = adb.bash \
1717
hexdump.bash \
1818
hwclock.bash \
1919
insmod.bash \
20+
interdiff.bash \
2021
ionice.bash \
2122
jj.bash \
2223
jungle.bash \
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# interdiff(1) completion -*- shell-script -*-
22

3+
# Use of this file is deprecated. Upstream completion is available in
4+
# patchutil >= 0.4.3, use that instead.
5+
36
_comp_cmd_interdiff()
47
{
58
local cur prev words cword was_split comp_args

0 commit comments

Comments
 (0)