aboutsummaryrefslogtreecommitdiff
path: root/builtin-fsck.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano2009-04-08
|\
| * has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-28
* | fsck: check loose objects from alternate object stores by defaultJunio C Hamano2009-01-30
* | fsck: HEAD is part of refsJunio C Hamano2009-01-30
* | Merge branch 'ap/clone-into-empty'Junio C Hamano2009-01-17
|\ \
| * | add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
* | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-17
|\ \ \ | |/ / |/| |
| * | builtin-fsck: fix off by one head countChristian Couder2009-01-17
| |/
* | Merge branch 'maint'Junio C Hamano2008-12-11
|\ \ | |/
| * fsck: reduce stack footprintLinus Torvalds2008-12-11
* | Make some of fwrite/fclose/write/close failures visibleAlex Riesen2008-12-04
|/
* Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longBrandon Casey2008-08-05
* fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce2008-07-27
* Teach fsck and prune about the new location of temporary objectsBrandon Casey2008-07-24
* Make usage strings dash-lessStephan Beyer2008-07-13
* move show_pack_info() where it belongsNicolas Pitre2008-06-24
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\
| * builtin-fsck: move common object checking code to fsck.cMartin Koegler2008-02-25
| * builtin-fsck: reports missing parent commitsMartin Koegler2008-02-25
| * builtin-fsck: move away from object-refs to fsck_walkMartin Koegler2008-02-25
* | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-11
|\ \
| * | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
| |/
* | git-fsck: report missing author/commit line in a commit as an errorMartin Koegler2008-02-03
|/
* Make 'git fsck' complain about non-commit branchesLinus Torvalds2008-01-16
* Fixed a command line option type for builtin-fsck.cEmil Medve2007-10-30
* Make builtin-fsck.c use parse_options.Pierre Habouzit2007-10-29
* fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin2007-07-22
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-14
* git-fsck: add --lost-found optionJohannes Schindelin2007-07-02
* War on whitespaceJunio C Hamano2007-06-07
* git-fsck: learn about --verboseJohannes Schindelin2007-06-04
* Ensure the pack index is opened before accessShawn O. Pearce2007-05-29
* rename dirlink to gitlink.Martin Waitz2007-05-21
* 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