Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-03Merge branch 'en/rebase-backend'Junio C Hamano
2020-03-03Merge branch 'en/check-ignore'Junio C Hamano
2020-03-03Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano
2020-02-19check-ignore: fix documentation and implementation to matchElijah Newren
2020-02-19rev-list --count: comment on the use of count_right++Junio C Hamano
2020-02-18Merge branch 'mr/show-config-scope'Junio C Hamano
2020-02-18Merge branch 'rs/strbuf-insertstr'Junio C Hamano
2020-02-18Merge branch 'rs/name-rev-memsave'Junio C Hamano
2020-02-17rebase: rename the two primary rebase backendsElijah Newren
2020-02-17rebase: change the default backend from "am" to "merge"Elijah Newren
2020-02-17rebase: make the backend configurable via config settingElijah Newren
2020-02-17rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren
2020-02-17rebase: add an --am optionElijah Newren
2020-02-17rebase: move incompatibility checks between backend options a bit earlierElijah Newren
2020-02-17rebase: allow more types of rebases to fast-forwardElijah Newren
2020-02-17rebase: fix handling of restrict_revisionElijah Newren
2020-02-17rebase: make sure to pass along the quiet flag to the sequencerElijah Newren
2020-02-17rebase, sequencer: remove the broken GIT_QUIET handlingElijah Newren
2020-02-17rebase (interactive-backend): fix handling of commits that become emptyElijah Newren
2020-02-17rebase (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-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-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