summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer
2020-04-16log: add log.excludeDecoration config optionDerrick Stolee
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau
2020-04-11merge: use skip_prefix to parse config keyMartin Ågren
2020-04-11rebase --merge: optionally skip upstreamed commitsJonathan Tan
2020-04-11rebase: fix an incompatible-options error messageElijah Newren
2020-04-11rebase: reinstate --no-keep-emptyElijah Newren
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin
2020-04-10pull: pass --autostash to mergeDenton Liu
2020-04-10merge: teach --autostash optionDenton Liu
2020-04-10sequencer: extract perform_autostash() from rebaseDenton Liu
2020-04-10rebase: generify create_autostash()Denton Liu
2020-04-10rebase: extract create_autostash()Denton Liu
2020-04-10reset: extract reset_head() from rebaseDenton Liu
2020-04-10rebase: generify reset_head()Denton Liu
2020-04-10rebase: use apply_autostash() from sequencer.cDenton Liu
2020-04-10rebase: use read_oneliner()Denton Liu
2020-04-10builtin/receive-pack: use constant-time comparison for HMAC valuebrian m. carlson
2020-04-08stash -p: (partially) fix bug concerning split hunksJohannes Schindelin
2020-04-08format-patch: teach --no-encode-email-headersEmma Brooks
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh
2020-04-06commit-graph: add --changed-paths option to write subcommandGarima Singh
2020-04-03rebase.c: honour --no-gpg-signĐoàn Trần Công Danh
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan
2020-04-02update-ref: implement interactive transaction handlingPatrick Steinhardt
2020-04-02update-ref: read commands in a line-wise fashionPatrick Steinhardt
2020-04-02update-ref: move transaction handling into `update_refs_stdin()`Patrick Steinhardt
2020-04-02update-ref: pass end pointer instead of strbufPatrick Steinhardt
2020-04-02update-ref: drop unused argument for `parse_refname`Patrick Steinhardt
2020-04-02update-ref: organize commands in an arrayPatrick Steinhardt
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2020-04-01clone: use "quick" lookup while following tagsJeff King
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2020-03-29connected: always use partial clone optimizationJonathan Tan
2020-03-29Merge branch 'ds/default-pack-use-sparse-to-true'Junio C Hamano
2020-03-29pull: pass documented fetch options onRené Scharfe
2020-03-27pull: avoid running both merge and rebaseElijah Newren
2020-03-27sparse-checkout: provide a new reapply subcommandElijah Newren
2020-03-27sparse-checkout: use improved unpack_trees porcelain messagesElijah Newren
2020-03-27sparse-checkout: use new update_sparsity() functionElijah Newren
2020-03-27unpack-trees: simplify pattern_list freeingElijah Newren
2020-03-27Merge branch 'ah/force-pull-rebase-configuration'Junio C Hamano
2020-03-27Merge branch 'tg/retire-scripted-stash'Junio C Hamano