1. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  2. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-pack-redundant.c]
  3. 377d027 make "git pack-redundant" a built-in by Linus Torvalds · 15 years ago[Renamed (98%) from pack-redundant.c]
  4. 99caeed Let 'git <command> -h' show usage without a git dir by Jonathan Nieder · 15 years ago
  5. eeefa7c Style fixes, add a space after if/for/while. by Brian Gianforcaro · 16 years ago
  6. 2fb3f6d Add calls to git_extract_argv0_path() in programs that call git_config_* by Steffen Prohaska · 16 years ago
  7. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  8. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  9. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  10. eaa8677 Simplify index access condition in count-objects, pack-redundant by Shawn O. Pearce · 18 years ago
  11. d079837 Lazily open pack index files on demand by Shawn O. Pearce · 18 years ago
  12. 8c681e0 pack-redundant.c: learn about index v2 by Nicolas Pitre · 18 years ago
  13. 4287307 [PATCH] clean up pack index handling a bit by Nicolas Pitre · 18 years ago
  14. c4001d9 Use off_t when we really mean a file offset. by Shawn O. Pearce · 18 years ago
  15. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  16. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  17. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  18. 962554c Use setenv(), fix warnings by Timo Hirvonen · 19 years ago
  19. 6d016c9 git-pack-redundant: speed and memory usage improvements by Lukas Sandström · 19 years ago
  20. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  21. b99a394 pack-redundant: type cleanups. by Junio C Hamano · 19 years ago
  22. d1ab157 arguments cleanup and some formatting by Alex Riesen · 19 years ago
  23. 2b6e34c remove unused variable by Alex Riesen · 19 years ago
  24. 60435f6 speedup allocation in pack-redundant.c by Alex Riesen · 19 years ago
  25. bb931cf Make git-pack-redundant take a list of unimportant objs on stdin by Lukas Sandström · 19 years ago
  26. bd22c90 Fix sparse warnings by Timo Hirvonen · 19 years ago
  27. 06a45c8 Improve the readability of git-pack-redundant by Lukas Sandström · 19 years ago
  28. 0cb022e Fix a bug in get_all_permutations. by Lukas Sandström · 19 years ago
  29. 3afd169 Fix bug introduced by the latest changes to git-pack-redundant by Lukas Sandström · 19 years ago
  30. 751a71e Make git-pack-redundant non-horribly slow on large sets of packs by Lukas Sandström · 19 years ago
  31. 1a41e74 Fix llist_sorted_difference_inplace in git-pack-redundant by Lukas Sandström · 19 years ago
  32. abacbe4 Fix compilation warnings in pack-redundant.c by Kai Ruemmler · 19 years ago
  33. 1c3039e Make git-pack-redundant consider alt-odbs by Lukas_Sandström · 19 years ago
  34. 9bc0f32 Rename git-pack-intersect to git-pack-redundant by Lukas_Sandström · 19 years ago[Renamed (98%) from pack-intersect.c]
  35. c283ab2 Add git-pack-intersect by Lukas_Sandström · 19 years ago