summaryrefslogtreecommitdiff
path: root/builtin-fsck.c
AgeCommit message (Expand)Author
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26builtin-fsck: move common object checking code to fsck.cMartin Koegler
2008-02-26builtin-fsck: reports missing parent commitsMartin Koegler
2008-02-26builtin-fsck: move away from object-refs to fsck_walkMartin Koegler
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-04git-fsck: report missing author/commit line in a commit as an errorMartin Koegler
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-16Make 'git fsck' complain about non-commit branchesLinus Torvalds
2007-10-30Fixed a command line option type for builtin-fsck.cEmil Medve
2007-10-30Make builtin-fsck.c use parse_options.Pierre Habouzit
2007-07-22fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-07-03git-fsck: add --lost-found optionJohannes Schindelin
2007-06-07War on whitespaceJunio C Hamano
2007-06-05git-fsck: learn about --verboseJohannes Schindelin
2007-05-30Ensure the pack index is opened before accessShawn O. Pearce
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-29Merge branch 'maint'Junio C Hamano
2007-04-29Catch empty pathnames in trees during fsckShawn O. Pearce
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-22Merge branch 'np/pack'Junio C Hamano
2007-04-12Merge branch 'maint'Junio C Hamano
2007-04-11fsck: do not complain on detached HEAD.Junio C Hamano
2007-04-10Teach "fsck" not to follow subproject linksLinus Torvalds
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-04-05Fix lost-found to show commits only referenced by reflogsShawn O. Pearce
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-11Merge branch 'jc/fsck'Junio C Hamano
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce
2007-03-05fsck: exit with non-zero status upon errorsJunio C Hamano
2007-03-05fsck: fix broken loose object check.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-04Merge branch 'master' into np/dreflogJunio C Hamano
2007-02-04Assorted typo fixesPavel Roskin
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding