]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/update-index.c
unable_to_lock_die(): rename function from unable_to_lock_index_die()
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 1 Oct 2014 10:28:05 +0000 (12:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Oct 2014 20:38:38 +0000 (13:38 -0700)
commite197c21807dacadc8305250baa0b9228819189d4
tree16d417a9dd52aa8a8d5172e329d3d721cca6f9f0
parent565301e41670825ceedf75220f2918ae76831240
unable_to_lock_die(): rename function from unable_to_lock_index_die()

This function is used for other things besides the index, so rename it
accordingly.

Suggested-by: Jeff King <peff@peff.net>
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Reviewed-by: Ronnie Sahlberg <sahlberg@google.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/update-index.c
cache.h
lockfile.c
refs.c