1. 3a1ec60 Merge branch 'sb/packfiles-in-repository' by Junio C Hamano · 7 years ago
  2. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
  3. 464416a packfile: keep prepare_packed_git() private by Nguyễn Thái Ngọc Duy · 7 years ago
  4. 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller · 7 years ago
  5. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  6. b2e4baf pack-redundant: rename 'new' variables by Brandon Williams · 7 years ago
  7. 4f39cd8 pack: move pack name-related functions by Jonathan Tan · 8 years ago
  8. 077a34e pack-redundant: plug memory leak by Johannes Schindelin · 8 years ago
  9. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  10. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  11. bdd478d Fix sizeof usage in get_permutations by Matthew Daley · 12 years ago
  12. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  13. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-pack-redundant.c]
  14. 377d027 make "git pack-redundant" a built-in by Linus Torvalds · 15 years ago[Renamed (98%) from pack-redundant.c]
  15. 99caeed Let 'git <command> -h' show usage without a git dir by Jonathan Nieder · 15 years ago
  16. eeefa7c Style fixes, add a space after if/for/while. by Brian Gianforcaro · 16 years ago
  17. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  18. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  19. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  20. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  21. eaa8677 Simplify index access condition in count-objects, pack-redundant by Shawn O. Pearce · 18 years ago
  22. d079837 Lazily open pack index files on demand by Shawn O. Pearce · 18 years ago
  23. 8c681e0 pack-redundant.c: learn about index v2 by Nicolas Pitre · 18 years ago
  24. 4287307 [PATCH] clean up pack index handling a bit by Nicolas Pitre · 18 years ago
  25. c4001d9 Use off_t when we really mean a file offset. by Shawn O. Pearce · 18 years ago
  26. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  27. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  28. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  29. 962554c Use setenv(), fix warnings by Timo Hirvonen · 19 years ago
  30. 6d016c9 git-pack-redundant: speed and memory usage improvements by Lukas Sandström · 19 years ago
  31. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  32. b99a394 pack-redundant: type cleanups. by Junio C Hamano · 19 years ago
  33. d1ab157 arguments cleanup and some formatting by Alex Riesen · 19 years ago
  34. 2b6e34c remove unused variable by Alex Riesen · 19 years ago
  35. 60435f6 speedup allocation in pack-redundant.c by Alex Riesen · 19 years ago
  36. bb931cf Make git-pack-redundant take a list of unimportant objs on stdin by Lukas Sandström · 19 years ago
  37. bd22c90 Fix sparse warnings by Timo Hirvonen · 19 years ago
  38. 06a45c8 Improve the readability of git-pack-redundant by Lukas Sandström · 19 years ago
  39. 0cb022e Fix a bug in get_all_permutations. by Lukas Sandström · 19 years ago
  40. 3afd169 Fix bug introduced by the latest changes to git-pack-redundant by Lukas Sandström · 19 years ago
  41. 751a71e Make git-pack-redundant non-horribly slow on large sets of packs by Lukas Sandström · 19 years ago
  42. 1a41e74 Fix llist_sorted_difference_inplace in git-pack-redundant by Lukas Sandström · 19 years ago
  43. abacbe4 Fix compilation warnings in pack-redundant.c by Kai Ruemmler · 19 years ago
  44. 1c3039e Make git-pack-redundant consider alt-odbs by Lukas_Sandström · 19 years ago
  45. 9bc0f32 Rename git-pack-intersect to git-pack-redundant by Lukas_Sandström · 19 years ago[Renamed (98%) from pack-intersect.c]
  46. c283ab2 Add git-pack-intersect by Lukas_Sandström · 19 years ago