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-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-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-16log: add log.excludeDecoration config optionDerrick Stolee
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
2020-04-10builtin/receive-pack: use constant-time comparison for HMAC valuebrian m. carlson
2020-04-08stash -p: (partially) fix bug concerning split hunksJohannes Schindelin
2020-04-08format-patch: teach --no-encode-email-headersEmma Brooks
2020-04-03rebase.c: honour --no-gpg-signĐoàn Trần Công Danh
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan
2020-04-02commit-graph: fix buggy --expire-time optionDerrick Stolee
2020-04-01clone: use "quick" lookup while following tagsJeff King
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2020-03-29connected: always use partial clone optimizationJonathan Tan
2020-03-29Merge branch 'ds/default-pack-use-sparse-to-true'Junio C Hamano
2020-03-29pull: pass documented fetch options onRené Scharfe
2020-03-28pull: avoid running both merge and rebaseElijah Newren
2020-03-27Merge branch 'ah/force-pull-rebase-configuration'Junio C Hamano
2020-03-27Merge branch 'tg/retire-scripted-stash'Junio C Hamano
2020-03-27Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano
2020-03-27Merge branch 'at/rebase-fork-point-regression-fix'Junio C Hamano
2020-03-27Merge branch 'bc/filter-process'Junio C Hamano
2020-03-27Merge branch 'hi/gpg-prefer-check-signature'Junio C Hamano
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-25Merge branch 'ss/submodule-foreach-cb'Junio C Hamano
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano