summaryrefslogtreecommitdiff
path: root/builtin-fsck.c
Commit message (Expand)AuthorAgeFilesLines
* fsck: default to "git fsck --full"Junio C Hamano2009-10-201-1/+1
* Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+1
|\
| * environment: add global variable to disable replacementChristian Couder2009-05-311-0/+1
* | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-5/+5
|\ \
| * | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
| * | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-4/+4
| |/
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-2/+2
|/
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano2009-04-081-1/+1
|\
| * has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-281-1/+1
* | fsck: check loose objects from alternate object stores by defaultJunio C Hamano2009-01-301-9/+12
* | fsck: HEAD is part of refsJunio C Hamano2009-01-301-5/+8
* | Merge branch 'ap/clone-into-empty'Junio C Hamano2009-01-171-10/+4
|\ \
| * | add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-10/+4
* | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-171-1/+1
|\ \ \ | |/ / |/| |
| * | builtin-fsck: fix off by one head countChristian Couder2009-01-171-1/+1
| |/
* | Merge branch 'maint'Junio C Hamano2008-12-111-7/+31
|\ \ | |/
| * fsck: reduce stack footprintLinus Torvalds2008-12-111-7/+31
* | Make some of fwrite/fclose/write/close failures visibleAlex Riesen2008-12-041-2/+6
|/
* Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longBrandon Casey2008-08-051-1/+1
* fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce2008-07-271-4/+2
* Teach fsck and prune about the new location of temporary objectsBrandon Casey2008-07-241-0/+4
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* move show_pack_info() where it belongsNicolas Pitre2008-06-241-1/+1
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-237/+104
|\
| * builtin-fsck: move common object checking code to fsck.cMartin Koegler2008-02-251-235/+35
| * builtin-fsck: reports missing parent commitsMartin Koegler2008-02-251-0/+24
| * builtin-fsck: move away from object-refs to fsck_walkMartin Koegler2008-02-251-28/+71
* | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-111-1/+1
|\ \
| * | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-1/+1
| |/
* | git-fsck: report missing author/commit line in a commit as an errorMartin Koegler2008-02-031-3/+3
|/
* Make 'git fsck' complain about non-commit branchesLinus Torvalds2008-01-161-5/+8
* Fixed a command line option type for builtin-fsck.cEmil Medve2007-10-301-1/+1
* Make builtin-fsck.c use parse_options.Pierre Habouzit2007-10-291-54/+26
* fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin2007-07-221-1/+11
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-1/+2
* git-fsck: add --lost-found optionJohannes Schindelin2007-07-021-0/+22
* War on whitespaceJunio C Hamano2007-06-071-2/+2
* git-fsck: learn about --verboseJohannes Schindelin2007-06-041-1/+41
* Ensure the pack index is opened before accessShawn O. Pearce2007-05-291-1/+4
* rename dirlink to gitlink.Martin Waitz2007-05-211-2/+2
* Merge branch 'maint'Junio C Hamano2007-04-291-0/+6
|\
| * Catch empty pathnames in trees during fsckShawn O. Pearce2007-04-281-0/+6
* | Merge branch 'lt/gitlink'Junio C Hamano2007-04-211-1/+8
|\ \
| * | Teach "fsck" not to follow subproject linksLinus Torvalds2007-04-101-1/+8
* | | Merge branch 'np/pack'Junio C Hamano2007-04-211-1/+1
|\ \ \
| * | | get rid of num_packed_objects()Nicolas Pitre2007-04-101-1/+1
| |/ /
* | | Merge branch 'maint'Junio C Hamano2007-04-111-8/+16
|\ \ \ | |/ / |/| / | |/
| * fsck: do not complain on detached HEAD.Junio C Hamano2007-04-111-8/+16
* | Fix lost-found to show commits only referenced by reflogsShawn O. Pearce2007-04-051-1/+7