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-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano
2020-05-01Merge branch 'tb/reset-shallow'Junio C Hamano
2020-04-30Merge branch 'ps/transactional-update-ref-stdin'Junio C Hamano
2020-04-30Merge branch 'en/fill-directory-exponential'Junio C Hamano
2020-04-30Merge branch 'en/sparse-checkout'Junio C Hamano
2020-04-30Merge branch 'dl/merge-autostash-rebase-quit-fix'Junio C Hamano
2020-04-30Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano
2020-04-29Merge branch 'mt/grep-cquote-path'Junio C Hamano
2020-04-29Merge branch 'ds/log-exclude-decoration-config'Junio C Hamano
2020-04-29Merge branch 'tb/diff-tree-with-notes'Junio C Hamano
2020-04-29Merge branch 'js/stash-p-fix'Junio C Hamano
2020-04-29Merge branch 'dl/libify-a-few'Junio C Hamano
2020-04-29Merge branch 'jt/avoid-prefetch-when-able-in-diff'Junio C Hamano
2020-04-29Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano
2020-04-29Merge branch 'jc/log-no-mailmap'Junio C Hamano
2020-04-29Merge branch 'jk/config-use-size-t'Junio C Hamano
2020-04-29Merge branch 'bc/constant-memequal'Junio C Hamano
2020-04-28rebase: save autostash entry into stash reflog on --quitDenton Liu
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau
2020-04-22Merge branch 'jt/rebase-allow-duplicate'Junio C Hamano
2020-04-22Merge branch 'en/rebase-no-keep-empty'Junio C Hamano
2020-04-22Merge branch 'js/flush-prompt-before-interative-input'Junio C Hamano
2020-04-22Merge branch 'ma/simplify-merge-config-parsing'Junio C Hamano
2020-04-22Merge branch 'eb/format-patch-no-encode-headers'Junio C Hamano
2020-04-22Merge branch 'dd/no-gpg-sign'Junio C Hamano
2020-04-22Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Junio C Hamano
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano
2020-04-22Merge branch 'en/pull-do-not-rebase-after-fast-forwarding'Junio C Hamano
2020-04-22Merge branch 'rs/pull-options-sync-code-and-doc'Junio C Hamano
2020-04-22Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano
2020-04-22receive-pack: compilation fixJunio C Hamano
2020-04-21diff-tree.c: load notes machinery when requiredTaylor Blau
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares
2020-04-17blame: use changed-path Bloom filtersDerrick Stolee
2020-04-17tests: write commit-graph with Bloom filtersDerrick Stolee
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-12merge: use skip_prefix to parse config keyMartin Ă…gren
2020-04-12rebase --merge: optionally skip upstreamed commitsJonathan Tan
2020-04-12rebase: fix an incompatible-options error messageElijah Newren
2020-04-12rebase: reinstate --no-keep-emptyElijah Newren
2020-04-11parse_config_key(): return subsection len as size_tJeff King
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin