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
2015-10-21Merge branch 'js/gc-with-stale-symref' into maintJunio C Hamano
2015-10-21Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maintJunio C Hamano
2015-10-20t7063: fix flaky untracked-cache testDavid Turner
2015-10-17Merge branch 'es/worktree-add-cleanup' into maintJunio C Hamano
2015-10-17Merge branch 'jc/fsck-dropped-errors' into maintJunio C Hamano
2015-10-17Merge branch 'sb/http-flaky-test-fix' into maintJunio C Hamano
2015-10-17Merge branch 'sb/perf-without-installed-git' into maintJunio C Hamano
2015-10-17Merge branch 'mm/detach-at-HEAD-reflog' into maintJunio C Hamano
2015-10-17Merge branch 'gr/rebase-i-drop-warn' into maintJunio C Hamano
2015-10-17Merge branch 'jk/notes-dwim-doc' into maintJunio C Hamano
2015-10-17Merge branch 'jk/connect-clear-env' into maintJunio C Hamano
2015-10-17Merge branch 'jk/blame-first-parent' into maintJunio C Hamano
2015-10-12filter-branch: remove multi-line headers in msg filterJames McCoy
2015-10-08pack-objects: do not get distracted by broken symrefsJohannes Schindelin
2015-10-07clone --dissociate: avoid locking pack filesJohannes Schindelin
2015-10-07t2026: rename worktree prune testMichael J Gruber
2015-10-06rebase-i: loosen over-eager check_bad_cmd checkMatthieu Moy
2015-10-06gc: demonstrate failure with stale remote HEADJohannes Schindelin
2015-10-06t5700: demonstrate a Windows file locking issue with `git clone --dissociate`Johannes Schindelin
2015-10-02status: don't say 'HEAD detached at HEAD'Matthieu Moy
2015-10-02t3203: test 'detached at' after checkout --detachMatthieu Moy
2015-09-29Sync with v2.5.4Junio C Hamano
2015-09-29Sync with 2.4.10Junio C Hamano
2015-09-29Sync with 2.3.10Junio C Hamano
2015-09-28clone: allow --local from a linked checkoutNguyễn Thái Ngọc Duy
2015-09-28enter_repo: allow .git files in strict modeNguyễn Thái Ngọc Duy
2015-09-28enter_repo: avoid duplicating logic, use is_git_directory() insteadNguyễn Thái Ngọc Duy
2015-09-28t0002: add test for enter_repo(), non-strict modeNguyễn Thái Ngọc Duy
2015-09-26http: limit redirection depthBlake Burkhart
2015-09-26http: limit redirection to protocol-whitelistBlake Burkhart
2015-09-25t/perf: make runner work even if Git is not installedStephan Beyer
2015-09-25t5561: get rid of racy appending to logfileStephan Beyer
2015-09-24fsck: exit with non-zero when problems are foundJunio C Hamano
2015-09-23submodule: allow only certain protocols for submodule fetchesJeff King
2015-09-23transport: add a protocol-whitelist environment variableJeff King
2015-09-23notes: correct documentation of DWIMery for notes referencesJacob Keller
2015-09-22git-p4: handle "Translation of file content failed"Lars Schneider
2015-09-22git-p4: add test case for "Translation of file content failed" errorLars Schneider
2015-09-17Merge branch 'dt/untracked-subdir' into maintJunio C Hamano
2015-09-16blame: handle --first-parentJeff King
2015-09-14Merge branch 'mp/t7060-diff-index-test'Junio C Hamano
2015-09-14path: implement common_dir handling in git_pathdup_submodule()Max Kirillov
2015-09-11rebase: support --no-autostashJohn Keeping
2015-09-09Merge branch 'jc/builtin-am-signoff-regression-fix'Junio C Hamano
2015-09-08test-lib-functions: detect test_when_finished in subshellJohn Keeping
2015-09-08t7800: don't use test_config in a subshellJohn Keeping
2015-09-08test-lib-functions: support "test_config -C <dir> ..."John Keeping
2015-09-08t5801: don't use test_when_finished in a subshellJohn Keeping
2015-09-08t7610: don't use test_config in a subshellJohn Keeping
2015-09-07am: match --signoff to the original scripted versionJunio C Hamano