summaryrefslogtreecommitdiff
path: root/builtin-fsck.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-6/+3
|/
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-3/+2
* Merge branch 'jc/fsck'Junio C Hamano2007-03-101-6/+22
|\
| * fsck: exit with non-zero status upon errorsJunio C Hamano2007-03-051-5/+21
| * fsck: fix broken loose object check.Junio C Hamano2007-03-051-1/+1
* | Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-071-1/+1
|/
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* Merge branch 'master' into np/dreflogJunio C Hamano2007-02-031-2/+7
* Assorted typo fixesPavel Roskin2007-02-031-1/+1
* Make fsck and fsck-objects be builtins.Mark Wooding2007-01-291-0/+689