summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Merge branch 'en/rebase-no-keep-empty'Libravatar Junio C Hamano1-7/+10
2020-04-22Merge branch 'js/flush-prompt-before-interative-input'Libravatar Junio C Hamano1-10/+4
2020-04-22Merge branch 'ma/simplify-merge-config-parsing'Libravatar Junio C Hamano1-3/+5
2020-04-22Merge branch 'eb/format-patch-no-encode-headers'Libravatar Junio C Hamano1-0/+7
2020-04-22Merge branch 'dd/no-gpg-sign'Libravatar Junio C Hamano1-3/+4
2020-04-22Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Libravatar Junio C Hamano1-1/+3
2020-04-22Merge branch 'jk/oid-array-cleanups'Libravatar Junio C Hamano8-8/+8
2020-04-22Merge branch 'en/pull-do-not-rebase-after-fast-forwarding'Libravatar Junio C Hamano1-1/+4
2020-04-22Merge branch 'rs/pull-options-sync-code-and-doc'Libravatar Junio C Hamano1-0/+18
2020-04-22Merge branch 'jt/connectivity-check-optim-in-partial-clone'Libravatar Junio C Hamano2-12/+2
2020-04-22receive-pack: compilation fixLibravatar Junio C Hamano1-1/+3
2020-04-20diff-tree.c: load notes machinery when requiredLibravatar Taylor Blau1-0/+9
2020-04-20grep: follow conventions for printing paths w/ unusual charsLibravatar Matheus Tavares1-12/+34
2020-04-16blame: use changed-path Bloom filtersLibravatar Derrick Stolee1-0/+10
2020-04-16tests: write commit-graph with Bloom filtersLibravatar Derrick Stolee2-5/+6
2020-04-16help: move list_config_help to builtin/helpLibravatar Emily Shaffer1-0/+86
2020-04-16log: add log.excludeDecoration config optionLibravatar Derrick Stolee1-1/+15
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Libravatar Taylor Blau1-3/+8
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Libravatar Taylor Blau1-3/+16
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-0/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-1/+6
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Libravatar Taylor Blau1-4/+22
2020-04-11merge: use skip_prefix to parse config keyLibravatar Martin Ågren1-3/+5
2020-04-11rebase --merge: optionally skip upstreamed commitsLibravatar Jonathan Tan1-0/+7
2020-04-11rebase: fix an incompatible-options error messageLibravatar Elijah Newren1-1/+1
2020-04-11rebase: reinstate --no-keep-emptyLibravatar Elijah Newren1-6/+9
2020-04-10parse_config_key(): return subsection len as size_tLibravatar Jeff King2-2/+2
2020-04-10interactive: refactor code asking the user for interactive inputLibravatar Johannes Schindelin1-10/+4
2020-04-10pull: pass --autostash to mergeLibravatar Denton Liu1-4/+5
2020-04-10merge: teach --autostash optionLibravatar Denton Liu3-2/+28
2020-04-10sequencer: extract perform_autostash() from rebaseLibravatar Denton Liu1-49/+0
2020-04-10rebase: generify create_autostash()Libravatar Denton Liu1-16/+16
2020-04-10rebase: extract create_autostash()Libravatar Denton Liu1-44/+50
2020-04-10reset: extract reset_head() from rebaseLibravatar Denton Liu1-138/+1
2020-04-10rebase: generify reset_head()Libravatar Denton Liu1-27/+37
2020-04-10rebase: use apply_autostash() from sequencer.cLibravatar Denton Liu1-47/+2
2020-04-10rebase: use read_oneliner()Libravatar Denton Liu1-20/+17
2020-04-09builtin/receive-pack: use constant-time comparison for HMAC valueLibravatar brian m. carlson1-1/+20
2020-04-08stash -p: (partially) fix bug concerning split hunksLibravatar Johannes Schindelin1-1/+1
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks1-0/+7
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagLibravatar Garima Singh1-1/+2
2020-04-06commit-graph: add --changed-paths option to write subcommandLibravatar Garima Singh1-2/+7
2020-04-03rebase.c: honour --no-gpg-signLibravatar Đoàn Trần Công Danh1-3/+4
2020-04-02promisor-remote: accept 0 as oid_nr in functionLibravatar Jonathan Tan1-3/+2
2020-04-02update-ref: implement interactive transaction handlingLibravatar Patrick Steinhardt1-8/+98
2020-04-02update-ref: read commands in a line-wise fashionLibravatar Patrick Steinhardt1-40/+45
2020-04-02update-ref: move transaction handling into `update_refs_stdin()`Libravatar Patrick Steinhardt1-13/+14
2020-04-02update-ref: pass end pointer instead of strbufLibravatar Patrick Steinhardt1-15/+15
2020-04-02update-ref: drop unused argument for `parse_refname`Libravatar Patrick Steinhardt1-5/+5
2020-04-02update-ref: organize commands in an arrayLibravatar Patrick Steinhardt1-12/+29