summaryrefslogtreecommitdiffstats
path: root/generate-cmdlist.sh (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-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
2020-06-11fetch-pack: support more than one pack lockfileJonathan Tan7-35/+46
2020-06-11upload-pack: refactor reading of pack-objects outJonathan Tan1-35/+49
2020-06-11Documentation: add Packfile URIs design docJonathan Tan2-1/+109
2020-06-11Documentation: order protocol v2 sectionsJonathan Tan1-10/+8
2020-06-11http-fetch: support fetching packfiles by URLJonathan Tan5-18/+123
2020-06-11http-fetch: refactor into functionJonathan Tan1-28/+41
2020-06-11http: refactor finish_http_pack_request()Jonathan Tan4-22/+35
2020-06-11http: use --stdin when indexing dumb HTTP packJonathan Tan1-22/+11
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine3-3/+25
2020-06-10worktree: generalize candidate worktree path validationEric Sunshine1-13/+16
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine2-0/+27