author | Junio C Hamano <gitster@pobox.com> | |
Fri, 17 Oct 2008 22:44:39 +0000 (15:44 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 19 Oct 2008 19:35:37 +0000 (12:35 -0700) | ||
commit | acd3b9eca82e38950f94e4708b528b7dae09a7c8 | |
tree | f341dae377b97e9c7fd9746208be0fee56bda438 | tree | snapshot |
parent | f5637549a7eb93883839de01399418e10bf81768 | commit | diff |
Enhance hold_lock_file_for_{update,append}() API
This changes the "die_on_error" boolean parameter to a mere "flags", and
changes the existing callers of hold_lock_file_for_update/append()
functions to pass LOCK_DIE_ON_ERROR.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This changes the "die_on_error" boolean parameter to a mere "flags", and
changes the existing callers of hold_lock_file_for_update/append()
functions to pass LOCK_DIE_ON_ERROR.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history | |
builtin-fetch-pack.c | diff | blob | history | |
builtin-revert.c | diff | blob | history | |
bundle.c | diff | blob | history | |
cache.h | diff | blob | history | |
lockfile.c | diff | blob | history | |
pack-refs.c | diff | blob | history | |
refs.c | diff | blob | history | |
rerere.c | diff | blob | history | |
sha1_file.c | diff | blob | history | |
t/t7201-co.sh | diff | blob | history |