author | Brandon Casey <casey@nrlssc.navy.mil> | |
Thu, 17 Jan 2008 16:58:34 +0000 (10:58 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 18 Jan 2008 06:11:42 +0000 (22:11 -0800) | ||
commit | fb54abd604080dc2a719934a0a72964a7caf8ff7 | |
tree | de775eebd844628371911b0354f0ce20aca1ff18 | tree | snapshot |
parent | b531394d5829b22fd40e38e1d3aa6e97cb5b84ef | commit | diff |
fast-import.c: don't try to commit marks file if write failed
We also move the assignment of -1 to the lock file descriptor
up, so that rollback_lock_file() can be called safely after a
possible attempt to fclose(). This matches the contents of
the 'if' statement just above testing success of fdopen().
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We also move the assignment of -1 to the lock file descriptor
up, so that rollback_lock_file() can be called safely after a
possible attempt to fclose(). This matches the contents of
the 'if' statement just above testing success of fdopen().
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c | diff | blob | history |