summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 21:26:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-11 09:11:00 (GMT)
commitfc1395f4a491a7da46a446233531005634eb979d (patch)
tree87cfa522d0d850536d04bdee7574cbe27c38d411 /Makefile
parente5e5e08832f7c4d581c0c70542e61235d21a8067 (diff)
downloadgit-fc1395f4a491a7da46a446233531005634eb979d.zip
git-fc1395f4a491a7da46a446233531005634eb979d.tar.gz
git-fc1395f4a491a7da46a446233531005634eb979d.tar.bz2
sha1_file.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 ed0ac30..ce26efa 100644
--- a/Makefile
+++ b/Makefile
@@ -900,7 +900,7 @@ LIB_OBJS += server-info.o
LIB_OBJS += setup.o
LIB_OBJS += sha1-array.o
LIB_OBJS += sha1-lookup.o
-LIB_OBJS += sha1_file.o
+LIB_OBJS += sha1-file.o
LIB_OBJS += sha1-name.o
LIB_OBJS += shallow.o
LIB_OBJS += sideband.o