From: Štěpán Němec Date: Thu, 5 Oct 2023 09:00:53 +0000 (+0200) Subject: git-jump: admit to passing merge mode args to ls-files X-Git-Tag: v2.43.0-rc0~17^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62a7060a50e09089fb63b793b97c4b570993142;p=thirdparty%2Fgit.git git-jump: admit to passing merge mode args to ls-files There's even an example of such usage in the README. Fixes: 67ba13e5a4b2 ("git-jump: pass "merge" arguments to ls-files") Signed-off-by: Štěpán Němec Signed-off-by: Junio C Hamano --- diff --git a/contrib/git-jump/git-jump b/contrib/git-jump/git-jump index 40c4b0d111..47e0c557e6 100755 --- a/contrib/git-jump/git-jump +++ b/contrib/git-jump/git-jump @@ -9,7 +9,7 @@ The parameter is one of: diff: elements are diff hunks. Arguments are given to diff. -merge: elements are merge conflicts. Arguments are ignored. +merge: elements are merge conflicts. Arguments are given to ls-files -u. grep: elements are grep hits. Arguments are given to git grep or, if configured, to the command in `jump.grepCmd`.