commit | fb54abd604080dc2a719934a0a72964a7caf8ff7 | [log] [tgz] |
---|---|---|
author | Brandon Casey <casey@nrlssc.navy.mil> | Thu Jan 17 10:58:34 2008 -0600 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 17 22:11:42 2008 -0800 |
tree | de775eebd844628371911b0354f0ce20aca1ff18 | |
parent | b531394d5829b22fd40e38e1d3aa6e97cb5b84ef [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>