summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 21:26:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-11 09:11:00 (GMT)
commite5e5e08832f7c4d581c0c70542e61235d21a8067 (patch)
tree1c03bc33b01ee380f214ac2245dcc96273bb8e1f /Makefile
parentd807c4a01db2b06db047fc6d5d18ac25c8f05bd7 (diff)
downloadgit-e5e5e08832f7c4d581c0c70542e61235d21a8067.zip
git-e5e5e08832f7c4d581c0c70542e61235d21a8067.tar.gz
git-e5e5e08832f7c4d581c0c70542e61235d21a8067.tar.bz2
sha1_name.c: rename to use dash 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 88730d6..ed0ac30 100644
--- a/Makefile
+++ b/Makefile
@@ -901,7 +901,7 @@ LIB_OBJS += setup.o
LIB_OBJS += sha1-array.o
LIB_OBJS += sha1-lookup.o
LIB_OBJS += sha1_file.o
-LIB_OBJS += sha1_name.o
+LIB_OBJS += sha1-name.o
LIB_OBJS += shallow.o
LIB_OBJS += sideband.o
LIB_OBJS += sigchain.o