summaryrefslogtreecommitdiffstats
path: root/git-gui (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-25The fifth batchJunio C Hamano1-0/+30
2020-06-24builtin/diff: fix botched update of usage commentDenton Liu1-4/+1
2020-06-23The fourth batchJunio C Hamano1-0/+11
2020-06-22diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik2-8/+52
2020-06-19remote-testgit: adapt for object-formatbrian m. carlson1-0/+6
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson3-3/+30
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson1-4/+5
2020-06-19t5704: send object-format capability with SHA-256brian m. carlson1-0/+2
2020-06-19t5703: use object-format serve optionbrian m. carlson1-5/+14
2020-06-19t5702: offer an object-format capability in the testbrian m. carlson1-0/+2
2020-06-19t/helper: initialize the repository for test-sha1-arraybrian m. carlson1-0/+3
2020-06-19remote-curl: avoid truncating refs with ls-remotebrian m. carlson1-1/+3
2020-06-19t1050: pass algorithm to index-pack when outside repobrian m. carlson1-1/+3
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson2-0/+16
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson2-2/+39
2020-06-19strbuf: remove unreferenced strbuf_write_fd method.Randall S. Becker2-6/+0
2020-06-19bugreport.c: replace strbuf_write_fd with write_in_fullRandall S. Becker1-1/+3
2020-06-19pull: plug minor memory leak after using is_descendant_of()René Scharfe1-0/+1
2020-06-19commit-reach: plug minor memory leak after using is_descendant_of()René Scharfe1-1/+4
2020-06-19t4014: do not use "slave branch" nomenclaturePaolo Bonzini1-4/+4
2020-06-19builtin/diff: update usage commentDenton Liu1-3/+15
2020-06-18The third batchJunio C Hamano2-1/+25
2020-06-17commit-reach: use fast logic in repo_in_merge_baseDerrick Stolee1-2/+10
2020-06-17commit-reach: create repo_is_descendant_of()Derrick Stolee1-2/+9
2020-06-17upload-pack: fix a sparse '0 as NULL pointer' warningRamsay Jones1-1/+1
2020-06-17branch: don't mix --edit-descriptionDenton Liu1-1/+1
2020-06-17t3200: test for specific errorsDenton Liu1-13/+32
2020-06-17t3200: rename "expected" to "expect"Denton Liu1-11/+11
2020-06-13clean: optimize and document cases where we recurse into subdirectoriesElijah Newren1-2/+31
2020-06-13clean: consolidate handling of ignored parametersElijah Newren1-9/+7
2020-06-13dir, clean: avoid disallowed behaviorElijah Newren2-1/+5
2020-06-13dir: fix a few confusing commentsElijah Newren1-5/+6
2020-06-13git-sparse-checkout: clarify interactions with submodulesElijah Newren1-4/+26
2020-06-12Documentation: usage for diff combined commitsChris Torek2-5/+23
2020-06-12git diff: improve range handlingChris Torek2-13/+202
2020-06-11upload-pack: refactor common code into do_got_oid()Christian Couder1-30/+13
2020-06-11upload-pack: move oldest_have to upload_pack_dataChristian Couder1-7/+6
2020-06-11upload-pack: pass upload_pack_data to got_oid()Christian Couder1-4/+4
2020-06-11upload-pack: pass upload_pack_data to ok_to_give_up()Christian Couder1-7/+6
2020-06-11upload-pack: pass upload_pack_data to send_acks()Christian Couder1-10/+7
2020-06-11upload-pack: pass upload_pack_data to process_haves()Christian Couder1-6/+5
2020-06-11upload-pack: change allow_unadvertised_object_request to an enumChristian Couder1-36/+32
2020-06-11upload-pack: move allow_unadvertised_object_request to upload_pack_dataChristian Couder1-23/+32
2020-06-11upload-pack: move extra_edge_obj to upload_pack_dataChristian Couder1-4/+7
2020-06-11upload-pack: move shallow_nr to upload_pack_dataChristian Couder1-12/+12
2020-06-11upload-pack: pass upload_pack_data to send_unshallow()Christian Couder1-9/+7
2020-06-11upload-pack: pass upload_pack_data to deepen_by_rev_list()Christian Couder1-8/+6
2020-06-11upload-pack: pass upload_pack_data to deepen()Christian Couder1-14/+11
2020-06-11upload-pack: pass upload_pack_data to send_shallow_list()Christian Couder1-36/+21
2020-06-11upload-pack: send part of packfile response as uriJonathan Tan4-10/+343