1. 263db40 rename "alternate_object_database" to "object_directory" by Jeff King · 6 years ago
  2. 454ea2e treewide: use get_all_packs by Derrick Stolee · 7 years ago
  3. 14c3c80 packfile: convert has_sha1_pack to object_id by brian m. carlson · 7 years ago
  4. 464416a packfile: keep prepare_packed_git() private by Nguyễn Thái Ngọc Duy · 7 years ago
  5. 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller · 7 years ago
  6. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  7. 0d4a132 object-store: migrate alternates struct and functions from cache.h by Stefan Beller · 7 years ago
  8. 0317f45 pack: move open_pack_index(), parse_pack_index() by Jonathan Tan · 8 years ago
  9. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  10. 76c1d9a Convert object iteration callbacks to struct object_id by brian m. carlson · 8 years ago
  11. ea0fc3b alternates: use fspathcmp to detect duplicates by Jeff King · 8 years ago
  12. 5fe849d count-objects: report alternates via verbose mode by Jeff King · 8 years ago
  13. 0a489b0 prepare_packed_git(): refactor garbage reporting in pack directory by Junio C Hamano · 10 years ago
  14. 77a6d84 count-objects: report unused files in $GIT_DIR/worktrees/... by Nguyễn Thái Ngọc Duy · 10 years ago
  15. 4a1e693 count-objects: use for_each_loose_file_in_objdir by Jeff King · 10 years ago
  16. cac05d4 count-objects: do not use xsize_t when counting object size by Jeff King · 10 years ago
  17. 1918225 count-objects: add -H option to humanize sizes by Antoine Pelisse · 12 years ago
  18. 1a20dd4 count-objects: report how much disk space taken by garbage files by Nguyễn Thái Ngọc Duy · 12 years ago
  19. 543c5ca count-objects: report garbage files in pack directory too by Nguyễn Thái Ngọc Duy · 12 years ago
  20. 7adaddc i18n: count-objects: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  21. fd03881 add description parameter to OPT__VERBOSE by René Scharfe · 14 years ago
  22. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-count-objects.c]
  23. b0b3a24 Merge branch 'maint-1.6.1' into maint by Junio C Hamano · 15 years ago
  24. c985ddf git count-objects: handle packs bigger than 4G by Andreas Schwab · 15 years ago
  25. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  26. e89c6ea Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1 by Junio C Hamano · 16 years ago
  27. c3067cb Merge branch 'jc/maint-1.6.0-keep-pack' into maint by Junio C Hamano · 16 years ago
  28. cd673c1 has_sha1_pack(): refactor "pretend these packs do not exist" interface by Junio C Hamano · 16 years ago
  29. 8ca12c0 add is_dot_or_dotdot inline function by Alexander Potashev · 16 years ago
  30. bfd083b Correct output of git-count-objects. by Mikael Magnusson · 17 years ago
  31. 99b52f2 Merge branch 'mg/count-objects' by Junio C Hamano · 17 years ago
  32. fdb2a2a compat: introduce on_disk_bytes() by Junio C Hamano · 17 years ago
  33. f223824 count-objects: Add total pack size to verbose output by Marcus Griep · 17 years ago
  34. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  35. 833f3ab Make builtin-count-objects.c use parse_options. by Pierre Habouzit · 17 years ago
  36. eaa8677 Simplify index access condition in count-objects, pack-redundant by Shawn O. Pearce · 18 years ago
  37. d079837 Lazily open pack index files on demand by Shawn O. Pearce · 18 years ago
  38. 5705909 get rid of num_packed_objects() by Nicolas Pitre · 18 years ago
  39. dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
  40. ae72f68 count-objects -v: show number of packs as well. by Junio C Hamano · 18 years ago
  41. 106d710 pack-objects --unpacked=<existing pack> option. by Junio C Hamano · 19 years ago
  42. f754fa9 builtins: Makefile clean-up by Junio C Hamano · 19 years ago[Renamed from builtin-count.c]
  43. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  44. 80fe7d2 builtin-count-objects: open packs when running -v by Junio C Hamano · 19 years ago
  45. c743208 built-in count-objects. by Junio C Hamano · 19 years ago