summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-26sha1_file: allow sha1_loose_object_info to handle arbitrary repositoriesLibravatar Jonathan Nieder1-6/+5
2018-03-26sha1_file: allow map_sha1_file to handle arbitrary repositoriesLibravatar Stefan Beller2-4/+4
2018-03-26sha1_file: allow map_sha1_file_1 to handle arbitrary repositoriesLibravatar Jonathan Nieder1-5/+3
2018-03-26sha1_file: allow open_sha1_file to handle arbitrary repositoriesLibravatar Stefan Beller1-6/+5
2018-03-26sha1_file: allow stat_sha1_file to handle arbitrary repositoriesLibravatar Stefan Beller1-6/+5
2018-03-26sha1_file: allow sha1_file_name to handle arbitrary repositoriesLibravatar Stefan Beller2-4/+3
2018-03-26sha1_file: add repository argument to sha1_loose_object_infoLibravatar Stefan Beller1-4/+5
2018-03-26sha1_file: add repository argument to map_sha1_fileLibravatar Stefan Beller4-4/+9
2018-03-26sha1_file: add repository argument to map_sha1_file_1Libravatar Stefan Beller1-5/+6
2018-03-26sha1_file: add repository argument to open_sha1_fileLibravatar Stefan Beller1-2/+4
2018-03-26sha1_file: add repository argument to stat_sha1_fileLibravatar Stefan Beller1-4/+5
2018-03-26sha1_file: add repository argument to sha1_file_nameLibravatar Stefan Beller5-15/+16
2018-03-26sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesLibravatar Stefan Beller2-10/+6
2018-03-26sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesLibravatar Stefan Beller2-20/+20
2018-03-26sha1_file: add repository argument to prepare_alt_odbLibravatar Stefan Beller5-10/+11
2018-03-26sha1_file: add repository argument to link_alt_odb_entriesLibravatar Stefan Beller1-6/+13
2018-03-26sha1_file: add repository argument to read_info_alternatesLibravatar Stefan Beller1-4/+7
2018-03-26sha1_file: add repository argument to link_alt_odb_entryLibravatar Stefan Beller1-3/+5
2018-03-26sha1_file: add raw_object_store argument to alt_odb_usableLibravatar Stefan Beller1-3/+5
2018-03-26pack: move approximate object count to object storeLibravatar Stefan Beller2-6/+13
2018-03-26pack: move prepare_packed_git_run_once to object storeLibravatar Stefan Beller2-4/+9
2018-03-26object-store: close all packs upon clearing the object storeLibravatar Stefan Beller8-12/+11
2018-03-26object-store: move packed_git and packed_git_mru to object storeLibravatar Stefan Beller22-74/+128
2018-03-25unpack-trees: release oid_array after use in check_updates()Libravatar René Scharfe1-0/+1
2018-03-25filter-branch: fix errors caused by refs that point at non-committishLibravatar Yuki Kokubun2-2/+26
2018-03-25run-command: use strbuf_addstr() for adding a string to a strbufLibravatar René Scharfe1-1/+1
2018-03-25bisect: use oid_to_hex() for converting object_id hashes to hex stringsLibravatar René Scharfe1-2/+2
2018-03-25completion: use __gitcomp_builtin in _git_cherryLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2018-03-25completion: use __gitcomp_builtin in _git_ls_treeLibravatar Nguyễn Thái Ngọc Duy1-0/+7
2018-03-25completion: delete option-only completion commandsLibravatar Nguyễn Thái Ngọc Duy1-15/+0
2018-03-25completion: add --option completion for most builtin commandsLibravatar Nguyễn Thái Ngọc Duy2-0/+34
2018-03-25completion: factor out _git_xxx calling codeLibravatar Nguyễn Thái Ngọc Duy1-4/+13
2018-03-25completion: mention the oldest version we need to supportLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-03-25git.c: add hidden option --list-parseopt-builtinsLibravatar Nguyễn Thái Ngọc Duy1-41/+49
2018-03-25git.c: move cmd_struct declaration upLibravatar Nguyễn Thái Ngọc Duy1-17/+17
2018-03-25sha1_name: use bsearch_pack() in unique_in_pack()Libravatar René Scharfe1-19/+2
2018-03-25Merge branch 'fr_v2.17.0' of git://github.com/jnavila/gitLibravatar Jiang Xin1-2/+2
2018-03-23rebase: remove merges_option and a blank lineLibravatar Wink Saville1-9/+1
2018-03-23rebase: remove unused code paths from git_rebase__interactive__preserve_mergesLibravatar Wink Saville1-83/+69
2018-03-23rebase: remove unused code paths from git_rebase__interactiveLibravatar Wink Saville1-91/+4
2018-03-23rebase: add and use git_rebase__interactive__preserve_mergesLibravatar Wink Saville2-1/+109
2018-03-23rebase: extract functions out of git_rebase__interactiveLibravatar Wink Saville1-71/+111
2018-03-23rebase: reindent function git_rebase__interactiveLibravatar Wink Saville1-217/+215
2018-03-23rebase: update invocation of rebase dot-sourced scriptsLibravatar Wink Saville4-33/+1
2018-03-23l10n: fr.po: v2.17.0 no fuzzyLibravatar Jean-Noël Avila1-2/+2
2018-03-23t9902: disable test on the list of merge-strategies under GETTEXT_POISONLibravatar Junio C Hamano1-1/+1
2018-03-23object-store: free alt_odb_listLibravatar Stefan Beller1-0/+22
2018-03-23object-store: move alt_odb_list and alt_odb_tail to object storeLibravatar Stefan Beller5-17/+25
2018-03-23object-store: migrate alternates struct and functions from cache.hLibravatar Stefan Beller12-51/+61
2018-03-23repository: introduce raw object store fieldLibravatar Stefan Beller8-17/+56