]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: fix documentation about used shell in -x
authorNikolay Borisov <nik.borisov@suse.com>
Wed, 17 Jan 2024 08:53:47 +0000 (10:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jan 2024 00:14:57 +0000 (16:14 -0800)
commitf10031fadd92e1937c7fae0e9a44801d9f832e9e
treef4c671e78356f507adb59d04685220128690d208
parent564d0252ca632e0264ed670534a51d18a689ef5d
rebase: fix documentation about used shell in -x

The shell used when using the -x option is erroneously documented to be
the one pointed to by the $SHELL environmental variable. This was true
when rebase was implemented as a shell script but this is no longer
true.

Signed-off-by: Nikolay Borisov <nik.borisov@suse.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt