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