From: Nguyễn Thái Ngọc Duy Date: Sat, 24 Mar 2018 20:35:20 +0000 (+0100) Subject: completion: mention the oldest version we need to support X-Git-Tag: v2.18.0-rc0~154^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d23bb387ae0a6471954171e57732ef9016b5a35c completion: mention the oldest version we need to support This is more of a note for git-completion.bash contributors, not users. The bash version is from MacOS [1]. Most Linux distros should be 4.x at this point. [1] https://public-inbox.org/git/%3CCAPig+cQXT1ov4MjzSzqiLBzr4wN1XcP7aSxMP+_dhtWtYwhDAA@mail.gmail.com%3E/ Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 63e34cd588..d59b9bb4d8 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -29,6 +29,8 @@ # tell the completion to use commit completion. This also works with aliases # of form "!sh -c '...'". For example, "!sh -c ': git commit ; ... '". # +# Compatible with bash 3.2.57. +# # You can set the following environment variables to influence the behavior of # the completion routines: #