aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-fsck.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-684/+0
2010-02-05Update git fsck --full short description to mention packsWesley J. Landaker1-1/+1
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt1-0/+2
2009-10-20fsck: default to "git fsck --full"Junio C Hamano1-1/+1
2009-08-21Merge branch 'cc/replace'Junio C Hamano1-0/+1
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-5/+5
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-4/+4
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-2/+2
2009-05-31environment: add global variable to disable replacementChristian Couder1-0/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-04-08Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano1-1/+1
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano1-1/+1
2009-01-30fsck: check loose objects from alternate object stores by defaultJunio C Hamano1-9/+12
2009-01-30fsck: HEAD is part of refsJunio C Hamano1-5/+8
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