diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-08 15:56:51 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-08 15:56:51 -0800 |
commit | c326246accf36bc070b326773df2b9ec1c336037 (patch) | |
tree | 486ee3d5c8115c78cc50cccbda5a55ed372231ab /Makefile | |
parent | short i/o: fix config updates to use write_in_full (diff) | |
parent | reflog --fix-stale: do not check the same trees and commits repeatedly. (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |