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
2020-03-18Merge branch 'js/ci-windows-update' into maintJunio C Hamano
2020-03-18Merge branch 'js/test-unc-fetch' into maintJunio C Hamano
2020-03-18Merge branch 'js/test-write-junit-xml-fix' into maintJunio C Hamano
2020-03-18Merge branch 'hd/show-one-mergetag-fix' into maintJunio C Hamano
2020-03-18Merge branch 'ds/partial-clone-fixes' into maintJunio C Hamano
2020-03-18Merge branch 'en/t3433-rebase-stat-dirty-failure' into maintJunio C Hamano
2020-03-18Merge branch 'en/check-ignore' into maintJunio C Hamano
2020-03-18Merge branch 'jh/notes-fanout-fix' into maintJunio C Hamano
2020-03-18Merge branch 'jk/index-pack-dupfix' into maintJunio C Hamano
2020-03-18Merge branch 'js/rebase-i-with-colliding-hash' into maintJunio C Hamano
2020-03-18Merge branch 'dt/submodule-rm-with-stale-cache' into maintJunio C Hamano
2020-03-18Merge branch 'pb/recurse-submodule-in-worktree-fix' into maintJunio C Hamano
2020-03-18Merge branch 'es/outside-repo-errmsg-hints' into maintJunio C Hamano
2020-03-18Merge branch 'js/builtin-add-i-cmds' into maintJunio C Hamano
2020-03-15prefix_path: show gitdir if worktree unavailableEmily Shaffer
2020-03-02show_one_mergetag: print non-parent in hex form.Harald van Dijk
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee
2020-02-22partial-clone: demonstrate bugs in partial fetchDerrick Stolee
2020-02-19merge-recursive: fix the refresh logic in update_file_flagsElijah Newren
2020-02-19t3433: new rebase testcase documenting a stat-dirty-like failureElijah Newren
2020-02-19check-ignore: fix documentation and implementation to matchElijah Newren
2020-02-14Merge branch 'jb/parse-options-message-fix' into maintJunio C Hamano
2020-02-14Merge branch 'pb/do-not-recurse-grep-no-index' into maintJunio C Hamano
2020-02-14Merge branch 'jt/t5616-robustify' into maintJunio C Hamano
2020-02-14Merge branch 'en/fill-directory-fixes-more' into maintJunio C Hamano
2020-02-14Merge branch 'ds/refmap-doc' into maintJunio C Hamano
2020-02-14Merge branch 'jk/test-fixes' into maintJunio C Hamano
2020-02-14Merge branch 'nd/switch-and-restore' into maintJunio C Hamano
2020-02-14Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport' into maintJunio C Hamano
2020-02-14Merge branch 'hw/commit-advise-while-rejecting' into maintJunio C Hamano
2020-02-14t5580: test cloning without file://, test fetching via UNC pathsJohannes Schindelin
2020-02-12tests: fix --write-junit-xml with subshellsJohannes Schindelin
2020-02-05parse-options: lose an unnecessary space in an error messageJacques Bodin-Hullin
2020-02-05index-pack: downgrade twice-resolved REF_DELTA to die()Jeff King
2020-02-04notes.c: fix off-by-one error when decreasing notes fanoutJohan Herland
2020-02-04t3305: check notes fanout more carefully and robustlyJohan Herland
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain
2020-01-29git rm submodule: succeed if .gitmodules index stat info is zeroDavid Turner
2020-01-27t5616: make robust to delta base changeJonathan Tan
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin
2020-01-23rebase -i: re-fix short SHA-1 collisionJohannes Schindelin
2020-01-23submodule.c: use get_git_dir() instead of get_git_common_dir()Philippe Blain
2020-01-23t2405: clarify test descriptions and simplify testPhilippe Blain
2020-01-23t2405: use git -C and test_commit -C instead of subshellsPhilippe Blain
2020-01-23t7410: rename to t2405-worktree-submodule.shPhilippe Blain
2020-01-21fetch: document and test --refmap=""Derrick Stolee
2020-01-17t7800: don't rely on reuse_worktree_file()Jeff King
2020-01-17t4018: drop "debugging" cat from hunk-header testsJeff King
2020-01-17built-in add -i: accept open-ended ranges againJohannes Schindelin