6 Commits (cc58d7dfddc842360f6aade1507e1063d8cd0f40)

Author SHA1 Message Date
Junio C Hamano 79b1138e78 fsck.c: fix bogus "empty tree" check 17 years ago
Martin Koegler d6ffc8d784 add common fsck error printing function 17 years ago
Martin Koegler ba002f3b28 builtin-fsck: move common object checking code to fsck.c 17 years ago
Martin Koegler 355885d531 add generic, type aware object chain walker 17 years ago
Mark Wooding b4dfefe00f Make fsck and fsck-objects be builtins. 18 years ago
Junio C Hamano df391b192d git-fsck-objects is now synonym to git-fsck 18 years ago
Linus Torvalds 18af29f247 fsck-objects: refactor checking for connectivity 18 years ago
Linus Torvalds 9130ac1e19 Better error messages for corrupt databases 18 years ago
Johannes Schindelin 883d60fa97 Sanitize for_each_reflog_ent() 18 years ago
Junio C Hamano 55dd55263b Protect commits recorded in reflog from pruning. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Junio C Hamano 5b10b09113 fsck-objects: adjust to resolve_ref() clean-up. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Linus Torvalds 071fa89e25 git-fsck-objects: lacking default references should not be fatal 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 18 years ago
David Rientjes b5524c826d Make fsck_dir void. 18 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Linus Torvalds fc046a75d5 Abstract out accesses to object hash array 19 years ago
Linus Torvalds 3e4339e6f9 Remove "refs" field from "struct object" 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Linus Torvalds e9a95bef7f fsck-objects: avoid unnecessary tree_entry_list usage 19 years ago
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 3a7c352bd0 Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds 136f2e548a Make "struct tree" contain the pointer to the tree buffer 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds a755dfe45c Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds d2eafb7661 Add raw tree buffer info to "struct tree" 19 years ago
Junio C Hamano 6d60bbefdc fsck-objects: do not segfault on missing tree in cache-tree 19 years ago
Junio C Hamano cdc08b33ef fsck-objects: mark objects reachable from cache-tree 19 years ago
Junio C Hamano 53dc3f3e80 Teach fsck-objects about cache-tree. 19 years ago
Junio C Hamano 7aaa715d0a fsck-objects: Remove --standalone 19 years ago
Timo Hirvonen 962554c616 Use setenv(), fix warnings 19 years ago
Johannes Schindelin 070879ca93 Use a hashtable for objects instead of a sorted list 19 years ago
Junio C Hamano 35a730f01c fsck-objects: support platforms without d_ino in struct dirent. 19 years ago
Junio C Hamano 61e2b01529 fsck-objects: work from subdirectory. 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Sergey Vlasov 4a4e6fd74f Rework object refs tracking to reduce memory usage 19 years ago
Sergey Vlasov 545f229a4b git-fsck-objects: Free tree entries after use 19 years ago
Linus Torvalds 230f13225d Create object subdirectories on demand 19 years ago
Junio C Hamano 8098a178b2 Add git-symbolic-ref 19 years ago
Peter Hagervall a7928f8ec7 [PATCH] Make some needlessly global stuff static 19 years ago
Sven Verdoolaege 5da1606d0b [PATCH] Provide access to git_dir through get_git_dir(). 19 years ago
Petr Baudis f1f0d0889e [PATCH] Make the git-fsck-objects diagnostics more useful 19 years ago
Junio C Hamano a9ab586a5d Retire support for old environment variables. 19 years ago
Junio C Hamano 215a7ad1ef Big tool rename. 19 years ago
Jason Riedy e72a7d45dc Replace unsetenv() and setenv() with older putenv(). 19 years ago