index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fsck.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ma/leakplugs'
Junio C Hamano
2017-09-29
1
-6
/
+1
|
\
|
*
object_array: add and use `object_array_pop()`
Martin Ågren
2017-09-24
1
-6
/
+1
|
*
Merge branch 'rs/fsck-obj-leakfix' into maint
Junio C Hamano
2017-09-10
1
-11
/
+11
|
|
\
*
|
\
Merge branch 'jt/packmigrate'
Junio C Hamano
2017-08-27
1
-0
/
+1
|
\
\
\
|
*
|
|
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
2017-08-24
1
-0
/
+1
*
|
|
|
Merge branch 'jc/simplify-progress'
Junio C Hamano
2017-08-24
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
progress: simplify "delayed" progress API
Junio C Hamano
2017-08-19
1
-1
/
+1
*
|
|
|
Merge branch 'rs/fsck-obj-leakfix'
Junio C Hamano
2017-08-22
1
-11
/
+11
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
fsck: free buffers on error in fsck_obj()
René Scharfe
2017-08-11
1
-11
/
+11
*
|
|
|
Merge branch 'jt/fsck-code-cleanup'
Junio C Hamano
2017-08-11
1
-25
/
+16
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
fsck: cleanup unused variable
Jonathan Tan
2017-07-26
1
-3
/
+1
|
*
|
|
object: remove "used" field from struct object
Jonathan Tan
2017-07-20
1
-10
/
+14
|
*
|
|
fsck: remove redundant parse_tree() invocation
Jonathan Tan
2017-07-20
1
-12
/
+1
|
|
|
/
|
|
/
|
*
/
|
builtin/fsck: convert remaining caller of get_sha1 to object_id
brian m. carlson
2017-07-17
1
-4
/
+4
|
/
/
*
|
Merge branch 'rs/sha1-name-readdir-optim'
Junio C Hamano
2017-07-05
1
-1
/
+1
|
\
\
|
*
|
sha1_file: guard against invalid loose subdirectory numbers
René Scharfe
2017-06-24
1
-1
/
+1
*
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
|
*
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-2
/
+1
|
\
\
\
|
*
|
|
use xfopen() in more places
Nguyễn Thái Ngọc Duy
2017-05-26
1
-2
/
+1
|
|
/
/
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-8
/
+8
|
\
\
\
|
*
|
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-4
/
+4
|
*
|
|
Convert the verify_pack callback to struct object_id
brian m. carlson
2017-05-08
1
-3
/
+3
|
*
|
|
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
*
|
|
Convert struct cache_tree to use struct object_id
brian m. carlson
2017-05-02
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'js/larger-timestamps'
Junio C Hamano
2017-05-16
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
|
*
|
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
*
|
|
read-cache: force_verify_index_checksum
Jeff Hostetler
2017-04-15
1
-0
/
+1
|
/
/
*
|
Convert object iteration callbacks to struct object_id
brian m. carlson
2017-02-22
1
-12
/
+12
*
|
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
2017-02-22
1
-8
/
+8
|
/
*
Merge branch 'jk/fsck-connectivity-check-fix'
Junio C Hamano
2017-01-31
1
-37
/
+81
|
\
|
*
fsck: lazily load types under --connectivity-only
Jeff King
2017-01-26
1
-51
/
+7
|
*
fsck: move typename() printing to its own function
Jeff King
2017-01-26
1
-9
/
+20
|
*
fsck: check HAS_OBJ more consistently
Jeff King
2017-01-17
1
-2
/
+2
|
*
fsck: do not fallback "git fsck <bogus>" to "git fsck"
Jeff King
2017-01-17
1
-1
/
+1
|
*
fsck: tighten error-checks of "git fsck <head>"
Jeff King
2017-01-17
1
-2
/
+5
|
*
fsck: prepare dummy objects for --connectivity-check
Jeff King
2017-01-17
1
-23
/
+97
|
*
fsck: report trees as dangling
Jeff King
2017-01-17
1
-1
/
+1
*
|
fsck: parse loose object paths directly
Jeff King
2017-01-16
1
-13
/
+33
|
/
*
alternates: use a separate scratch space
Jeff King
2016-10-10
1
-8
/
+2
*
streaming: make stream_blob_to_fd take struct object_id
brian m. carlson
2016-09-07
1
-1
/
+1
*
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
1
-1
/
+1
*
Merge branch 'nd/pack-ofs-4gb-limit'
Junio C Hamano
2016-07-28
1
-0
/
+4
|
\
|
*
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
2016-07-13
1
-0
/
+4
*
|
fsck: optionally show more helpful info for broken links
Johannes Schindelin
2016-07-19
1
-4
/
+38
*
|
fsck: give the error function a chance to see the fsck_options
Johannes Schindelin
2016-07-18
1
-1
/
+2
*
|
fsck: refactor how to describe objects
Johannes Schindelin
2016-07-18
1
-14
/
+23
*
|
fsck_head_link(): remove unneeded flag variable
Michael Haggerty
2016-04-10
1
-2
/
+1
|
/
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
[next]