]> git.ipfire.org Git - thirdparty/git.git/commitdiff
write_or_die.c: rename to use dashes in file name
authorStefan Beller <sbeller@google.com>
Tue, 10 Apr 2018 21:26:16 +0000 (14:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 09:11:00 +0000 (18:11 +0900)
This is more consistent with the project style. The majority of Git's
source files use dashes in preference to underscores in their file names.

Signed-off-by: Stefan Beller <sbeller@google.com>
Makefile
write-or-die.c [moved from write_or_die.c with 100% similarity]

index f181687250d1d7cf9e1d8b5013980751a34d527b..f83b7968319dfac1b9aca6282cdc8afd743fcba2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -936,7 +936,7 @@ LIB_OBJS += walker.o
 LIB_OBJS += wildmatch.o
 LIB_OBJS += worktree.o
 LIB_OBJS += wrapper.o
-LIB_OBJS += write_or_die.o
+LIB_OBJS += write-or-die.o
 LIB_OBJS += ws.o
 LIB_OBJS += wt-status.o
 LIB_OBJS += xdiff-interface.o
similarity index 100%
rename from write_or_die.c
rename to write-or-die.c