]> git.ipfire.org Git - thirdparty/git.git/commit - patch-ids.c
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)
commit4ca12e10e6fbda68adcb32e78497dc261e94734d
treea3d02454b0479a96d5f1a6021529ce4e0bd5cf91
parent48d89b51b3bb8a60580c36731b96a7206ce1e5b9
parent197152098a257998b14e04b85b28216bd68f5b9c
Merge branch 'ek/completion-use-read-r-to-read-literally'

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`
contrib/completion/git-prompt.sh