summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-16sha1-name.c: add repo_interpret_branch_name()Libravatar Nguyễn Thái Ngọc Duy1-9/+8
2019-04-16sha1-name.c: remove the_repo from interpret_branch_mark()Libravatar Nguyễn Thái Ngọc Duy1-6/+7
2019-04-16sha1-name.c: remove the_repo from interpret_nth_prior_checkout()Libravatar Nguyễn Thái Ngọc Duy1-7/+10
2019-04-16sha1-name.c: remove the_repo from get_short_oid()Libravatar Nguyễn Thái Ngọc Duy1-7/+10
2019-04-16sha1-name.c: add repo_for_each_abbrev()Libravatar Nguyễn Thái Ngọc Duy2-3/+5
2019-04-16sha1-name.c: store and use repo in struct disambiguate_stateLibravatar Nguyễn Thái Ngọc Duy1-36/+59
2019-04-16sha1-name.c: add repo_find_unique_abbrev_r()Libravatar Nguyễn Thái Ngọc Duy2-8/+13
2019-04-16sha1-name.c: remove the_repo from find_abbrev_len_packed()Libravatar Nguyễn Thái Ngọc Duy1-2/+4
2019-04-16sha1-name.c: remove the_repo from sort_ambiguous()Libravatar Nguyễn Thái Ngọc Duy1-3/+12
2019-04-16commit.c: add repo_get_commit_tree()Libravatar Nguyễn Thái Ngọc Duy3-7/+9
2019-04-16commit.cocci: refactor code, avoid double rewriteLibravatar Nguyễn Thái Ngọc Duy4-12/+33
2019-04-16update_info_refs(): drop unused force parameterLibravatar Jeff King1-2/+2
2019-04-16server-info: drop objdirlen pointer arithmeticLibravatar Jeff King1-8/+2
2019-04-16server-info: drop nr_alloc struct memberLibravatar Jeff King1-1/+1
2019-04-16server-info: use strbuf to read old info/packs fileLibravatar Jeff King1-10/+8
2019-04-16server-info: simplify cleanup in parse_pack_def()Libravatar Jeff King1-3/+4
2019-04-16server-info: fix blind pointer arithmeticLibravatar Jeff King1-10/+12
2019-04-16http: simplify parsing of remote objects/info/packsLibravatar Jeff King1-21/+14
2019-04-16packfile: fix pack basename computationLibravatar Jeff King4-1/+32
2019-04-16midx: check both pack and index names for containmentLibravatar Jeff King2-3/+35
2019-04-16t5319: drop useless --buffer from cat-fileLibravatar Jeff King1-2/+2
2019-04-16t5319: fix bogus cat-file argumentLibravatar Jeff King1-6/+7
2019-04-16pack-revindex: open index if necessaryLibravatar Jeff King4-7/+17
2019-04-16packfile.h: drop extern from function declarationsLibravatar Jeff King1-41/+41
2019-04-16trace2: update docs to describe system/global config settingsLibravatar Jeff Hostetler4-67/+152
2019-04-16trace2: make SIDs more uniqueLibravatar Jeff Hostetler4-12/+73
2019-04-16trace2: clarify UTC datetime formattingLibravatar Jeff Hostetler4-11/+11
2019-04-16trace2: report peak memory usage of the processLibravatar Jeff Hostetler4-8/+60
2019-04-16trace2: use system/global config for default trace2 settingsLibravatar Jeff Hostetler14-76/+340
2019-04-16config: add read_very_early_config()Libravatar Jeff Hostetler2-3/+24
2019-04-16trace2: find exec-dir before trace2 initializationLibravatar Jeff Hostetler1-2/+2
2019-04-16trace2: add absolute elapsed time to start eventLibravatar Jeff Hostetler7-17/+30
2019-04-16trace2: refactor setting process starting timeLibravatar Jeff Hostetler7-19/+67
2019-04-16config: initialize opts structure in repo_read_config()Libravatar Jeff Hostetler1-1/+1
2019-04-15remote-testgit: move it into the support directory for t5801Libravatar Johannes Schindelin4-4/+2
2019-04-15fetch: do not consider peeled tags as advertised tipsLibravatar Jeff King2-3/+19
2019-04-15remote.c: make singular free_ref() publicLibravatar Jeff King2-4/+6
2019-04-15fetch: use free_refs()Libravatar Jeff King1-4/+1
2019-04-15pkt-line: prepare buffer before handling ERR packetsLibravatar Jeff King2-5/+6
2019-04-15upload-pack: send ERR packet for non-tip objectsLibravatar Jeff King3-5/+22
2019-04-15t5530: check protocol response for "not our ref"Libravatar Jeff King1-2/+3
2019-04-15t5516: drop ok=sigpipe from unreachable-want testsLibravatar Jeff King1-3/+3
2019-04-15gettext tests: export the restored GIT_TEST_GETTEXT_POISONLibravatar Junio C Hamano1-0/+1
2019-04-15progress: break too long progress bar linesLibravatar SZEDER Gábor1-3/+24
2019-04-15progress: clear previous progress update dynamicallyLibravatar SZEDER Gábor1-4/+7
2019-04-15macOS: make sure that gettext is foundLibravatar Johannes Schindelin1-0/+2
2019-04-15t9822: skip tests if file names cannot be ISO-8859-1 encodedLibravatar Johannes Schindelin1-0/+7
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedLibravatar Nguyễn Thái Ngọc Duy3-9/+20
2019-04-15tests: disallow the use of abbreviated options (by default)Libravatar Johannes Schindelin4-1/+33
2019-04-15replace: peel tag when passing a tag first to --graftLibravatar Christian Couder2-4/+18