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 <jrnieder@gmail.com> Signed-off-by: Stefan Beller <sbeller@google.com>

Stefan Beller committed Apr 10, 2018 at 14:26 UTC 11bc058ce66a437499a774e82398c96e1324e2e0
2 files changed +1 -1
Makefile
+1 -1
@@ -888,7 +888,7 @@ LIB_OBJS += refs/packed-backend.o
888 LIB_OBJS += refs/ref-cache.o
889 LIB_OBJS += ref-filter.o
890 LIB_OBJS += remote.o
891 -LIB_OBJS += replace_object.o
891 +LIB_OBJS += replace-object.o
892 LIB_OBJS += repository.o
893 LIB_OBJS += rerere.o
894 LIB_OBJS += resolve-undo.o
replace-object.c renamed