]> git.ipfire.org Git - thirdparty/git.git/commitdiff
replace_object.c: rename to use dash in file name
authorStefan Beller <sbeller@google.com>
Tue, 10 Apr 2018 21:26:21 +0000 (14:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 09:11:00 +0000 (18:11 +0900)
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.

Noticed while adding a header corresponding to this file.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Makefile
replace-object.c [moved from replace_object.c with 100% similarity]

index ce26efa7dc02fb79535e85bf401a33301572ee33..7262b7c94248c40011634376e85da4af70660e3f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -888,7 +888,7 @@ LIB_OBJS += refs/packed-backend.o
 LIB_OBJS += refs/ref-cache.o
 LIB_OBJS += ref-filter.o
 LIB_OBJS += remote.o
-LIB_OBJS += replace_object.o
+LIB_OBJS += replace-object.o
 LIB_OBJS += repository.o
 LIB_OBJS += rerere.o
 LIB_OBJS += resolve-undo.o
similarity index 100%
rename from replace_object.c
rename to replace-object.c