1. 0e5e228 builtin/pack-redundant: avoid casting buffers to struct object_id by brian m. carlson · 3 years, 11 months ago
  2. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  3. dfcd905 Merge branch 'jc/deprecate-pack-redundant' by Junio C Hamano · 4 years, 2 months ago
  4. c46f849 Merge branch 'jx/pack-redundant-on-single-pack' by Junio C Hamano · 4 years, 3 months ago
  5. 0696232 pack-redundant: fix crash when one packfile in repo by Jiang Xin · 4 years, 3 months ago
  6. c3b5847 pack-redundant: gauge the usage before proposing its removal by Junio C Hamano · 4 years, 7 months ago
  7. a9bc372 use size_t to store pack .idx byte offsets by Jeff King · 4 years, 4 months ago
  8. 538b152 object-store: rename and expand packed_git's sha1 member by brian m. carlson · 6 years ago
  9. cf0879f Merge branch 'sc/pack-redundant' by Junio C Hamano · 6 years ago
  10. 0e37abd pack-redundant: consistent sort method by Jiang Xin · 6 years ago
  11. 4bc0cc1 pack-redundant: rename pack_list.all_objects by Jiang Xin · 6 years ago
  12. 3084a01 pack-redundant: new algorithm to find min packs by Sun Chao · 6 years ago
  13. 8822859 pack-redundant: delete redundant code by Sun Chao · 6 years ago
  14. 3011177 pack-redundant: delay creation of unique_objects by Jiang Xin · 6 years ago
  15. 33de80b various: tighten constness of some local variables by Shahzad Lone · 6 years ago
  16. 454ea2e treewide: use get_all_packs by Derrick Stolee · 7 years ago
  17. 6390fe2 pack-redundant: convert linked lists to use struct object_id by brian m. carlson · 7 years ago
  18. 00de606 pack-redundant: abstract away hash algorithm by brian m. carlson · 7 years ago
  19. 3a1ec60 Merge branch 'sb/packfiles-in-repository' by Junio C Hamano · 7 years ago
  20. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
  21. 464416a packfile: keep prepare_packed_git() private by Nguyễn Thái Ngọc Duy · 7 years ago
  22. 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller · 7 years ago
  23. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  24. b2e4baf pack-redundant: rename 'new' variables by Brandon Williams · 7 years ago
  25. 4f39cd8 pack: move pack name-related functions by Jonathan Tan · 8 years ago
  26. 077a34e pack-redundant: plug memory leak by Johannes Schindelin · 8 years ago
  27. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  28. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  29. bdd478d Fix sizeof usage in get_permutations by Matthew Daley · 12 years ago
  30. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  31. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-pack-redundant.c]
  32. 377d027 make "git pack-redundant" a built-in by Linus Torvalds · 15 years ago[Renamed (98%) from pack-redundant.c]
  33. 99caeed Let 'git <command> -h' show usage without a git dir by Jonathan Nieder · 15 years ago
  34. eeefa7c Style fixes, add a space after if/for/while. by Brian Gianforcaro · 16 years ago
  35. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  36. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  37. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  38. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  39. eaa8677 Simplify index access condition in count-objects, pack-redundant by Shawn O. Pearce · 18 years ago
  40. d079837 Lazily open pack index files on demand by Shawn O. Pearce · 18 years ago
  41. 8c681e0 pack-redundant.c: learn about index v2 by Nicolas Pitre · 18 years ago
  42. 4287307 [PATCH] clean up pack index handling a bit by Nicolas Pitre · 18 years ago
  43. c4001d9 Use off_t when we really mean a file offset. by Shawn O. Pearce · 18 years ago
  44. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  45. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  46. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  47. 962554c Use setenv(), fix warnings by Timo Hirvonen · 19 years ago
  48. 6d016c9 git-pack-redundant: speed and memory usage improvements by Lukas Sandström · 19 years ago
  49. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  50. b99a394 pack-redundant: type cleanups. by Junio C Hamano · 19 years ago
  51. d1ab157 arguments cleanup and some formatting by Alex Riesen · 19 years ago
  52. 2b6e34c remove unused variable by Alex Riesen · 19 years ago
  53. 60435f6 speedup allocation in pack-redundant.c by Alex Riesen · 19 years ago
  54. bb931cf Make git-pack-redundant take a list of unimportant objs on stdin by Lukas Sandström · 19 years ago
  55. bd22c90 Fix sparse warnings by Timo Hirvonen · 19 years ago
  56. 06a45c8 Improve the readability of git-pack-redundant by Lukas Sandström · 19 years ago
  57. 0cb022e Fix a bug in get_all_permutations. by Lukas Sandström · 19 years ago
  58. 3afd169 Fix bug introduced by the latest changes to git-pack-redundant by Lukas Sandström · 19 years ago
  59. 751a71e Make git-pack-redundant non-horribly slow on large sets of packs by Lukas Sandström · 19 years ago
  60. 1a41e74 Fix llist_sorted_difference_inplace in git-pack-redundant by Lukas Sandström · 19 years ago
  61. abacbe4 Fix compilation warnings in pack-redundant.c by Kai Ruemmler · 19 years ago
  62. 1c3039e Make git-pack-redundant consider alt-odbs by Lukas_Sandström · 19 years ago
  63. 9bc0f32 Rename git-pack-intersect to git-pack-redundant by Lukas_Sandström · 19 years ago[Renamed (98%) from pack-intersect.c]
  64. c283ab2 Add git-pack-intersect by Lukas_Sandström · 19 years ago