aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-08 15:56:51 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-08 15:56:51 -0800
commitc326246accf36bc070b326773df2b9ec1c336037 (patch)
tree486ee3d5c8115c78cc50cccbda5a55ed372231ab /Makefile
parent480c9e521bdc0b6f7e90d3901d4ffc1f57f57a5e (diff)
parentcd1f9c36beeafd3dea4672494a98e1ed39ae63f1 (diff)
downloadgit-c326246accf36bc070b326773df2b9ec1c336037.tar.gz
git-c326246accf36bc070b326773df2b9ec1c336037.tar.xz
Merge branch 'jc/reflog'
* jc/reflog: reflog --fix-stale: do not check the same trees and commits repeatedly. reflog expire --fix-stale Move traversal of reachable objects into a separate library. builtin-prune: separate ref walking from reflog walking. builtin-prune: make file-scope static struct to an argument.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2a838276..6c12bc64a 100644
--- a/Makefile
+++ b/Makefile
@@ -251,6 +251,7 @@ LIB_OBJS = \
interpolate.o \
lockfile.o \
object.o pack-check.o patch-delta.o path.o pkt-line.o sideband.o \
+ reachable.o \
quote.o read-cache.o refs.o run-command.o dir.o object-refs.o \
server-info.o setup.o sha1_file.o sha1_name.o strbuf.o \
tag.o tree.o usage.o config.o environment.o ctype.o copy.o \