summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2020-06-13dir, clean: avoid disallowed behaviorElijah Newren
2020-06-12Documentation: usage for diff combined commitsChris Torek
2020-06-12git diff: improve range handlingChris Torek
2020-06-11upload-pack: send part of packfile response as uriJonathan Tan
2020-06-11fetch-pack: support more than one pack lockfileJonathan Tan
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine
2020-06-10worktree: generalize candidate worktree path validationEric Sunshine
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine
2020-06-10worktree: make high-level pruning re-usableEric Sunshine
2020-06-10worktree: give "should be pruned?" function more meaningful nameEric Sunshine
2020-06-09Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano
2020-06-09Merge branch 'dl/remote-curl-deadlock-fix'Junio C Hamano
2020-06-09Merge branch 'bc/filter-process'Junio C Hamano
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-06-08worktree: factor out repeated string literalEric Sunshine
2020-06-05sparse-checkout: upgrade repository to version 1 when enabling extensionXin Li
2020-06-05fetch: allow adding a filter after initial cloneXin Li
2020-06-05sparse-checkout: avoid staging deletions of all filesElijah Newren
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin
2020-06-02Merge branch 'rs/checkout-b-track-error'Junio C Hamano
2020-06-02Merge branch 'an/merge-single-strategy-optim'Junio C Hamano
2020-06-02submodule: port subcommand 'set-branch' from shell to CShourya Shukla
2020-05-27builtin/ls-remote: initialize repository based on fetchbrian m. carlson
2020-05-27builtin/show-index: provide options to determine hash algobrian m. carlson
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson
2020-05-27builtin/clone: initialize hash algorithm properlybrian m. carlson
2020-05-27builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson
2020-05-27remote: advertise the object-format capability on the server sidebrian m. carlson
2020-05-25Merge branch 'ds/multi-pack-verify'Junio C Hamano
2020-05-24stateless-connect: send response end packetDenton Liu
2020-05-24checkout: improve error messages for -b with extra argumentRené Scharfe
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón
2020-05-21builtin/checkout: simplify metadata initializationbrian m. carlson
2020-05-19fsck: use ERROR_MULTI_PACK_INDEXDerrick Stolee
2020-05-19merge: optimization to skip evaluate_result for single strategyAndrew Ng
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-18builtin/commit-graph.c: dereference tags in builtinTaylor Blau
2020-05-18builtin/commit-graph.c: extract 'read_one_commit()'Taylor Blau
2020-05-13Merge branch 'ss/submodule-set-url-in-c'Junio C Hamano
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-08Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano
2020-05-08Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano
2020-05-08Merge branch 'dl/switch-c-option-in-error-message'Junio C Hamano
2020-05-08submodule: port subcommand 'set-url' from shell to CShourya Shukla
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano
2020-05-05Merge branch 'dl/push-recurse-submodules-fix'Junio C Hamano