]> git.ipfire.org Git - thirdparty/git.git/commit - refspec.h
refspec: s/refspec_item_init/&_or_die/g
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 5 Jun 2018 19:54:38 +0000 (19:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jun 2018 17:11:29 +0000 (10:11 -0700)
commitdc0642218306190a2d284f47f75d71aeeaa34d02
tree451dfbc97aa5805f5287fd5b06caf82f700b7036
parent6c301adb0a43bceef65e78df6936bd03a4d1933b
refspec: s/refspec_item_init/&_or_die/g

Rename the refspec_item_init() function introduced in
6d4c057859 ("refspec: introduce struct refspec", 2018-05-16) to
refspec_item_init_or_die().

This follows the convention of other *_or_die() functions, and is done
in preparation for making it a wrapper for a non-fatal variant.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c
builtin/pull.c
refspec.c
refspec.h