summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 21:26:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-11 09:11:00 (GMT)
commitfa2656f1da2c01e139423d98b7cbc52cbeadb52c (patch)
tree5f7ccf0a26117c478a7a242add4d6e009c6b616a /Makefile
parent8b026edac3104ecc40a68fd58b764fb3c717babb (diff)
downloadgit-fa2656f1da2c01e139423d98b7cbc52cbeadb52c.zip
git-fa2656f1da2c01e139423d98b7cbc52cbeadb52c.tar.gz
git-fa2656f1da2c01e139423d98b7cbc52cbeadb52c.tar.bz2
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f181687..f83b796 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