summaryrefslogtreecommitdiff
path: root/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-13 23:55:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-01-15 18:12:58 (GMT)
commitb4df87b8ca3b9cf8e648058af4870cfc7305b082 (patch)
tree33864eadfc53ca1975cab7b90f87b99bf52f444a /RelNotes
parent8f309aeb8225a9c26f20c0dbc031f1ea8df75d49 (diff)
downloadgit-b4df87b8ca3b9cf8e648058af4870cfc7305b082.zip
git-b4df87b8ca3b9cf8e648058af4870cfc7305b082.tar.gz
git-b4df87b8ca3b9cf8e648058af4870cfc7305b082.tar.bz2
mktree: there are only two possible line terminations
The program by default reads LF terminated lines, with an option to use NUL terminated records. Instead of pretending that there can be other useful values for line_termination, use a boolean variable, nul_term_line, to tell if NUL terminated records are used, and switch between strbuf_getline_{lf,nul} based on it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'RelNotes')
0 files changed, 0 insertions, 0 deletions