Skip to content

Commit

Permalink
Retire check-files.
Browse files Browse the repository at this point in the history
The king penguin said:

    It has no point any more, all the tools check the file
    status on their own, and yes, the thing should probably be
    removed.

and the faithful servant makes it so.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Aug 4, 2005
1 parent a765c99 commit 20f6633
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
3 changes: 0 additions & 3 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ Interrogation commands
link:git-cat-file.html[git-cat-file]::
Provide content or type information for repository objects

link:git-check-files.html[git-check-files]::
Verify a list of files are up-to-date

link:git-diff-cache.html[git-diff-cache]::
Compares content and mode of blobs between the cache and repository

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ SCRIPTS += git-send-email-script
PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \
git-checkout-cache git-diff-tree git-rev-tree git-ls-files \
git-check-files git-ls-tree git-merge-base git-merge-cache \
git-ls-tree git-merge-base git-merge-cache \
git-unpack-file git-export git-diff-cache git-convert-cache \
git-ssh-push git-ssh-pull git-rev-list git-mktag \
git-diff-helper git-tar-tree git-local-pull git-hash-object \
Expand Down
47 changes: 0 additions & 47 deletions check-files.c

This file was deleted.

0 comments on commit 20f6633

Please sign in to comment.