24 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
brian m. carlson 538b152324 object-store: rename and expand packed_git's sha1 member 6 years ago
Jiang Xin 0e37abd2e8 pack-redundant: consistent sort method 6 years ago
Jiang Xin 4bc0cc12c1 pack-redundant: rename pack_list.all_objects 6 years ago
Sun Chao 3084a01e5e pack-redundant: new algorithm to find min packs 6 years ago
Sun Chao 8822859363 pack-redundant: delete redundant code 6 years ago
Jiang Xin 3011177640 pack-redundant: delay creation of unique_objects 6 years ago
Shahzad Lone 33de80b1d5 various: tighten constness of some local variables 6 years ago
Derrick Stolee 454ea2e4d7 treewide: use get_all_packs 7 years ago
brian m. carlson 6390fe20eb pack-redundant: convert linked lists to use struct object_id 7 years ago
brian m. carlson 00de606332 pack-redundant: abstract away hash algorithm 7 years ago
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Brandon Williams b2e4bafb68 pack-redundant: rename 'new' variables 7 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Johannes Schindelin 077a34e0b9 pack-redundant: plug memory leak 8 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Matthew Daley bdd478d620 Fix sizeof usage in get_permutations 12 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Linus Torvalds 377d0276ca make "git pack-redundant" a built-in 15 years ago
Jonathan Nieder 99caeed05d Let 'git <command> -h' show usage without a git dir 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Shawn O. Pearce eaa8677039 Simplify index access condition in count-objects, pack-redundant 18 years ago
Shawn O. Pearce d079837eee Lazily open pack index files on demand 18 years ago
Nicolas Pitre 8c681e07c9 pack-redundant.c: learn about index v2 18 years ago
Nicolas Pitre 4287307833 [PATCH] clean up pack index handling a bit 18 years ago
Shawn O. Pearce c4001d92be Use off_t when we really mean a file offset. 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Timo Hirvonen 962554c616 Use setenv(), fix warnings 19 years ago
Lukas Sandström 6d016c9c7f git-pack-redundant: speed and memory usage improvements 20 years ago
Junio C Hamano 53228a5fb8 Make the rest of commands work from a subdirectory. 20 years ago
Junio C Hamano b99a394cd1 pack-redundant: type cleanups. 20 years ago
Alex Riesen d1ab157759 arguments cleanup and some formatting 20 years ago
Alex Riesen 2b6e34c1a3 remove unused variable 20 years ago
Alex Riesen 60435f68bb speedup allocation in pack-redundant.c 20 years ago
Lukas Sandström bb931cf9d7 Make git-pack-redundant take a list of unimportant objs on stdin 20 years ago
Timo Hirvonen bd22c904a0 Fix sparse warnings 20 years ago
Lukas Sandström 06a45c8cc9 Improve the readability of git-pack-redundant 20 years ago
Lukas Sandström 0cb022e052 Fix a bug in get_all_permutations. 20 years ago
Lukas Sandström 3afd169480 Fix bug introduced by the latest changes to git-pack-redundant 20 years ago
Lukas Sandström 751a71e2b5 Make git-pack-redundant non-horribly slow on large sets of packs 20 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 20 years ago