summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-01-08 15:56:51 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2007-01-08 15:56:51 -0800
commitc326246accf36bc070b326773df2b9ec1c336037 (patch)
tree486ee3d5c8115c78cc50cccbda5a55ed372231ab /Makefile
parentshort i/o: fix config updates to use write_in_full (diff)
parentreflog --fix-stale: do not check the same trees and commits repeatedly. (diff)
downloadtgif-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 d2a8382760..6c12bc64ac 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 \