summaryrefslogtreecommitdiff
path: root/builtin-fsck.c
Commit message (Expand)AuthorAgeFilesLines
* 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