๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.2.0-rc0
  1. 189a122 drop add_object_array_with_mode by Jeff King ยท 11 years ago
  2. 9e0c3c4 make add_object_array_with_context interface more sane by Jeff King ยท 11 years ago
  3. 46be823 object_array: add a "clear" function by Jeff King ยท 11 years ago
  4. 68f4923 object_array: factor out slopbuf-freeing logic by Jeff King ยท 11 years ago
  5. 1c2ea2c Merge branch 'rs/realloc-array' by Junio C Hamano ยท 11 years ago
  6. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by Renรฉ Scharfe ยท 11 years ago
  7. fe8e3b7 Refactor type_from_string() to allow continuing after detecting an error by Johannes Schindelin ยท 11 years ago
  8. 10b944b Merge branch 'jk/alloc-commit-id' by Junio C Hamano ยท 11 years ago
  9. d66bebc object_as_type: set commit index by Jeff King ยท 11 years ago
  10. 8ff226a add object_as_type helper for casting objects by Jeff King ยท 11 years ago
  11. 5af01ca parse_object_buffer: do not set object type by Jeff King ยท 11 years ago
  12. d36f51c move setting of object->type to alloc_* functions by Jeff King ยท 11 years ago
  13. 039dc71 hashmap: factor out getting a hash code from a SHA1 by Karsten Blees ยท 11 years ago
  14. 8597ea3 commit: record buffer length in cache by Jeff King ยท 12 years ago
  15. a97934d use get_cached_commit_buffer where appropriate by Jeff King ยท 12 years ago
  16. 66c2827 provide a helper to set the commit buffer by Jeff King ยท 12 years ago
  17. 33bef7e Document some functions defined in object.c by Michael Haggerty ยท 12 years ago
  18. 4197361 Merge branch 'mg/more-textconv' by Junio C Hamano ยท 12 years ago
  19. 9f36c9b lookup_object: remove hashtable_index() and optimize hash_obj() by Nicolas Pitre ยท 12 years ago
  20. 5701c3d Merge branch 'sb/parse-object-buffer-eaten' by Junio C Hamano ยท 12 years ago
  21. 8e92e8f parse_object_buffer: correct freeing the buffer by Stefan Beller ยท 12 years ago
  22. ede63a1 Merge branch 'mh/reflife' by Junio C Hamano ยท 13 years ago
  23. 31faeb2 object_array_entry: fix memory handling of the name field by Michael Haggerty ยท 13 years ago
  24. 4818cfc Merge branch 'jk/lookup-object-prefer-latest' by Junio C Hamano ยท 13 years ago
  25. 1506510 object_array_remove_duplicates(): rewrite to reduce copying by Michael Haggerty ยท 13 years ago
  26. aeb4a51 object_array: add function object_array_filter() by Michael Haggerty ยท 13 years ago
  27. afa15f3 grep: honor --textconv for the case rev:path by Michael J Gruber ยท 13 years ago
  28. 9a41448 lookup_object: prioritize recently found objects by Jeff King ยท 13 years ago
  29. 75a9549 avoid segfaults on parse_object failure by Jeff King ยท 13 years ago
  30. 82247e9 remove superfluous newlines in error messages by Pete Wyckoff ยท 14 years ago
  31. 419f2ec Merge branch 'hv/submodule-recurse-push' by Junio C Hamano ยท 14 years ago
  32. bcc0a3e Teach revision walking machinery to walk multiple times sequencially by Heiko Voigt ยท 14 years ago
  33. 090ea12 parse_object: avoid putting whole blob in core by Nguyแป…n Thรกi Ngแปc Duy ยท 14 years ago
  34. ccdc603 parse_object: try internal cache before reading object db by Jeff King ยท 14 years ago
  35. 68be2fe receive-pack, fetch-pack: reject bogus pack that records objects twice by Junio C Hamano ยท 14 years ago
  36. 4bbf5a2 read_sha1_file(): get rid of read_sha1_file_repl() madness by Junio C Hamano ยท 15 years ago
  37. 4682693 Merge branch 'maint' by Junio C Hamano ยท 15 years ago v1.7.3-rc0
  38. af24059 Merge branch 'xx/trivial' into maint by Junio C Hamano ยท 15 years ago
  39. 55b4e9e Fix whitespace issue in object.c by Jared Hance ยท 15 years ago
  40. f92d62e Merge branch 'nd/maint-fix-replace' by Junio C Hamano ยท 15 years ago
  41. 2e3400c parse_object: pass on the original sha1, not the replaced one by Nguyแป…n Thรกi Ngแปc Duy ยท 15 years ago
  42. 97a20ee fix "bundle --stdin" segfault by Jonathan Nieder ยท 16 years ago
  43. c761898 object.c: remove unused functions by Junio C Hamano ยท 16 years ago
  44. 0e87c36 object: call "check_sha1_signature" with the replacement sha1 by Christian Couder ยท 17 years ago
  45. 91fe2f9 Unify signedness in hashing calls by Dan McGee ยท 17 years ago
  46. b867d32 Fix type-punning issues by Dan McGee ยท 17 years ago
  47. b2a6d1c bundle: allow the same ref to be given more than once by Junio C Hamano ยท 17 years ago
  48. d0b8c9e parse_object_buffer: don't ignore errors from the object specific parsing functions by Martin Koegler ยท 18 years ago
  49. cc21682 Don't dereference NULL upon lookup failure. by Jim Meyering ยท 18 years ago
  50. e2ac7cb Don't assume tree entries that are not dirs are blobs by Sam Vilain ยท 19 years ago
  51. 7602620 Merge branch 'maint-1.5.1' into maint by Junio C Hamano ยท 19 years ago
  52. 0b1f113 fix memory leak in parse_object when check_sha1_signature fails by Carlos Rica ยท 19 years ago
  53. e5709a4 add add_object_array_with_mode by Martin Koegler ยท 19 years ago
  54. 100c5f3 Clean up object creation to use more common code by Linus Torvalds ยท 19 years ago
  55. 2c1cbec Use proper object allocators for unknown object nodes too by Linus Torvalds ยท 19 years ago
  56. acdeec6 Don't ever return corrupt objects from "parse_object()" by Linus Torvalds ยท 19 years ago
  57. 0ab1795 get rid of lookup_object_type() by Nicolas Pitre ยท 19 years ago
  58. 21666f1 convert object type handling from a string to a number by Nicolas Pitre ยท 19 years ago
  59. df84366 formalize typename(), and add its reverse type_from_string() by Nicolas Pitre ยท 19 years ago
  60. 9f613dd Add git-for-each-ref: helper for language bindings by Junio C Hamano ยท 19 years ago
  61. b3c952f Use xcalloc instead of calloc by Jonas Fonseca ยท 19 years ago
  62. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce ยท 19 years ago
  63. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes ยท 19 years ago
  64. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds ยท 19 years ago
  65. 0556a11 git object hash cleanups by Linus Torvalds ยท 19 years ago v1.4.1
  66. fc046a7 Abstract out accesses to object hash array by Linus Torvalds ยท 19 years ago
  67. 1f1e895 Add "named object array" concept by Linus Torvalds ยท 19 years ago
  68. 3e4339e Remove "refs" field from "struct object" by Linus Torvalds ยท 20 years ago
  69. 885a86a Shrink "struct object" a bit by Linus Torvalds ยท 20 years ago
  70. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds ยท 20 years ago
  71. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds ยท 20 years ago
  72. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen ยท 20 years ago
  73. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen ยท 20 years ago
  74. d7ee090 Fix object re-hashing by Linus Torvalds ยท 20 years ago
  75. 2b79636 hashtable-based objects: minimum fixups. by Junio C Hamano ยท 20 years ago
  76. 070879c Use a hashtable for objects instead of a sorted list by Johannes Schindelin ยท 20 years ago
  77. 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano ยท 20 years ago
  78. e23eff8 qsort() ptrdiff_t may be larger than int by Junio C Hamano ยท 20 years ago
  79. 4a4e6fd Rework object refs tracking to reduce memory usage by Sergey Vlasov ยท 20 years ago
  80. 8805cca [PATCH] Avoid building object ref lists when not needed by Linus Torvalds ยท 20 years ago
  81. 680bab3 [PATCH] Add function to append to an object_list. by Daniel Barkalow ยท 20 years ago
  82. 66e481b [PATCH] Object library enhancements by barkalow@iabervon.org ยท 20 years ago
  83. c4584ae [PATCH] Remove "delta" object representation. by Junio C Hamano ยท 20 years ago
  84. 89e4202 [PATCH] Parse tags for absent objects by Daniel Barkalow ยท 20 years ago
  85. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan ยท 21 years ago
  86. bd1e17e Make "parse_object()" also fill in commit message buffer data. by Linus Torvalds ยท 21 years ago
  87. 6b0c312 Include file cleanups.. by Linus Torvalds ยท 21 years ago
  88. d1af002 [PATCH] delta check by Nicolas Pitre ยท 21 years ago
  89. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre ยท 21 years ago
  90. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov ยท 21 years ago
  91. e9eefa6 [PATCH] Add function to parse an object of unspecified type (take 2) by Daniel Barkalow ยท 21 years ago
  92. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li ยท 21 years ago
  93. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow ยท 21 years ago