aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.h
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2020-04-23 15:41:02 -0600
committerJunio C Hamano <gitster@pobox.com>2020-04-23 14:58:52 -0700
commita2d57e22803b1da0df95b0a88a34116209eeb6e6 (patch)
treee9a7231e40de629dbff8232d8ac4da0f74a5725c /commit-graph.h
parentcommit-graph.c: introduce '--[no-]check-oids' (diff)
downloadgit-a2d57e22803b1da0df95b0a88a34116209eeb6e6.tar.gz
git-a2d57e22803b1da0df95b0a88a34116209eeb6e6.zip
commit-graph.c: don't use discarded graph_name in error
When writing a commit-graph layer, we do so in a temporary file which is renamed into place. If we fail to create a temporary file, for e.g., because we have too many open files, then 'git_mkstemp_mode' sets the pattern to the empty string, in which case we get an error something along the lines of: error: unable to create '' It's not useful to show the pattern here at all, since we (1) know the pattern is well-formed, and (2) would have already shown the dirname when trying to create the leading directories. So, replace this error with something friendlier. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.h')
0 files changed, 0 insertions, 0 deletions