]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ek/completion-use-read-r-to-read-literally'
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 May 2023 17:13:34 +0000 (10:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 May 2023 17:13:34 +0000 (10:13 -0700)
The completion script used to use bare "read" without the "-r"
option to read the contents of various state files, which risked
getting confused with backslashes in them.  This has been
corrected.

* ek/completion-use-read-r-to-read-literally:
  completion: suppress unwanted unescaping of `read`

1  2 
contrib/completion/git-prompt.sh

Simple merge