๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.52-rc1
  1. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren ยท 2 years ago
  2. a64215b object.h: stop depending on cache.h; make cache.h depend on object.h by Elijah Newren ยท 2 years, 10 months ago
  3. c1166ca blob: drop unused parts of parse_blob_buffer() by Jeff King ยท 3 years ago
  4. 6da43d9 object: drop parsed_object_pool->commit_count by Abhishek Kumar ยท 5 years ago
  5. a378509 object: convert create_object() to use object_id by Jeff King ยท 6 years ago
  6. d0229ab object: convert lookup_object() to use object_id by Jeff King ยท 6 years ago
  7. 17126cd blob: allow lookup_blob to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  8. da14a7f blob: add repository argument to lookup_blob by Stefan Beller ยท 7 years ago
  9. 1268dfa object: add repository argument to object_as_type by Stefan Beller ยท 7 years ago
  10. 5abddd1 object: add repository argument to lookup_object by Stefan Beller ยท 7 years ago
  11. 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller ยท 8 years ago
  12. f0de1d6 alloc: add repository argument to alloc_blob_node by Stefan Beller ยท 8 years ago
  13. 68f95d3 object: add repository argument to create_object by Stefan Beller ยท 8 years ago
  14. 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson ยท 9 years ago
  15. 8ff226a add object_as_type helper for casting objects by Jeff King ยท 11 years ago
  16. d36f51c move setting of object->type to alloc_* functions by Jeff King ยท 11 years ago
  17. 837d395 Replace parse_blob() with an explanatory comment by Daniel Barkalow ยท 16 years ago
  18. 100c5f3 Clean up object creation to use more common code by Linus Torvalds ยท 19 years ago
  19. 21666f1 convert object type handling from a string to a number by Nicolas Pitre ยท 19 years ago
  20. 8502357 simplify inclusion of system header files. by Junio C Hamano ยท 19 years ago
  21. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds ยท 19 years ago
  22. 855419f Add specialized object allocator by Linus Torvalds ยท 19 years ago
  23. 885a86a Shrink "struct object" a bit by Linus Torvalds ยท 19 years ago
  24. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen ยท 20 years ago
  25. 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano ยท 20 years ago
  26. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan ยท 21 years ago
  27. d1af002 [PATCH] delta check by Nicolas Pitre ยท 21 years ago
  28. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre ยท 21 years ago
  29. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov ยท 21 years ago
  30. a510bfa [PATCH] Mark blobs as parsed when they're actually parsed by Daniel Barkalow ยท 21 years ago
  31. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li ยท 21 years ago
  32. 4728b86 fsck-cache: notice missing "blob" objects. by Linus Torvalds ยท 21 years ago
  33. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow ยท 21 years ago