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
2019-04-15t5530: check protocol response for "not our ref"Jeff King
2019-04-15t5516: drop ok=sigpipe from unreachable-want testsJeff King
2019-04-15gettext tests: export the restored GIT_TEST_GETTEXT_POISONJunio C Hamano
2019-04-15t9822: skip tests if file names cannot be ISO-8859-1 encodedJohannes Schindelin
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy
2019-04-15tests: disallow the use of abbreviated options (by default)Johannes Schindelin
2019-04-14send-email: default to quoted-printable when CR is presentbrian m. carlson
2019-04-12test-prio-queue: use xmallocJeff King
2019-04-12t3000 (ls-files -o): widen description to reflect current testsKyle Meyer
2019-04-10submodule: teach set-branch subcommandDenton Liu
2019-04-09Merge branch 'ar/t4150-remove-cruft'Junio C Hamano
2019-04-09Merge branch 'jk/line-log-with-patch'Junio C Hamano
2019-04-09Merge branch 'ra/t3600-test-path-funcs'Junio C Hamano
2019-04-09Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano
2019-04-09t3301: fix false negativeJohannes Schindelin
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenSZEDER Gábor
2019-04-08diff: batch fetching of missing blobsJonathan Tan
2019-04-04revision: use a prio_queue to hold rewritten parentsJeff King
2019-04-02tests (pack-objects): use the full, unabbreviated `--revs` optionJohannes Schindelin
2019-04-02tests (status): spell out the `--find-renames` option in fullJohannes Schindelin
2019-04-02tests (push): do not abbreviate the `--follow-tags` optionJohannes Schindelin
2019-04-02t5531: avoid using an abbreviated optionJohannes Schindelin
2019-04-02t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Johannes Schindelin
2019-04-02tests (rebase): spell out the `--force-rebase` optionJohannes Schindelin
2019-04-02tests (rebase): spell out the `--keep-empty` optionJohannes Schindelin
2019-04-01test-lib: whitelist GIT_TR2_* in the environmentÆvar Arnfjörð Bjarmason
2019-04-01config: correct '**' matching in includeIf patternsNguyễn Thái Ngọc Duy
2019-04-01gc: handle & check gc.reflogExpire configÆvar Arnfjörð Bjarmason
2019-04-01reflog tests: assert lack of early exit with expiry="never"Ævar Arnfjörð Bjarmason
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren
2019-04-01t9300: demonstrate bug with get-mark and empty orphan commitsElijah Newren
2019-04-01t/lib-submodule-update: use appropriate length constantbrian m. carlson
2019-03-24diff --no-index: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy
2019-03-24t5318-commit-graph: remove unused variableSZEDER Gábor
2019-03-24checkout: prevent losing staged changes with --mergeNguyễn Thái Ngọc Duy
2019-03-24read-tree: add --quietNguyễn Thái Ngọc Duy
2019-03-24t5551: mark half-auth no-op fetch test as v0-onlyJonathan Tan
2019-03-24http: normalize curl results for dumb loose and alternates fetchesJeff King
2019-03-22refs/files-backend: handle packed transaction prepare failureJeff King
2019-03-21unpack-trees: fix oneway_merge accidentally carry over stage indexNguyễn Thái Ngọc Duy
2019-03-21completion: fix multiple command removalsJeff King
2019-03-21t9902: test multiple removals via completion.commandsTodd Zullinger
2019-03-21stash: setup default diff output format if necessaryThomas Gummerer
2019-03-20test-date: drop unused "now" parameter from parse_dates()Jeff King
2019-03-20Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano
2019-03-20Merge branch 'jk/fsck-doc'Junio C Hamano