aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-fsck.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-17Merge branch 'ap/clone-into-empty'Junio C Hamano1-10/+4
2009-01-17Merge branch 'maint-1.6.0' into maintJunio C Hamano1-1/+1
2009-01-17builtin-fsck: fix off by one head countChristian Couder1-1/+1
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev1-10/+4
2008-12-11Merge branch 'maint'Junio C Hamano1-7/+31
2008-12-11fsck: reduce stack footprintLinus Torvalds1-7/+31
2008-12-04Make some of fwrite/fclose/write/close failures visibleAlex Riesen1-2/+6
2008-08-05Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longBrandon Casey1-1/+1
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce1-4/+2
2008-07-24Teach fsck and prune about the new location of temporary objectsBrandon Casey1-0/+4
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-24move show_pack_info() where it belongsNicolas Pitre1-1/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-237/+104
2008-02-25builtin-fsck: move common object checking code to fsck.cMartin Koegler1-235/+35
2008-02-25builtin-fsck: reports missing parent commitsMartin Koegler1-0/+24
2008-02-25builtin-fsck: move away from object-refs to fsck_walkMartin Koegler1-28/+71
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano1-1/+1
2008-02-03git-fsck: report missing author/commit line in a commit as an errorMartin Koegler1-3/+3
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2008-01-16Make 'git fsck' complain about non-commit branchesLinus Torvalds1-5/+8
2007-10-30Fixed a command line option type for builtin-fsck.cEmil Medve1-1/+1
2007-10-29Make builtin-fsck.c use parse_options.Pierre Habouzit1-54/+26
2007-07-22fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin1-1/+11
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall1-1/+2
2007-07-02git-fsck: add --lost-found optionJohannes Schindelin1-0/+22
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-06-04git-fsck: learn about --verboseJohannes Schindelin1-1/+41
2007-05-29Ensure the pack index is opened before accessShawn O. Pearce1-1/+4
2007-05-21rename dirlink to gitlink.Martin Waitz1-2/+2
2007-04-29Merge branch 'maint'Junio C Hamano1-0/+6
2007-04-28Catch empty pathnames in trees during fsckShawn O. Pearce1-0/+6
2007-04-21Merge branch 'lt/gitlink'Junio C Hamano1-1/+8
2007-04-21Merge branch 'np/pack'Junio C Hamano1-1/+1
2007-04-11Merge branch 'maint'Junio C Hamano1-8/+16
2007-04-11fsck: do not complain on detached HEAD.Junio C Hamano1-8/+16
2007-04-10Teach "fsck" not to follow subproject linksLinus Torvalds1-1/+8
2007-04-10get rid of num_packed_objects()Nicolas Pitre1-1/+1
2007-04-05Fix lost-found to show commits only referenced by reflogsShawn O. Pearce1-1/+7
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre1-6/+3
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds1-3/+2
2007-03-10Merge branch 'jc/fsck'Junio C Hamano1-6/+22
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce1-1/+1
2007-03-05fsck: exit with non-zero status upon errorsJunio C Hamano1-5/+21
2007-03-05fsck: fix broken loose object check.Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-1/+1
2007-02-03Merge branch 'master' into np/dreflogJunio C Hamano1-0/+694
2007-02-03Assorted typo fixesPavel Roskin1-1/+1
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding1-0/+689