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
/
object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
1
-1
/
+1
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
1
-1
/
+1
2021-12-07
object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
1
-2
/
+2
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-07-28
Merge branch 'jk/log-decorate-optim'
Junio C Hamano
1
-0
/
+18
2021-07-07
speed up alt_odb_usable() with many alternates
Eric Wong
1
-0
/
+2
2021-06-28
object.h: add lookup_object_by_type() function
Jeff King
1
-0
/
+18
2021-04-13
lookup_unknown_object(): take a repository argument
Jeff King
1
-4
/
+3
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2021-01-11
bundle: lost objects when removing duplicate pendings
Jiang Xin
1
-4
/
+6
2020-11-21
Merge branch 'en/strmap'
Junio C Hamano
1
-1
/
+1
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-1
/
+1
2020-10-31
object: allow clear_commit_marks_all to handle any repo
René Scharfe
1
-3
/
+3
2020-06-17
object: drop parsed_object_pool->commit_count
Abhishek Kumar
1
-2
/
+2
2020-03-02
Merge branch 'jk/object-filter-with-bitmap'
Junio C Hamano
1
-0
/
+9
2020-02-14
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
1
-2
/
+3
2020-02-13
pack-bitmap: fix leak of haves/wants object lists
Jeff King
1
-0
/
+9
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
1
-2
/
+3
2020-01-17
replace-object: make replace operations thread-safe
Matheus Tavares
1
-0
/
+2
2019-12-03
packfile.c: speed up loading lots of packfiles
Colin Stolley
1
-0
/
+3
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-1
/
+0
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
1
-13
/
+13
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
1
-1
/
+1
2019-06-20
object: convert create_object() to use object_id
Jeff King
1
-3
/
+3
2019-06-20
object: convert internal hash_obj() to object_id
Jeff King
1
-4
/
+4
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-6
/
+6
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-3
/
+3
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
1
-1
/
+1
2019-02-07
object: fix leak of shallow_stat
Josh Steadmon
1
-0
/
+2
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-2
/
+2
2019-02-05
Merge branch 'sg/object-as-type-commit-graph-fix'
Junio C Hamano
1
-2
/
+3
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-4
/
+4
2019-01-27
object_as_type: initialize commit-graph-related fields of 'struct commit'
SZEDER Gábor
1
-2
/
+3
2019-01-08
prefer "hash mismatch" to "sha1 mismatch"
Jeff King
1
-2
/
+2
2019-01-08
object-store: factor out odb_clear_loose_cache()
René Scharfe
1
-1
/
+1
2018-12-28
commit: prepare free_commit_buffer and release_commit_memory for any repo
Stefan Beller
1
-1
/
+1
2018-11-14
object: parse_object to honor its repository argument
Stefan Beller
1
-3
/
+3
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-9
/
+10
2018-11-13
handle alternates paths the same as the main object dir
Jeff King
1
-1
/
+0
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
1
-5
/
+5
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-1
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-5
/
+5
2018-07-23
object.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2018-07-17
commit-graph: store graph in struct object_store
Jonathan Tan
1
-0
/
+5
2018-06-29
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
1
-7
/
+7
2018-06-29
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
1
-9
/
+9
2018-06-29
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
1
-0
/
+5
2018-06-29
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
1
-8
/
+7
2018-06-29
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
1
-2
/
+2
[next]