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
2014-03-15Merge branch 'sg/archive-restrict-remote'Junio C Hamano
2014-03-15Merge branch 'da/difftool-git-files'Junio C Hamano
2014-03-15Merge branch 'tg/index-v4-format'Junio C Hamano
2014-03-15Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano
2014-03-15Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano
2014-03-15Merge branch 'jh/note-trees-record-blobs'Junio C Hamano
2014-03-15Merge branch 'nd/no-more-fnmatch'Junio C Hamano
2014-03-15Merge branch 'tr/diff-submodule-no-reuse-worktree'Junio C Hamano
2014-03-15Merge branch 'nd/reset-setup-worktree'Junio C Hamano
2014-03-15Merge branch 'ks/config-file-stdin'Junio C Hamano
2014-03-15Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano
2014-03-15Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano
2014-03-11t0008: skip trailing space test on WindowsJohannes Sixt
2014-03-08Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano
2014-03-06Merge branch 'jk/run-network-tests-by-default'Junio C Hamano
2014-03-06Merge branch 'nd/daemonize-gc'Junio C Hamano
2014-03-06Merge branch 'ks/combine-diff'Junio C Hamano
2014-03-06t7800: add a difftool test for .git-filesJunio C Hamano
2014-02-28add uploadarchive.allowUnreachable optionScott J. Goldman
2014-02-28Merge branch 'nd/http-fetch-shallow-fix'Junio C Hamano
2014-02-28Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-28Merge branch 'jk/test-ports'Junio C Hamano
2014-02-28Merge branch 'nd/reset-intent-to-add'Junio C Hamano
2014-02-28Merge branch 'mw/symlinks'Junio C Hamano
2014-02-28Merge branch 'nd/test-rename-reset'Junio C Hamano
2014-02-28Merge branch 'wk/submodule-on-branch'Junio C Hamano
2014-02-28Merge branch 'nd/diff-quiet-stat-dirty'Junio C Hamano
2014-02-28Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-28Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano
2014-02-28Merge branch 'da/pull-ff-configuration'Junio C Hamano
2014-02-28Merge branch 'kb/fast-hashmap'Junio C Hamano
2014-02-28Merge branch 'nv/commit-gpgsign-config'Junio C Hamano
2014-02-25test the commit.gpgsign config optionNicolas Vigier
2014-02-25diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy
2014-02-25tests: add checking that combine-diff emits only correct pathsKirill Smelkov
2014-02-25diff test: add tests for combine-diff with orderfileKirill Smelkov
2014-02-25pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-25pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-02-25submodule: explicit local branch creation in module_cloneW. Trevor King
2014-02-25merge-recursive.c: tolerate missing files while refreshing indexBrad King
2014-02-25t3030-merge-recursive: test known breakage with empty work treeBrad King
2014-02-25read-cache: add index.version config variableThomas Gummerer
2014-02-25test-lib: allow setting the index format versionThomas Gummerer
2014-02-25remote: handle pushremote config in any orderJeff King
2014-02-24log: do not segfault on gmtime errorsJeff King
2014-02-24log: handle integer overflow in timestampsJeff King
2014-02-24fsck: report integer overflow in author timestampsJeff King
2014-02-24t4212: test bogus timestamps with git-logJeff King
2014-02-24introduce GIT_INDEX_VERSION environment variableThomas Gummerer
2014-02-21stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy