summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-10-16credential: load default configThomas Koutcher1-0/+3
2020-10-16bisect--helper: retire `--bisect-autostart` subcommandPranit Bauva1-9/+0
2020-10-16bisect--helper: retire `--write-terms` subcommandPranit Bauva1-9/+1
2020-10-16bisect--helper: retire `--check-expected-revs` subcommandPranit Bauva1-30/+0
2020-10-16bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva1-1/+85
2020-10-16bisect--helper: retire `--next-all` subcommandPranit Bauva1-8/+1
2020-10-16bisect--helper: retire `--bisect-clean-state` subcommandPranit Bauva1-8/+0
2020-10-16bisect--helper: finish porting `bisect_start()` to CPranit Bauva1-14/+27
2020-10-16fast-import: remove duplicated option-parsing lineJeff King1-1/+0
2020-10-16maintenance: use 'incremental' strategy by defaultDerrick Stolee1-0/+10
2020-10-16maintenance: create maintenance.strategy configDerrick Stolee1-2/+26
2020-10-15fast-import: fix over-allocation of marks storageJeff King1-14/+17
2020-10-12blame: handle deref_tag() returning NULLRené Scharfe1-0/+2
2020-10-12grep: handle deref_tag() returning NULLRené Scharfe1-0/+11
2020-10-12worktree: teach `list` to annotate locked worktreeRafael Silva1-1/+4
2020-10-12maintenance: core.commitGraph=false prevents writesDerrick Stolee1-0/+4
2020-10-08Merge branch 'ja/misc-doc-fixes'Junio C Hamano1-1/+1
2020-10-08Merge branch 'jk/index-pack-hotfixes'Junio C Hamano1-17/+12
2020-10-08doc: fix the bnf like style of some commandsJean-Noël Avila1-1/+1
2020-10-08maintenance: test commit-graph auto conditionDerrick Stolee1-1/+7
2020-10-08checkout: learn to respect checkout.guessDenton Liu1-1/+6
2020-10-07index-pack: make get_base_data() comment clearerJonathan Tan1-11/+8
2020-10-07index-pack: drop type_cas mutexJeff King1-6/+0
2020-10-07index-pack: restore "resolving deltas" progress meterJeff King1-0/+4
2020-10-07builtin/checkout: fix `git checkout -p HEAD...` bugDenton Liu1-1/+14
2020-10-05Merge branch 'jk/format-auto-base-when-able'Junio C Hamano1-25/+105
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano1-0/+10
2020-10-05Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano1-1/+1
2020-10-05Merge branch 'jk/unused'Junio C Hamano7-14/+60
2020-10-05Merge branch 'so/combine-diff-simplify'Junio C Hamano1-2/+1
2020-10-05Merge branch 'js/default-branch-name-part-2'Junio C Hamano1-1/+1
2020-10-04Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano2-26/+186
2020-10-04Merge branch 'mr/bisect-in-c-2'Junio C Hamano1-11/+258
2020-10-04Merge branch 'cc/bisect-start-fix'Junio C Hamano1-7/+6
2020-10-04Merge branch 'jc/blame-ignore-fix'Junio C Hamano1-2/+25
2020-10-04Merge branch 'jk/drop-unaligned-loads'Junio C Hamano1-4/+4
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik2-0/+33
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik1-0/+5
2020-10-01format-patch: teach format.useAutoBase "whenAble" optionJacob Keller1-25/+105
2020-09-30clone: allow configurable default for `-o`/`--origin`Sean Barag1-7/+19
2020-09-30clone: read new remote name from remote_name instead of option_originSean Barag1-15/+16
2020-09-30clone: validate --origin option before useSean Barag1-0/+3
2020-09-30refs: consolidate remote name validationSean Barag1-5/+2
2020-09-30clone: use more conventional config/option layeringSean Barag1-1/+26
2020-09-30refspec: add support for negative refspecsJacob Keller1-0/+10
2020-09-30sparse-checkout: fill in some options boilerplateJeff King1-0/+37
2020-09-30push: drop unused repo argument to do_push()Jeff King1-2/+2
2020-09-30assert PARSE_OPT_NONEG in parse-options callbacksJeff King3-0/+6
2020-09-30env--helper: write to opt->value in parseopt helperJeff King1-4/+7
2020-09-30drop unused argc parametersJeff King2-8/+8