summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2020-02-16rebase: change the default backend from "am" to "merge"Elijah Newren
2020-02-16rebase: make the backend configurable via config settingElijah Newren
2020-02-16rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren
2020-02-16rebase: add an --am optionElijah Newren
2020-02-16rebase: move incompatibility checks between backend options a bit earlierElijah Newren
2020-02-16rebase: allow more types of rebases to fast-forwardElijah Newren
2020-02-16rebase: fix handling of restrict_revisionElijah Newren
2020-02-16rebase: make sure to pass along the quiet flag to the sequencerElijah Newren
2020-02-16rebase, sequencer: remove the broken GIT_QUIET handlingElijah Newren
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyElijah Newren
2020-02-16rebase (interactive-backend): make --keep-empty the defaultElijah Newren
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano
2020-02-14Merge branch 'jk/index-pack-dupfix'Junio C Hamano
2020-02-14Merge branch 'pk/status-of-uncloned-submodule'Junio C Hamano
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano
2020-02-14Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano
2020-02-14Merge branch 'ag/rebase-avoid-unneeded-checkout'Junio C Hamano
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano
2020-02-14Merge branch 'hw/advice-add-nothing'Junio C Hamano
2020-02-14Merge branch 'pb/do-not-recurse-grep-no-index' into maintJunio C Hamano
2020-02-14Merge branch 'nd/switch-and-restore' into maintJunio C Hamano
2020-02-14Merge branch 'hw/commit-advise-while-rejecting' into maintJunio C Hamano
2020-02-14pack-objects: support filters with bitmapsJeff King
2020-02-14rev-list: use bitmap filters for traversalJeff King
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2020-02-14rev-list: allow bitmaps when counting objectsJeff King
2020-02-14rev-list: make --count work with --objectsJeff King
2020-02-14rev-list: factor out bitmap-optimized routinesJeff King
2020-02-14pack-bitmap: refuse to do a bitmap traversal with pathspecsJeff King
2020-02-13rev-list: fallback to non-bitmap traversal when filteringJeff King
2020-02-12Merge branch 'jc/skip-prefix'Junio C Hamano
2020-02-12Merge branch 'pb/do-not-recurse-grep-no-index'Junio C Hamano
2020-02-11sparse-checkout: work with Windows pathsDerrick Stolee
2020-02-11sparse-checkout: create 'add' subcommandDerrick Stolee
2020-02-11sparse-checkout: extract pattern update from 'set' subcommandDerrick Stolee
2020-02-11sparse-checkout: extract add_patterns_from_input()Derrick Stolee
2020-02-10remote rename/remove: gently handle remote.pushDefault configBert Wesarg
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesBert Wesarg
2020-02-10remote: clean-up config callbackBert Wesarg
2020-02-10remote: clean-up by returning early to avoid one indentationBert Wesarg
2020-02-10pull --rebase/remote rename: document and honor single-letter abbreviations r...Bert Wesarg
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe
2020-02-06add: change advice config variables used by the add APIHeba Waly
2020-02-05Merge branch 'am/checkout-file-and-ref-ref-ambiguity'Junio C Hamano
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano