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