aboutsummaryrefslogtreecommitdiff
path: root/builtin-fsck.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2007-04-29
|\
| * Catch empty pathnames in trees during fsckShawn O. Pearce2007-04-28
* | Merge branch 'lt/gitlink'Junio C Hamano2007-04-21
|\ \
| * | Teach "fsck" not to follow subproject linksLinus Torvalds2007-04-10
* | | Merge branch 'np/pack'Junio C Hamano2007-04-21
|\ \ \
| * | | get rid of num_packed_objects()Nicolas Pitre2007-04-10
| |/ /
* | | Merge branch 'maint'Junio C Hamano2007-04-11
|\ \ \ | |/ / |/| / | |/
| * fsck: do not complain on detached HEAD.Junio C Hamano2007-04-11
* | Fix lost-found to show commits only referenced by reflogsShawn O. Pearce2007-04-05
* | clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-05
|/
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* Merge branch 'jc/fsck'Junio C Hamano2007-03-10
|\
| * fsck: exit with non-zero status upon errorsJunio C Hamano2007-03-05
| * fsck: fix broken loose object check.Junio C Hamano2007-03-05
* | Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-07
|/
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Merge branch 'master' into np/dreflogJunio C Hamano2007-02-03
* Assorted typo fixesPavel Roskin2007-02-03
* Make fsck and fsck-objects be builtins.Mark Wooding2007-01-29