File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ install-data-hook:
179179 mv bash-completion-patchutils interdiff && \
180180 for cmd in filterdiff lsdiff grepdiff combinediff flipdiff rediff \
181181 splitdiff recountdiff unwrapdiff dehtmldiff editdiff espdiff \
182- fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview; do \
182+ fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview \
183+ gitshow gitshowview; do \
183184 ln -sf interdiff " $$ cmd" || true ; \
184185 done ; \
185186 fi
@@ -202,7 +203,8 @@ endif
202203 cd "$(DESTDIR)$(bashcompletiondir)" && \
203204 for cmd in filterdiff lsdiff grepdiff interdiff combinediff flipdiff rediff \
204205 splitdiff recountdiff unwrapdiff dehtmldiff editdiff espdiff \
205- fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview; do \
206+ fixcvsdiff patchview gitdiff svndiff gitdiffview svndiffview \
207+ gitshow gitshowview; do \
206208 rm -f "$$cmd"; \
207209 done; \
208210 rm -f patchutils; \
You can’t perform that action at this time.
0 commit comments