summaryrefslogtreecommitdiff
path: root/builtin-fsck.c
AgeCommit message (Expand)Author
2010-02-05Update git fsck --full short description to mention packsWesley J. Landaker
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt
2009-10-20fsck: default to "git fsck --full"Junio C Hamano
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-01environment: add global variable to disable replacementChristian Couder
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-04-09Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano
2009-01-31fsck: check loose objects from alternate object stores by defaultJunio C Hamano
2009-01-31fsck: HEAD is part of refsJunio C Hamano
2009-01-18Merge branch 'ap/clone-into-empty'Junio C Hamano
2009-01-18Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-18builtin-fsck: fix off by one head countChristian Couder
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev
2008-12-11Merge branch 'maint'Junio C Hamano
2008-12-11fsck: reduce stack footprintLinus Torvalds
2008-12-05Make some of fwrite/fclose/write/close failures visibleAlex Riesen
2008-08-06Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longBrandon Casey
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce
2008-07-25Teach fsck and prune about the new location of temporary objectsBrandon Casey
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-25move show_pack_info() where it belongsNicolas Pitre
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