]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
remote.c: read $GIT_DIR/remotes/* with strbuf_getline()
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Oct 2015 20:27:33 +0000 (13:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jan 2016 18:34:42 +0000 (10:34 -0800)
commit18814d0e2d7d5924a799bcf0cae3a0aaba569613
treeca686da2117dd71fd9d0b548db76e3d27a701e4a
parent1f3b1efd18a935fed41431132c67cde5a94833ae
remote.c: read $GIT_DIR/remotes/* with strbuf_getline()

These files can be edited with a DOS editor, leaving CR at the end
of the line if read with strbuf_getline().

Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c