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
2021-03-25Merge branch 'tb/geometric-repack'Junio C Hamano
2021-03-23Merge branch 'bc/clone-bare-with-conflicting-config'Junio C Hamano
2021-03-23Merge branch 'dl/stash-show-untracked'Junio C Hamano
2021-03-23Merge branch 'ab/grep-pcre2-allocfix'Junio C Hamano
2021-03-23Merge branch 'ab/remote-write-config-in-camel-case'Junio C Hamano
2021-03-23Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano
2021-03-20Merge branch 'tb/git-mv-icase-fix'Junio C Hamano
2021-03-20Merge branch 'rs/calloc-array'Junio C Hamano
2021-03-20Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano
2021-03-20Merge branch 'jc/calloc-fix'Junio C Hamano
2021-03-19builtin/pack-objects.c: ignore missing links with --stdin-packsTaylor Blau
2021-03-17bisect: peel annotated tags to commitsJeff King
2021-03-16xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-11builtin/init-db: handle bare clones when core.bare set to falsebrian m. carlson
2021-03-06stash show: learn stash.showIncludeUntrackedDenton Liu
2021-03-06stash show: teach --include-untracked and --only-untrackedDenton Liu
2021-03-05builtin/repack.c: reword comment around pack-objects flagsJunio C Hamano
2021-03-05builtin/repack.c: be more conservative with unsigned overflowsTaylor Blau
2021-03-05builtin/repack.c: assign pack split laterTaylor Blau
2021-03-05builtin/repack.c: do not repack single packs with --geometricTaylor Blau
2021-03-04git mv foo FOO ; git mv foo bar gave an assertTorsten Bögershausen
2021-03-02Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-26Merge branch 'jc/push-delete-nothing'Junio C Hamano
2021-02-26Merge branch 'js/params-vs-args'Junio C Hamano
2021-02-26Merge branch 'es/maintenance-of-bare-repositories'Junio C Hamano
2021-02-26Merge branch 'mt/add-chmod-fixes'Junio C Hamano
2021-02-26Merge branch 'ah/rebase-no-fork-point-config'Junio C Hamano
2021-02-26Merge branch 'mt/grep-sparse-checkout'Junio C Hamano
2021-02-26Merge branch 'jc/diffcore-rotate'Junio C Hamano
2021-02-26Merge branch 'mt/checkout-index-corner-cases'Junio C Hamano
2021-02-26Merge branch 'rs/blame-optim'Junio C Hamano
2021-02-26Merge branch 'jk/rev-list-disk-usage'Junio C Hamano
2021-02-25remote: write camel-cased *.pushRemote on renameÆvar Arnfjörð Bjarmason
2021-02-25remote: add camel-cased *.tagOpt key, like cloneÆvar Arnfjörð Bjarmason
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares
2021-02-24add: mark --chmod error string for translationMatheus Tavares
2021-02-24add --chmod: don't update index when --dry-run is usedMatheus Tavares
2021-02-24rebase: add a config option for --no-fork-pointAlex Henrie
2021-02-24push: do not turn --delete '' into a matching pushJunio C Hamano
2021-02-24replace "parameters" by "arguments" in error messagesJohannes Sixt
2021-02-23maintenance: fix incorrect `maintenance.repo` path with bare repositoryEric Sunshine
2021-02-23builtin/repack.c: add '--geometric' optionTaylor Blau
2021-02-23builtin/pack-objects.c: rewrite honor-pack-keep logicJeff King
2021-02-23builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau
2021-02-23Merge branch 'ab/diff-deferred-free'Junio C Hamano
2021-02-23Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano
2021-02-23Merge branch 'dl/stash-cleanup'Junio C Hamano
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan
2021-02-18Merge branch 'js/reflog-expire-stale-fix'Junio C Hamano