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
2007-04-16
Clean up object creation to use more common code
Linus Torvalds
1
-7
/
+7
2007-04-16
Use proper object allocators for unknown object nodes too
Linus Torvalds
1
-12
/
+3
2007-03-20
Don't ever return corrupt objects from "parse_object()"
Linus Torvalds
1
-2
/
+4
2007-02-27
get rid of lookup_object_type()
Nicolas Pitre
1
-18
/
+0
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-8
/
+8
2007-02-27
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
1
-3
/
+23
2006-09-16
Add git-for-each-ref: helper for language bindings
Junio C Hamano
1
-27
/
+41
2006-08-27
Use xcalloc instead of calloc
Jonas Fonseca
1
-1
/
+1
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-1
/
+1
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-1
/
+1
2006-07-12
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
1
-3
/
+4
2006-07-01
git object hash cleanups
Linus Torvalds
1
-44
/
+53
2006-06-29
Abstract out accesses to object hash array
Linus Torvalds
1
-3
/
+12
2006-06-19
Add "named object array" concept
Linus Torvalds
1
-0
/
+17
2006-06-18
Remove "refs" field from "struct object"
Linus Torvalds
1
-70
/
+0
2006-06-17
Shrink "struct object" a bit
Linus Torvalds
1
-2
/
+6
2006-05-29
Make "tree_entry" have a SHA1 instead of a union of object pointers
Linus Torvalds
1
-1
/
+1
2006-05-29
Make "struct tree" contain the pointer to the tree buffer
Linus Torvalds
1
-1
/
+4
2006-04-04
Replace xmalloc+memset(0) with xcalloc.
Peter Eriksen
1
-4
/
+2
2006-04-04
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
1
-4
/
+4
2006-02-12
Fix object re-hashing
Linus Torvalds
1
-1
/
+1
2006-02-12
hashtable-based objects: minimum fixups.
Junio C Hamano
1
-2
/
+4
2006-02-12
Use a hashtable for objects instead of a sorted list
Johannes Schindelin
1
-29
/
+40
2006-01-07
[PATCH] Compilation: zero-length array declaration.
Junio C Hamano
1
-1
/
+1
2005-12-06
qsort() ptrdiff_t may be larger than int
Junio C Hamano
1
-1
/
+6
2005-11-15
Rework object refs tracking to reduce memory usage
Sergey Vlasov
1
-18
/
+44
2005-09-16
[PATCH] Avoid building object ref lists when not needed
Linus Torvalds
1
-3
/
+10
2005-09-10
[PATCH] Add function to append to an object_list.
Daniel Barkalow
1
-0
/
+11
2005-08-02
[PATCH] Object library enhancements
barkalow@iabervon.org
1
-1
/
+54
2005-06-27
[PATCH] Remove "delta" object representation.
Junio C Hamano
1
-18
/
+6
2005-06-21
[PATCH] Parse tags for absent objects
Daniel Barkalow
1
-0
/
+16
2005-06-08
[PATCH] Anal retentive 'const unsigned char *sha1'
Jason McMullan
1
-4
/
+4
2005-05-25
Make "parse_object()" also fill in commit message buffer data.
Linus Torvalds
1
-0
/
+4
2005-05-22
Include file cleanups..
Linus Torvalds
1
-2
/
+0
2005-05-20
[PATCH] delta check
Nicolas Pitre
1
-2
/
+9
2005-05-06
[PATCH] don't load and decompress objects twice with parse_object()
Nicolas Pitre
1
-14
/
+16
2005-05-04
[PATCH] Fix memory leaks in git-fsck-cache
Sergey Vlasov
1
-1
/
+2
2005-04-28
[PATCH] Add function to parse an object of unspecified type (take 2)
Daniel Barkalow
1
-0
/
+40
2005-04-26
[PATCH] introduce xmalloc and xrealloc
Christopher Li
1
-2
/
+2
2005-04-18
[PATCH] Implementations of parsing functions
Daniel Barkalow
1
-0
/
+96
[prev]