index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-fsck.c
Commit message (
Expand
)
Author
Age
*
Teach fsck and prune that tmp_obj_ file names may not be 14 bytes long
Brandon Casey
2008-08-05
*
fsck: Don't require tmp_obj_ file names are 14 bytes in length
Shawn O. Pearce
2008-07-27
*
Teach fsck and prune about the new location of temporary objects
Brandon Casey
2008-07-24
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
*
move show_pack_info() where it belongs
Nicolas Pitre
2008-06-24
*
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
2008-03-02
|
\
|
*
builtin-fsck: move common object checking code to fsck.c
Martin Koegler
2008-02-25
|
*
builtin-fsck: reports missing parent commits
Martin Koegler
2008-02-25
|
*
builtin-fsck: move away from object-refs to fsck_walk
Martin Koegler
2008-02-25
*
|
Merge branch 'lt/in-core-index'
Junio C Hamano
2008-02-11
|
\
\
|
*
|
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
|
|
/
*
|
git-fsck: report missing author/commit line in a commit as an error
Martin Koegler
2008-02-03
|
/
*
Make 'git fsck' complain about non-commit branches
Linus Torvalds
2008-01-16
*
Fixed a command line option type for builtin-fsck.c
Emil Medve
2007-10-30
*
Make builtin-fsck.c use parse_options.
Pierre Habouzit
2007-10-29
*
fsck --lost-found: write blob's contents, not their SHA-1
Johannes Schindelin
2007-07-22
*
Make every builtin-*.c file #include "builtin.h"
Peter Hagervall
2007-07-14
*
git-fsck: add --lost-found option
Johannes Schindelin
2007-07-02
*
War on whitespace
Junio C Hamano
2007-06-07
*
git-fsck: learn about --verbose
Johannes Schindelin
2007-06-04
*
Ensure the pack index is opened before access
Shawn O. Pearce
2007-05-29
*
rename dirlink to gitlink.
Martin Waitz
2007-05-21
*
Merge branch 'maint'
Junio C Hamano
2007-04-29
|
\
|
*
Catch empty pathnames in trees during fsck
Shawn O. Pearce
2007-04-28
*
|
Merge branch 'lt/gitlink'
Junio C Hamano
2007-04-21
|
\
\
|
*
|
Teach "fsck" not to follow subproject links
Linus Torvalds
2007-04-10
*
|
|
Merge branch 'np/pack'
Junio C Hamano
2007-04-21
|
\
\
\
|
*
|
|
get rid of num_packed_objects()
Nicolas Pitre
2007-04-10
|
|
/
/
*
|
|
Merge branch 'maint'
Junio C Hamano
2007-04-11
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
fsck: do not complain on detached HEAD.
Junio C Hamano
2007-04-11
*
|
Fix lost-found to show commits only referenced by reflogs
Shawn O. Pearce
2007-04-05
*
|
clean up and optimize nth_packed_object_sha1() usage
Nicolas Pitre
2007-04-05
|
/
*
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
2007-03-21
*
Merge branch 'jc/fsck'
Junio C Hamano
2007-03-10
|
\
|
*
fsck: exit with non-zero status upon errors
Junio C Hamano
2007-03-05
|
*
fsck: fix broken loose object check.
Junio C Hamano
2007-03-05
*
|
Use uint32_t for all packed object counts.
Shawn O. Pearce
2007-03-07
|
/
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-20
*
Merge branch 'master' into np/dreflog
Junio C Hamano
2007-02-03
*
Assorted typo fixes
Pavel Roskin
2007-02-03
*
Make fsck and fsck-objects be builtins.
Mark Wooding
2007-01-29