write_or_die.c: rename to use dashes in file name

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>

Stefan Beller committed Apr 10, 2018 at 14:26 UTC fa2656f1da2c01e139423d98b7cbc52cbeadb52c
2 files changed +1 -1
Makefile
+1 -1
@@ -936,7 +936,7 @@ LIB_OBJS += walker.o
936 LIB_OBJS += wildmatch.o
937 LIB_OBJS += worktree.o
938 LIB_OBJS += wrapper.o
939 -LIB_OBJS += write_or_die.o
939 +LIB_OBJS += write-or-die.o
940 LIB_OBJS += ws.o
941 LIB_OBJS += wt-status.o
942 LIB_OBJS += xdiff-interface.o
write-or-die.c renamed