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
path: root/t
AgeCommit message (Expand)Author
2021-07-15commit: integrate with sparse-indexDerrick Stolee
2021-07-15p2000: compress repo namesDerrick Stolee
2021-07-15p2000: add 'git checkout -' test and decrease depthDerrick Stolee
2021-07-14t1092: document bad sparse-checkout behaviorDerrick Stolee
2021-07-14fsmonitor: integrate with sparse indexDerrick Stolee
2021-07-14wt-status: expand added sparse directory entriesDerrick Stolee
2021-07-14status: use sparse-index throughoutDerrick Stolee
2021-07-14status: skip sparse-checkout percentage with sparse-indexDerrick Stolee
2021-07-14t1092: add tests for status/add and sparse filesDerrick Stolee
2021-07-14t1092: expand repository data shapeDerrick Stolee
2021-07-14t1092: replace incorrect 'echo' with 'cat'Derrick Stolee
2021-07-14sparse-index: skip indexes with unmerged entriesDerrick Stolee
2021-06-14Merge branch 'ab/test-lib-updates'Junio C Hamano
2021-06-14Merge branch 'dd/honor-users-tar-in-tests'Junio C Hamano
2021-06-14Merge branch 'so/log-m-implies-p'Junio C Hamano
2021-06-14Merge branch 'en/ort-perf-batch-11'Junio C Hamano
2021-06-14Merge branch 'jk/clone-clean-upon-transport-error'Junio C Hamano
2021-06-14Merge branch 'ga/send-email-sendmail-cmd'Junio C Hamano
2021-06-06Merge branch 'rs/parallel-checkout-test-fix'Junio C Hamano
2021-06-06parallel-checkout: avoid dash local bug in testsRené Scharfe
2021-05-27Merge branch 'mt/t2080-cp-symlink-fix'Junio C Hamano
2021-05-27Merge branch 'ab/send-email-inline-hooks-path'Junio C Hamano
2021-05-27Merge branch 'ds/t1092-fix-flake-from-progress'Junio C Hamano
2021-05-27t2080: fix cp invocation to copy symlinks instead of following themMatheus Tavares
2021-05-27send-email: don't needlessly abs_path() the core.hooksPathÆvar Arnfjörð Bjarmason
2021-05-26t1092: revert the "-1" hack for emulating "no progress meter"Junio C Hamano
2021-05-25Merge branch 'mt/init-template-userpath-fix'Junio C Hamano
2021-05-25Merge branch 'jt/send-email-validate-errors-fix'Junio C Hamano
2021-05-25Merge branch 'ab/send-email-validate-errors-fix'Junio C Hamano
2021-05-25t1092: use GIT_PROGRESS_DELAY for consistent resultsDerrick Stolee
2021-05-25init: fix bug regarding ~/ expansion in init.templateDirMatheus Tavares
2021-05-25send-email: fix missing error message regressionÆvar Arnfjörð Bjarmason
2021-05-25t9001-send-email.sh: fix expected absolute paths on WindowsJohannes Sixt
2021-05-22Merge branch 'dl/stash-show-untracked-fixup'Junio C Hamano
2021-05-22Merge branch 'wm/rev-parse-path-format-wo-arg'Junio C Hamano
2021-05-22t: use configured TAR instead of tarĐoàn Trần Công Danh
2021-05-22stash show: use stash.showIncludeUntracked even when diff options givenDenton Liu
2021-05-21diff-merges: let "-m" imply "-p"Sergey Organov
2021-05-21stash list: stop passing "-m" to "git log"Sergey Organov
2021-05-21t4013: test "git diff-index -m"Sergey Organov
2021-05-21t4013: test "git diff-tree -m"Sergey Organov
2021-05-21t4013: test "git log -m --stat"Sergey Organov
2021-05-21t4013: test "git log -m --raw"Sergey Organov
2021-05-21t4013: test that "-m" alone has no effect in "git log"Sergey Organov
2021-05-20Merge branch 'tz/c-locale-output-is-no-more'Junio C Hamano
2021-05-20Merge branch 'cs/http-use-basic-after-failed-negotiate'Junio C Hamano
2021-05-20merge-ort, diffcore-rename: employ cached renames when possibleElijah Newren
2021-05-20t6429: testcases for remembering renamesElijah Newren
2021-05-20fast-rebase: write conflict state to working tree, index, and HEADElijah Newren
2021-05-20fast-rebase: change assert() to BUG()Elijah Newren