]> Kevux Git Server - rit/commit
git-jump: pass "merge" arguments to ls-files
authorJeff King <peff@peff.net>
Tue, 9 Nov 2021 16:35:47 +0000 (11:35 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Nov 2021 19:15:21 +0000 (11:15 -0800)
commit67ba13e5a4b27785391a0e1673d71e506edae13b
treee8ef0c9ed44b7221d81f55178ffc8776e8207505
parent88d915a634b449147855041d44875322de2b286d
git-jump: pass "merge" arguments to ls-files

We currently throw away any arguments given to "git jump merge". We
should instead pass them along to ls-files, since they're likely to be
pathspecs. This matches the behavior of "git jump diff", etc.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/git-jump/README
contrib/git-jump/git-jump