Skip to content

Commit 11bc058

Browse files
stefanbellergitster
authored andcommitted
replace_object.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. Noticed while adding a header corresponding to this file. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Stefan Beller <[email protected]>
1 parent fc1395f commit 11bc058

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ LIB_OBJS += refs/packed-backend.o
888888
LIB_OBJS += refs/ref-cache.o
889889
LIB_OBJS += ref-filter.o
890890
LIB_OBJS += remote.o
891-
LIB_OBJS += replace_object.o
891+
LIB_OBJS += replace-object.o
892892
LIB_OBJS += repository.o
893893
LIB_OBJS += rerere.o
894894
LIB_OBJS += resolve-undo.o
File renamed without changes.

0 commit comments

Comments
 (0)