Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-11 00:26:16 +0300
committerJunio C Hamano <gitster@pobox.com>2018-04-11 12:11:00 +0300
commitfa2656f1da2c01e139423d98b7cbc52cbeadb52c (patch)
tree5f7ccf0a26117c478a7a242add4d6e009c6b616a
parent8b026edac3104ecc40a68fd58b764fb3c717babb (diff)
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>
-rw-r--r--Makefile2
-rw-r--r--write-or-die.c (renamed from write_or_die.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f181687250..f83b796831 100644
--- 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
diff --git a/write_or_die.c b/write-or-die.c
index eab8c8d0b9..eab8c8d0b9 100644
--- a/write_or_die.c
+++ b/write-or-die.c