๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
GIT 1.5.3
  1. e2ac7cb Don't assume tree entries that are not dirs are blobs by Sam Vilain ยท 19 years ago
  2. 7602620 Merge branch 'maint-1.5.1' into maint by Junio C Hamano ยท 19 years ago
  3. 0b1f113 fix memory leak in parse_object when check_sha1_signature fails by Carlos Rica ยท 19 years ago
  4. e5709a4 add add_object_array_with_mode by Martin Koegler ยท 19 years ago
  5. 100c5f3 Clean up object creation to use more common code by Linus Torvalds ยท 19 years ago
  6. 2c1cbec Use proper object allocators for unknown object nodes too by Linus Torvalds ยท 19 years ago
  7. acdeec6 Don't ever return corrupt objects from "parse_object()" by Linus Torvalds ยท 19 years ago
  8. 0ab1795 get rid of lookup_object_type() by Nicolas Pitre ยท 19 years ago
  9. 21666f1 convert object type handling from a string to a number by Nicolas Pitre ยท 19 years ago
  10. df84366 formalize typename(), and add its reverse type_from_string() by Nicolas Pitre ยท 19 years ago
  11. 9f613dd Add git-for-each-ref: helper for language bindings by Junio C Hamano ยท 19 years ago
  12. b3c952f Use xcalloc instead of calloc by Jonas Fonseca ยท 19 years ago
  13. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce ยท 19 years ago
  14. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes ยท 19 years ago
  15. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds ยท 19 years ago
  16. 0556a11 git object hash cleanups by Linus Torvalds ยท 19 years ago v1.4.1
  17. fc046a7 Abstract out accesses to object hash array by Linus Torvalds ยท 19 years ago
  18. 1f1e895 Add "named object array" concept by Linus Torvalds ยท 19 years ago
  19. 3e4339e Remove "refs" field from "struct object" by Linus Torvalds ยท 20 years ago
  20. 885a86a Shrink "struct object" a bit by Linus Torvalds ยท 20 years ago
  21. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds ยท 20 years ago
  22. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds ยท 20 years ago
  23. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen ยท 20 years ago
  24. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen ยท 20 years ago
  25. d7ee090 Fix object re-hashing by Linus Torvalds ยท 20 years ago
  26. 2b79636 hashtable-based objects: minimum fixups. by Junio C Hamano ยท 20 years ago
  27. 070879c Use a hashtable for objects instead of a sorted list by Johannes Schindelin ยท 20 years ago
  28. 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano ยท 20 years ago
  29. e23eff8 qsort() ptrdiff_t may be larger than int by Junio C Hamano ยท 20 years ago
  30. 4a4e6fd Rework object refs tracking to reduce memory usage by Sergey Vlasov ยท 20 years ago
  31. 8805cca [PATCH] Avoid building object ref lists when not needed by Linus Torvalds ยท 20 years ago
  32. 680bab3 [PATCH] Add function to append to an object_list. by Daniel Barkalow ยท 20 years ago
  33. 66e481b [PATCH] Object library enhancements by barkalow@iabervon.org ยท 20 years ago
  34. c4584ae [PATCH] Remove "delta" object representation. by Junio C Hamano ยท 20 years ago
  35. 89e4202 [PATCH] Parse tags for absent objects by Daniel Barkalow ยท 20 years ago
  36. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan ยท 21 years ago
  37. bd1e17e Make "parse_object()" also fill in commit message buffer data. by Linus Torvalds ยท 21 years ago
  38. 6b0c312 Include file cleanups.. by Linus Torvalds ยท 21 years ago
  39. d1af002 [PATCH] delta check by Nicolas Pitre ยท 21 years ago
  40. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre ยท 21 years ago
  41. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov ยท 21 years ago
  42. e9eefa6 [PATCH] Add function to parse an object of unspecified type (take 2) by Daniel Barkalow ยท 21 years ago
  43. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li ยท 21 years ago
  44. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow ยท 21 years ago