summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-04-15replace: peel tag when passing a tag as parent to --graftLibravatar Christian Couder2-3/+17
2019-04-14send-email: default to quoted-printable when CR is presentLibravatar brian m. carlson2-1/+15
2019-04-12pack-objects: write objects packed to trace2Libravatar Jonathan Tan1-0/+2
2019-04-12progress: use xmalloc/xcallocLibravatar Jeff King1-13/+5
2019-04-12xdiff: use xmalloc/xreallocLibravatar Jeff King1-2/+2
2019-04-12xdiff: use git-compat-utilLibravatar Jeff King1-7/+1
2019-04-12test-prio-queue: use xmallocLibravatar Jeff King1-1/+1
2019-04-12tag: advise on nested tagsLibravatar Denton Liu5-2/+28
2019-04-12t3000 (ls-files -o): widen description to reflect current testsLibravatar Kyle Meyer1-1/+1
2019-04-12untracked cache: fix off-by-oneLibravatar Johannes Schindelin1-1/+1
2019-04-10rev-list: detect broken root treesLibravatar Jeff King2-2/+7
2019-04-10rev-list: let traversal die when --missing is not in useLibravatar Jeff King2-3/+5
2019-04-10get_commit_tree(): return NULL for broken treeLibravatar Jeff King1-3/+3