summaryrefslogtreecommitdiff
path: root/builtin/notes.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-14 13:26:20 -0800
committerJunio C Hamano <gitster@pobox.com>2016-01-15 10:12:58 -0800
commitf418afa98afb15afb8f93fe1ab11d5b83266d17d (patch)
tree62ac08b21b5b6f9134d1ca84d9c0eb290d060bca /builtin/notes.c
parentb4df87b8ca3b9cf8e648058af4870cfc7305b082 (diff)
downloadgit-f418afa98afb15afb8f93fe1ab11d5b83266d17d.tar.gz
check-attr: 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 'builtin/notes.c')
0 files changed, 0 insertions, 0 deletions