summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-19t1050: pass algorithm to index-pack when outside repoLibravatar brian m. carlson1-1/+3
2020-06-19builtin/index-pack: add option to specify hash algorithmLibravatar brian m. carlson2-0/+16
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizeLibravatar brian m. carlson2-2/+39
2020-06-19strbuf: remove unreferenced strbuf_write_fd method.Libravatar Randall S. Becker2-6/+0
2020-06-19bugreport.c: replace strbuf_write_fd with write_in_fullLibravatar Randall S. Becker1-1/+3
2020-06-19pull: plug minor memory leak after using is_descendant_of()Libravatar René Scharfe1-0/+1
2020-06-19commit-reach: plug minor memory leak after using is_descendant_of()Libravatar René Scharfe1-1/+4
2020-06-19refs: implement reference transaction hookLibravatar Patrick Steinhardt4-2/+244
2020-06-19t4014: do not use "slave branch" nomenclatureLibravatar Paolo Bonzini1-4/+4
2020-06-18builtin/diff: update usage commentLibravatar Denton Liu1-3/+15
2020-06-18wt-status: show sparse checkout status as wellLibravatar Elijah Newren2-0/+43
2020-06-17The third batchLibravatar Junio C Hamano2-1/+25
2020-06-17Merge branch 'es/advertise-contribution-doc'Libravatar Junio C Hamano2-2/+6
2020-06-17Merge branch 'dl/python-2.7-is-the-floor-version'Libravatar Junio C Hamano1-6/+1
2020-06-17Merge branch 'dl/t-readme-spell-git-correctly'Libravatar Junio C Hamano1-7/+7
2020-06-17Merge branch 'js/fuzz-commit-graph-leakfix'Libravatar Junio C Hamano1-1/+1
2020-06-17Merge branch 'en/do-match-pathspec-fix'Libravatar Junio C Hamano2-17/+66
2020-06-17Merge branch 'js/msvc-build-fix'Libravatar Junio C Hamano1-1/+3
2020-06-17Merge branch 'en/sparse-checkout'Libravatar Junio C Hamano2-0/+26
2020-06-17Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Libravatar Junio C Hamano3-7/+30
2020-06-17Merge branch 'tb/t5318-cleanup'Libravatar Junio C Hamano1-4/+25
2020-06-17Merge branch 'jk/diff-memuse-optim-with-stat-unmatch'Libravatar Junio C Hamano1-1/+4
2020-06-17commit-graph: minimize commit_graph_data_slab accessLibravatar Abhishek Kumar5-43/+79
2020-06-17commit: move members graph_pos, generation to a slabLibravatar Abhishek Kumar9-64/+78
2020-06-17commit-graph: introduce commit_graph_data_slabLibravatar Abhishek Kumar2-10/+78
2020-06-17object: drop parsed_object_pool->commit_countLibravatar Abhishek Kumar12-19/+24
2020-06-17commit-reach: use fast logic in repo_in_merge_baseLibravatar Derrick Stolee1-2/+10
2020-06-17commit-reach: create repo_is_descendant_of()Libravatar Derrick Stolee1-2/+9
2020-06-17upload-pack: fix a sparse '0 as NULL pointer' warningLibravatar Ramsay Jones1-1/+1
2020-06-17branch: don't mix --edit-descriptionLibravatar Denton Liu1-1/+1
2020-06-17t3200: test for specific errorsLibravatar Denton Liu1-13/+32
2020-06-17t3200: rename "expected" to "expect"Libravatar Denton Liu1-11/+11
2020-06-12clean: optimize and document cases where we recurse into subdirectoriesLibravatar Elijah Newren1-2/+31
2020-06-12clean: consolidate handling of ignored parametersLibravatar Elijah Newren1-9/+7
2020-06-12dir, clean: avoid disallowed behaviorLibravatar Elijah Newren2-1/+5
2020-06-12dir: fix a few confusing commentsLibravatar Elijah Newren1-5/+6
2020-06-12git-sparse-checkout: clarify interactions with submodulesLibravatar Elijah Newren1-4/+26
2020-06-12Merge branch 'hn/refs-cleanup'Libravatar Junio C Hamano9-25/+1137
2020-06-12lib-submodule-update: prepend "git" to $commandLibravatar Denton Liu13-30/+34
2020-06-12Documentation: usage for diff combined commitsLibravatar Chris Torek2-5/+23
2020-06-12git diff: improve range handlingLibravatar Chris Torek2-13/+202
2020-06-11upload-pack: refactor common code into do_got_oid()Libravatar Christian Couder1-30/+13
2020-06-11upload-pack: move oldest_have to upload_pack_dataLibravatar Christian Couder1-7/+6
2020-06-11upload-pack: pass upload_pack_data to got_oid()Libravatar Christian Couder1-4/+4
2020-06-11upload-pack: pass upload_pack_data to ok_to_give_up()Libravatar Christian Couder1-7/+6
2020-06-11upload-pack: pass upload_pack_data to send_acks()Libravatar Christian Couder1-10/+7
2020-06-11upload-pack: pass upload_pack_data to process_haves()Libravatar Christian Couder1-6/+5
2020-06-11upload-pack: change allow_unadvertised_object_request to an enumLibravatar Christian Couder1-36/+32
2020-06-11upload-pack: move allow_unadvertised_object_request to upload_pack_dataLibravatar Christian Couder1-23/+32
2020-06-11upload-pack: move extra_edge_obj to upload_pack_dataLibravatar Christian Couder1-4/+7