| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-08-21 | 1 | -0/+1 |
|\ |
|
| * | environment: add global variable to disable replacement | Christian Couder | 2009-05-31 | 1 | -0/+1 |
* | | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 | 1 | -5/+5 |
|\ \ |
|
| * | | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
| * | | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -4/+4 |
| |/ |
|
* | | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 | 1 | -2/+2 |
|/ |
|
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | Merge branch 'jc/maint-1.6.0-keep-pack' into maint | Junio C Hamano | 2009-04-08 | 1 | -1/+1 |
|\ |
|
| * | has_sha1_pack(): refactor "pretend these packs do not exist" interface | Junio C Hamano | 2009-02-28 | 1 | -1/+1 |
* | | fsck: check loose objects from alternate object stores by default | Junio C Hamano | 2009-01-30 | 1 | -9/+12 |
* | | fsck: HEAD is part of refs | Junio C Hamano | 2009-01-30 | 1 | -5/+8 |
* | | Merge branch 'ap/clone-into-empty' | Junio C Hamano | 2009-01-17 | 1 | -10/+4 |
|\ \ |
|
| * | | add is_dot_or_dotdot inline function | Alexander Potashev | 2009-01-11 | 1 | -10/+4 |
* | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-17 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | builtin-fsck: fix off by one head count | Christian Couder | 2009-01-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'maint' | Junio C Hamano | 2008-12-11 | 1 | -7/+31 |
|\ \
| |/ |
|
| * | fsck: reduce stack footprint | Linus Torvalds | 2008-12-11 | 1 | -7/+31 |
* | | Make some of fwrite/fclose/write/close failures visible | Alex Riesen | 2008-12-04 | 1 | -2/+6 |
|/ |
|
* | Teach fsck and prune that tmp_obj_ file names may not be 14 bytes long | Brandon Casey | 2008-08-05 | 1 | -1/+1 |
* | fsck: Don't require tmp_obj_ file names are 14 bytes in length | Shawn O. Pearce | 2008-07-27 | 1 | -4/+2 |
* | Teach fsck and prune about the new location of temporary objects | Brandon Casey | 2008-07-24 | 1 | -0/+4 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | move show_pack_info() where it belongs | Nicolas Pitre | 2008-06-24 | 1 | -1/+1 |
* | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-03-02 | 1 | -237/+104 |
|\ |
|
| * | builtin-fsck: move common object checking code to fsck.c | Martin Koegler | 2008-02-25 | 1 | -235/+35 |
| * | builtin-fsck: reports missing parent commits | Martin Koegler | 2008-02-25 | 1 | -0/+24 |
| * | builtin-fsck: move away from object-refs to fsck_walk | Martin Koegler | 2008-02-25 | 1 | -28/+71 |
* | | Merge branch 'lt/in-core-index' | Junio C Hamano | 2008-02-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 | 1 | -1/+1 |
| |/ |
|
* | | git-fsck: report missing author/commit line in a commit as an error | Martin Koegler | 2008-02-03 | 1 | -3/+3 |
|/ |
|
* | Make 'git fsck' complain about non-commit branches | Linus Torvalds | 2008-01-16 | 1 | -5/+8 |
* | Fixed a command line option type for builtin-fsck.c | Emil Medve | 2007-10-30 | 1 | -1/+1 |
* | Make builtin-fsck.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -54/+26 |
* | fsck --lost-found: write blob's contents, not their SHA-1 | Johannes Schindelin | 2007-07-22 | 1 | -1/+11 |
* | Make every builtin-*.c file #include "builtin.h" | Peter Hagervall | 2007-07-14 | 1 | -1/+2 |
* | git-fsck: add --lost-found option | Johannes Schindelin | 2007-07-02 | 1 | -0/+22 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -2/+2 |
* | git-fsck: learn about --verbose | Johannes Schindelin | 2007-06-04 | 1 | -1/+41 |
* | Ensure the pack index is opened before access | Shawn O. Pearce | 2007-05-29 | 1 | -1/+4 |
* | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 | 1 | -2/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2007-04-29 | 1 | -0/+6 |
|\ |
|
| * | Catch empty pathnames in trees during fsck | Shawn O. Pearce | 2007-04-28 | 1 | -0/+6 |
* | | Merge branch 'lt/gitlink' | Junio C Hamano | 2007-04-21 | 1 | -1/+8 |
|\ \ |
|
| * | | Teach "fsck" not to follow subproject links | Linus Torvalds | 2007-04-10 | 1 | -1/+8 |
* | | | Merge branch 'np/pack' | Junio C Hamano | 2007-04-21 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | get rid of num_packed_objects() | Nicolas Pitre | 2007-04-10 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'maint' | Junio C Hamano | 2007-04-11 | 1 | -8/+16 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | fsck: do not complain on detached HEAD. | Junio C Hamano | 2007-04-11 | 1 | -8/+16 |
* | | Fix lost-found to show commits only referenced by reflogs | Shawn O. Pearce | 2007-04-05 | 1 | -1/+7 |
* | | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 2007-04-05 | 1 | -6/+3 |
|/ |
|