summaryrefslogtreecommitdiffstats
path: root/ll-merge.c
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-10-11 04:51:21 +0200
committerJonathan Nieder <jrnieder@gmail.com>2011-03-07 08:32:51 +0100
commitefc749b48f729992d838484d652ba24f5291ee28 (patch)
treed1d410f8035f5632f5b286554df78af04c1c8250 /ll-merge.c
parentvcs-svn: simplify repo_modify_path and repo_copy (diff)
downloadgit-efc749b48f729992d838484d652ba24f5291ee28.tar.xz
git-efc749b48f729992d838484d652ba24f5291ee28.zip
vcs-svn: allow input errors to be detected promptly
The line_buffer library silently flags input errors until buffer_deinit time; unfortunately, by that point usually errno is invalid. Expose the error flag so callers can check for and report errors early for easy debugging. some_error_prone_operation(...); if (buffer_ferror(buf)) return error("input error: %s", strerror(errno)); Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: David Barr <david.barr@cordelta.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'll-merge.c')
0 files changed, 0 insertions, 0 deletions