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
/
blob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-18
Replace parse_blob() with an explanatory comment
Daniel Barkalow
1
-21
/
+0
2007-04-16
Clean up object creation to use more common code
Linus Torvalds
1
-6
/
+2
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-3
/
+3
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-1
/
+0
2006-07-12
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
1
-3
/
+3
2006-06-19
Add specialized object allocator
Linus Torvalds
1
-1
/
+1
2006-06-17
Shrink "struct object" a bit
Linus Torvalds
1
-5
/
+5
2006-04-04
Replace xmalloc+memset(0) with xcalloc.
Peter Eriksen
1
-2
/
+1
2006-01-07
[PATCH] Compilation: zero-length array declaration.
Junio C Hamano
1
-1
/
+1
2005-06-08
[PATCH] Anal retentive 'const unsigned char *sha1'
Jason McMullan
1
-1
/
+1
2005-05-20
[PATCH] delta check
Nicolas Pitre
1
-0
/
+2
2005-05-06
[PATCH] don't load and decompress objects twice with parse_object()
Nicolas Pitre
1
-3
/
+11
2005-05-04
[PATCH] Fix memory leaks in git-fsck-cache
Sergey Vlasov
1
-0
/
+1
2005-04-28
[PATCH] Mark blobs as parsed when they're actually parsed
Daniel Barkalow
1
-1
/
+19
2005-04-26
[PATCH] introduce xmalloc and xrealloc
Christopher Li
1
-1
/
+1
2005-04-24
fsck-cache: notice missing "blob" objects.
Linus Torvalds
1
-1
/
+0
2005-04-18
[PATCH] Implementations of parsing functions
Daniel Barkalow
1
-0
/
+24