index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blob.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
2023-02-24
1
-1
/
+1
*
blob: drop unused parts of parse_blob_buffer()
Jeff King
2022-12-13
1
-2
/
+1
*
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2020-06-17
1
-1
/
+1
*
object: convert create_object() to use object_id
Jeff King
2019-06-20
1
-2
/
+1
*
object: convert lookup_object() to use object_id
Jeff King
2019-06-20
1
-1
/
+1
*
blob: allow lookup_blob to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-5
/
+5
*
blob: add repository argument to lookup_blob
Stefan Beller
2018-06-29
1
-1
/
+1
*
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+1
*
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-1
/
+1
*
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-0
/
+1
*
alloc: add repository argument to alloc_blob_node
Stefan Beller
2018-05-09
1
-1
/
+1
*
object: add repository argument to create_object
Stefan Beller
2018-05-09
1
-1
/
+3
*
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
1
-3
/
+3
*
add object_as_type helper for casting objects
Jeff King
2014-07-14
1
-8
/
+1
*
move setting of object->type to alloc_* functions
Jeff King
2014-07-14
1
-1
/
+1
*
Replace parse_blob() with an explanatory comment
Daniel Barkalow
2010-01-19
1
-21
/
+0
*
Clean up object creation to use more common code
Linus Torvalds
2007-04-17
1
-6
/
+2
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-3
/
+3
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-1
/
+0
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-13
1
-3
/
+3
*
Add specialized object allocator
Linus Torvalds
2006-06-20
1
-1
/
+1
*
Shrink "struct object" a bit
Linus Torvalds
2006-06-18
1
-5
/
+5
*
Replace xmalloc+memset(0) with xcalloc.
Peter Eriksen
2006-04-04
1
-2
/
+1
*
[PATCH] Compilation: zero-length array declaration.
Junio C Hamano
2006-01-07
1
-1
/
+1
*
[PATCH] Anal retentive 'const unsigned char *sha1'
Jason McMullan
2005-06-08
1
-1
/
+1
*
[PATCH] delta check
Nicolas Pitre
2005-05-21
1
-0
/
+2
*
[PATCH] don't load and decompress objects twice with parse_object()
Nicolas Pitre
2005-05-06
1
-3
/
+11
*
[PATCH] Fix memory leaks in git-fsck-cache
Sergey Vlasov
2005-05-04
1
-0
/
+1
*
[PATCH] Mark blobs as parsed when they're actually parsed
Daniel Barkalow
2005-04-28
1
-1
/
+19
*
[PATCH] introduce xmalloc and xrealloc
Christopher Li
2005-04-26
1
-1
/
+1
*
fsck-cache: notice missing "blob" objects.
Linus Torvalds
2005-04-24
1
-1
/
+0
*
[PATCH] Implementations of parsing functions
Daniel Barkalow
2005-04-18
1
-0
/
+24