summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-06-10fetch-pack: support more than one pack lockfileJonathan Tan1-6/+11
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine1-2/+1
2020-06-10worktree: generalize candidate worktree path validationEric Sunshine1-13/+16
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine1-0/+15
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine1-6/+43
2020-06-10worktree: make high-level pruning re-usableEric Sunshine1-6/+9
2020-06-10worktree: give "should be pruned?" function more meaningful nameEric Sunshine1-2/+2
2020-06-08Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano1-4/+9
2020-06-08Merge branch 'dl/remote-curl-deadlock-fix'Junio C Hamano1-1/+1
2020-06-08Merge branch 'bc/filter-process'Junio C Hamano1-3/+1
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano1-27/+46
2020-06-08worktree: factor out repeated string literalEric Sunshine1-11/+12
2020-06-05sparse-checkout: upgrade repository to version 1 when enabling extensionXin Li1-0/+2
2020-06-05fetch: allow adding a filter after initial cloneXin Li1-3/+0
2020-06-05sparse-checkout: avoid staging deletions of all filesElijah Newren1-0/+4
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin2-7/+15
2020-06-02Merge branch 'rs/checkout-b-track-error'Junio C Hamano1-1/+1
2020-06-02Merge branch 'an/merge-single-strategy-optim'Junio C Hamano1-1/+1
2020-06-02submodule: port subcommand 'set-branch' from shell to CShourya Shukla1-0/+44
2020-05-27builtin/ls-remote: initialize repository based on fetchbrian m. carlson1-0/+4
2020-05-27builtin/show-index: provide options to determine hash algobrian m. carlson1-5/+24
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson1-5/+1
2020-05-27builtin/clone: initialize hash algorithm properlybrian m. carlson1-0/+9
2020-05-27builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson1-0/+9
2020-05-27remote: advertise the object-format capability on the server sidebrian m. carlson1-0/+1
2020-05-24Merge branch 'ds/multi-pack-verify'Junio C Hamano1-1/+2
2020-05-24stateless-connect: send response end packetDenton Liu1-1/+1
2020-05-24checkout: improve error messages for -b with extra argumentRené Scharfe1-1/+1
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón1-4/+9
2020-05-21builtin/checkout: simplify metadata initializationbrian m. carlson1-3/+1
2020-05-19fsck: use ERROR_MULTI_PACK_INDEXDerrick Stolee1-1/+2
2020-05-19merge: optimization to skip evaluate_result for single strategyAndrew Ng1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-7/+8
2020-05-18builtin/commit-graph.c: dereference tags in builtinTaylor Blau1-3/+21
2020-05-18builtin/commit-graph.c: extract 'read_one_commit()'Taylor Blau1-28/+28
2020-05-13Merge branch 'ss/submodule-set-url-in-c'Junio C Hamano1-0/+32
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano5-16/+6
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano6-1/+7
2020-05-08Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano1-3/+3
2020-05-08Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano1-3/+3
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano3-3/+3
2020-05-08Merge branch 'dl/switch-c-option-in-error-message'Junio C Hamano1-4/+10
2020-05-08submodule: port subcommand 'set-url' from shell to CShourya Shukla1-0/+32
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano4-8/+4
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano1-8/+2
2020-05-05Merge branch 'dl/push-recurse-submodules-fix'Junio C Hamano1-6/+3
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano29-164/+156
2020-05-05restore: default to HEAD when combining --staged and --worktreeEric Sunshine1-3/+3
2020-05-05builtin/receive-pack: avoid generic function name hmac()Carlo Marcelo Arenas Belón1-3/+3
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King3-3/+3