summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-02-17Merge branch 'rs/name-rev-memsave'Libravatar Junio C Hamano1-64/+127
2020-02-16rebase: rename the two primary rebase backendsLibravatar Elijah Newren1-52/+47
2020-02-16rebase: change the default backend from "am" to "merge"Libravatar Elijah Newren1-2/+2
2020-02-16rebase: make the backend configurable via config settingLibravatar Elijah Newren1-7/+24
2020-02-16rebase: drop '-i' from the reflog for interactive-based rebasesLibravatar Elijah Newren1-1/+1
2020-02-16rebase: add an --am optionLibravatar Elijah Newren1-1/+17
2020-02-16rebase: move incompatibility checks between backend options a bit earlierLibravatar Elijah Newren1-11/+11
2020-02-16rebase: allow more types of rebases to fast-forwardLibravatar Elijah Newren1-4/+14
2020-02-16rebase: fix handling of restrict_revisionLibravatar Elijah Newren1-2/+2
2020-02-16rebase: make sure to pass along the quiet flag to the sequencerLibravatar Elijah Newren1-1/+2
2020-02-16rebase, sequencer: remove the broken GIT_QUIET handlingLibravatar Elijah Newren1-4/+2
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyLibravatar Elijah Newren1-0/+52
2020-02-16rebase (interactive-backend): make --keep-empty the defaultLibravatar Elijah Newren1-9/+19
2020-02-14Merge branch 'tb/commit-graph-object-dir'Libravatar Junio C Hamano4-9/+32
2020-02-14Merge branch 'jk/index-pack-dupfix'Libravatar Junio C Hamano1-1/+3
2020-02-14Merge branch 'pk/status-of-uncloned-submodule'Libravatar Junio C Hamano1-1/+11
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Libravatar Junio C Hamano6-10/+19
2020-02-14Merge branch 'ds/sparse-checkout-harden'Libravatar Junio C Hamano2-6/+44
2020-02-14Merge branch 'jt/connectivity-check-optim-in-partial-clone'Libravatar Junio C Hamano2-3/+13
2020-02-14Merge branch 'ag/rebase-avoid-unneeded-checkout'Libravatar Junio C Hamano1-13/+5
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Libravatar Junio C Hamano1-47/+46
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Libravatar Junio C Hamano1-49/+194
2020-02-14Merge branch 'hw/advice-add-nothing'Libravatar Junio C Hamano1-2/+8
2020-02-14Merge branch 'pb/do-not-recurse-grep-no-index' into maintLibravatar Junio C Hamano1-2/+5
2020-02-14Merge branch 'nd/switch-and-restore' into maintLibravatar Junio C Hamano1-0/+2
2020-02-14Merge branch 'hw/commit-advise-while-rejecting' into maintLibravatar Junio C Hamano1-0/+1
2020-02-14pack-objects: support filters with bitmapsLibravatar Jeff King1-2/+1
2020-02-14rev-list: use bitmap filters for traversalLibravatar Jeff King1-9/+8
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureLibravatar Jeff King2-3/+3
2020-02-14rev-list: allow commit-only bitmap traversalsLibravatar Jeff King2-9/+3
2020-02-14rev-list: allow bitmaps when counting objectsLibravatar Jeff King1-3/+18
2020-02-14rev-list: make --count work with --objectsLibravatar Jeff King1-0/+13
2020-02-14rev-list: factor out bitmap-optimized routinesLibravatar Jeff King1-21/+67
2020-02-14pack-bitmap: refuse to do a bitmap traversal with pathspecsLibravatar Jeff King1-1/+1
2020-02-13rev-list: fallback to non-bitmap traversal when filteringLibravatar Jeff King1-2/+2
2020-02-12Merge branch 'jc/skip-prefix'Libravatar Junio C Hamano2-6/+6
2020-02-12Merge branch 'pb/do-not-recurse-grep-no-index'Libravatar Junio C Hamano1-2/+5
2020-02-11sparse-checkout: work with Windows pathsLibravatar Derrick Stolee1-0/+3
2020-02-11sparse-checkout: create 'add' subcommandLibravatar Derrick Stolee1-6/+66
2020-02-11sparse-checkout: extract pattern update from 'set' subcommandLibravatar Derrick Stolee1-18/+26
2020-02-11sparse-checkout: extract add_patterns_from_input()Libravatar Derrick Stolee1-29/+35
2020-02-10remote rename/remove: gently handle remote.pushDefault configLibravatar Bert Wesarg1-0/+55
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesLibravatar Bert Wesarg1-1/+21
2020-02-10remote: clean-up config callbackLibravatar Bert Wesarg1-11/+17
2020-02-10remote: clean-up by returning early to avoid one indentationLibravatar Bert Wesarg1-46/+48
2020-02-10pull --rebase/remote rename: document and honor single-letter abbreviations r...Libravatar Bert Wesarg2-43/+16
2020-02-10config: add '--show-scope' to print the scope of a config valueLibravatar Matthew Rogers1-2/+18
2020-02-10config: teach git_config_source to remember its scopeLibravatar Matthew Rogers1-3/+13
2020-02-10strbuf: add and use strbuf_insertstr()Libravatar René Scharfe3-4/+4
2020-02-06add: change advice config variables used by the add APILibravatar Heba Waly1-4/+8