diff options
author | Mark Wooding <mdw@distorted.org.uk> | 2007-01-29 16:48:06 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-29 18:36:21 +0100 |
commit | b4dfefe00f7035140b7a10e855a665c1347cacd6 (patch) | |
tree | 802a2556165658868dcb3f46b241602347093e11 /Makefile | |
parent | git-commit -s: no extra space when sign-offs appear at the end already. (diff) | |
download | git-b4dfefe00f7035140b7a10e855a665c1347cacd6.tar.xz git-b4dfefe00f7035140b7a10e855a665c1347cacd6.zip |
Make fsck and fsck-objects be builtins.
The earlier change df391b192 to rename fsck-objects to fsck broke
fsck-objects. This should fix it again.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -284,6 +284,7 @@ BUILTIN_OBJS = \ builtin-diff-tree.o \ builtin-fmt-merge-msg.o \ builtin-for-each-ref.o \ + builtin-fsck.o \ builtin-grep.o \ builtin-init-db.o \ builtin-log.o \ |