]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/forbid-lf-in-git-url'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:17 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:17 +0000 (14:19 -0800)
commitc7b1aaf6d6bb5746a98831854313ca8fccea600d
treeba09f9c7df3f2eb5a690b9a39be37915aebf4b18
parent9e409d7e0762ff55c2787b4a106bf80ab2d57471
parent6aed56736b882f94c81293d1646d27d10241349c
Merge branch 'jk/forbid-lf-in-git-url'

Newline characters in the host and path part of git:// URL are
now forbidden.

* jk/forbid-lf-in-git-url:
  fsck: reject .gitmodules git:// urls with newlines
  git_connect_git(): forbid newlines in host and path
connect.c
fsck.c
t/t5570-git-daemon.sh