index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
2023-02-24
1
-1
/
+1
*
alloc.[ch]: remove alloc_report() function
Ævar Arnfjörð Bjarmason
2022-04-01
1
-21
/
+0
*
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-2
/
+0
*
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2020-06-17
1
-5
/
+11
*
object_as_type: initialize commit-graph-related fields of 'struct commit'
SZEDER Gábor
2019-01-28
1
-3
/
+8
*
alloc: make allocate_alloc_state and clear_alloc_state more consistent
Elijah Newren
2018-08-15
1
-1
/
+1
*
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-24
/
+41
|
\
|
*
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-24
/
+41
|
*
alloc: add repository argument to alloc_commit_index
Stefan Beller
2018-05-09
1
-2
/
+2
|
*
alloc: add repository argument to alloc_report
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
alloc: add repository argument to alloc_object_node
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
alloc: add repository argument to alloc_tag_node
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
alloc: add repository argument to alloc_commit_node
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
alloc: add repository argument to alloc_tree_node
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
alloc: add repository argument to alloc_blob_node
Stefan Beller
2018-05-09
1
-1
/
+1
*
|
commit: add generation number to struct commit
Derrick Stolee
2018-05-22
1
-0
/
+1
*
|
commit: integrate commit graph with commit parsing
Derrick Stolee
2018-04-11
1
-0
/
+1
|
/
*
alloc: factor out commit index
Jeff King
2014-07-14
1
-2
/
+7
*
move setting of object->type to alloc_* functions
Jeff King
2014-07-14
1
-0
/
+5
*
alloc: write out allocator definitions
Jeff King
2014-07-14
1
-11
/
+27
*
alloc.c: remove the alloc_raw_commit_node() function
Ramsay Jones
2014-07-14
1
-18
/
+29
*
commit: push commit_index update into alloc_commit_node
Jeff King
2014-06-12
1
-2
/
+10
*
alloc: include any-object allocations in alloc_report
Jeff King
2014-06-12
1
-6
/
+7
*
alloc.c: have SP around arithmetic operators
Junio C Hamano
2013-10-16
1
-1
/
+1
*
unbreak and eliminate NO_C99_FORMAT
Jonathan Nieder
2011-03-17
1
-9
/
+2
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-02
1
-1
/
+1
*
Clean up object creation to use more common code
Linus Torvalds
2007-04-17
1
-1
/
+1
*
Use proper object allocators for unknown object nodes too
Linus Torvalds
2007-04-17
1
-8
/
+20
*
Add NO_C99_FORMAT to support older compilers.
Ramsay Allan Jones
2006-08-02
1
-1
/
+14
*
Add specialized object allocator
Linus Torvalds
2006-06-20
1
-0
/
+51