Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--replace-object.c (renamed from replace_object.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce26efa7dc..7262b7c942 100644
--- 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
diff --git a/replace_object.c b/replace-object.c
index 336357394d..336357394d 100644
--- a/replace_object.c
+++ b/replace-object.c