mirror of
https://github.com/git/git.git
synced 2024-11-19 00:44:22 +01:00
fsck-objects: work from subdirectory.
Not much point making it work from subdirectory, but for a consistency make it so. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
e44eb3e4c7
commit
61e2b01529
@ -431,6 +431,8 @@ int main(int argc, char **argv)
|
||||
{
|
||||
int i, heads;
|
||||
|
||||
setup_git_directory();
|
||||
|
||||
for (i = 1; i < argc; i++) {
|
||||
const char *arg = argv[i];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user