51011 Commits (dde74d732fc3c5fa4bc4238aa935c164ff6c2dd5)
 

Author SHA1 Message Date
Stefan Beller bd27f50c80 sha1_file: allow map_sha1_file to handle arbitrary repositories 7 years ago
Jonathan Nieder 1fea63e1da sha1_file: allow map_sha1_file_1 to handle arbitrary repositories 7 years ago
Stefan Beller ec7283e586 sha1_file: allow open_sha1_file to handle arbitrary repositories 7 years ago
Stefan Beller d2607fa053 sha1_file: allow stat_sha1_file to handle arbitrary repositories 7 years ago
Stefan Beller a68377b5de sha1_file: allow sha1_file_name to handle arbitrary repositories 7 years ago
Stefan Beller e977fc7469 sha1_file: add repository argument to sha1_loose_object_info 7 years ago
Stefan Beller e35454fa62 sha1_file: add repository argument to map_sha1_file 7 years ago
Stefan Beller 332295d7e4 sha1_file: add repository argument to map_sha1_file_1 7 years ago
Stefan Beller 2ba0bfd67f sha1_file: add repository argument to open_sha1_file 7 years ago
Stefan Beller fbe33e2798 sha1_file: add repository argument to stat_sha1_file 7 years ago
Stefan Beller cf78ae4f3d sha1_file: add repository argument to sha1_file_name 7 years ago
Stefan Beller 13068bf0a0 sha1_file: allow prepare_alt_odb to handle arbitrary repositories 7 years ago
Stefan Beller 77f012e876 sha1_file: allow link_alt_odb_entries to handle arbitrary repositories 7 years ago
Stefan Beller 0b20903405 sha1_file: add repository argument to prepare_alt_odb 7 years ago
Stefan Beller 93d8d1e29d sha1_file: add repository argument to link_alt_odb_entries 7 years ago
Stefan Beller ca5e6d2640 sha1_file: add repository argument to read_info_alternates 7 years ago
Stefan Beller cfc62fc98c sha1_file: add repository argument to link_alt_odb_entry 7 years ago
Stefan Beller 13313fc333 sha1_file: add raw_object_store argument to alt_odb_usable 7 years ago
Stefan Beller 9a00580d03 pack: move approximate object count to object store 7 years ago
Stefan Beller 5508f69348 pack: move prepare_packed_git_run_once to object store 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
René Scharfe 9f242a1336 unpack-trees: release oid_array after use in check_updates() 7 years ago
Yuki Kokubun f78ab355e7 filter-branch: fix errors caused by refs that point at non-committish 7 years ago
René Scharfe 248f66ed8e run-command: use strbuf_addstr() for adding a string to a strbuf 7 years ago
René Scharfe 14ced5562c bisect: use oid_to_hex() for converting object_id hashes to hex strings 7 years ago
Nguyễn Thái Ngọc Duy c55c4a5b64 completion: use __gitcomp_builtin in _git_cherry 7 years ago
Nguyễn Thái Ngọc Duy be6d1b24ad completion: use __gitcomp_builtin in _git_ls_tree 7 years ago
Nguyễn Thái Ngọc Duy 1dc26db1ff completion: delete option-only completion commands 7 years ago
Nguyễn Thái Ngọc Duy 9f642a7169 completion: add --option completion for most builtin commands 7 years ago
Nguyễn Thái Ngọc Duy 48e1c69ade completion: factor out _git_xxx calling code 7 years ago
Nguyễn Thái Ngọc Duy d23bb387ae completion: mention the oldest version we need to support 7 years ago
Nguyễn Thái Ngọc Duy e954794779 git.c: add hidden option --list-parseopt-builtins 7 years ago
Nguyễn Thái Ngọc Duy 007aa8d834 git.c: move cmd_struct declaration up 7 years ago
René Scharfe 902f5a2119 sha1_name: use bsearch_pack() in unique_in_pack() 7 years ago
Jiang Xin edc320edc3 Merge branch 'fr_v2.17.0' of git://github.com/jnavila/git 7 years ago
Wink Saville f24cd4189d rebase: remove merges_option and a blank line 7 years ago
Wink Saville ca3d446e44 rebase: remove unused code paths from git_rebase__interactive__preserve_merges 7 years ago
Wink Saville c04549b263 rebase: remove unused code paths from git_rebase__interactive 7 years ago
Wink Saville 950b487cf0 rebase: add and use git_rebase__interactive__preserve_merges 7 years ago
Wink Saville 27c499bf33 rebase: extract functions out of git_rebase__interactive 7 years ago
Wink Saville d48f97aa85 rebase: reindent function git_rebase__interactive 7 years ago
Wink Saville 2f5f469bc4 rebase: update invocation of rebase dot-sourced scripts 7 years ago
Jean-Noël Avila 7be97e414b l10n: fr.po: v2.17.0 no fuzzy 7 years ago
Junio C Hamano b60e88cc78 t9902: disable test on the list of merge-strategies under GETTEXT_POISON 7 years ago
Stefan Beller 97501e933a object-store: free alt_odb_list 7 years ago
Stefan Beller 031dc927f4 object-store: move alt_odb_list and alt_odb_tail to object store 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
Nguyễn Thái Ngọc Duy 00a3da2a13 repository.h: add comment and clarify repo_set_gitdir 7 years ago