*** t0000-basic.sh *** ok 1 - verify that the running shell supports "local" ok 2 - .git/objects should be empty after git init in an empty repo ok 3 - .git/objects should have 3 subdirectories ok 4 - success is reported like this ok 5 - subtest: 3 passing tests ok 6 - subtest: 2/3 tests passing ok 7 - subtest: --immediate ok 8 - subtest: a failing TODO test ok 9 - subtest: a passing TODO test ok 10 - subtest: 2 TODO tests, one passin ok 11 - subtest: mixed results: pass, failure and a TODO test ok 12 - subtest: mixed results: a mixture of all possible results ok 13 - subtest: --verbose option ok 14 - subtest: --verbose-only option ok 15 - subtest: skip one with GIT_SKIP_TESTS ok 16 - subtest: skip several with GIT_SKIP_TESTS ok 17 - subtest: sh pattern skipping with GIT_SKIP_TESTS ok 18 - subtest: skip entire test suite with GIT_SKIP_TESTS ok 19 - subtest: GIT_SKIP_TESTS does not skip unmatched suite ok 20 - subtest: --run basic ok 21 - subtest: --run with a range ok 22 - subtest: --run with two ranges ok 23 - subtest: --run with a left open range ok 24 - subtest: --run with a right open range ok 25 - subtest: --run with basic negation ok 26 - subtest: --run with two negations ok 27 - subtest: --run a range and negation ok 28 - subtest: --run range negation ok 29 - subtest: --run include, exclude and include ok 30 - subtest: --run include, exclude and include, comma separated ok 31 - subtest: --run exclude and include ok 32 - subtest: --run empty selectors ok 33 - subtest: --run substring selector ok 34 - subtest: --run keyword selection ok 35 - subtest: --run invalid range end ok 36 - subtest: --invert-exit-code without --immediate ok 37 - subtest: --invert-exit-code with --immediate: all passed ok 38 - subtest: --invert-exit-code without --immediate: partial pass ok 39 - subtest: --invert-exit-code with --immediate: partial pass ok 40 - subtest: --invert-exit-code --immediate: got a failure ok 41 - subtest: tests respect prerequisites ok 42 - subtest: tests respect lazy prerequisites ok 43 - subtest: nested lazy prerequisites ok 44 - subtest: lazy prereqs do not turn off tracing ok 45 - subtest: tests clean up after themselves ok 46 - subtest: tests clean up even on failures ok 47 - subtest: test_atexit is run ok 48 - test_oid provides sane info by default ok 49 - test_oid can look up data for SHA-1 ok 50 - test_oid can look up data for SHA-256 ok 51 - test_oid can look up data for a specified algorithm ok 52 - test_bool_env ok 53 - git update-index without --add should fail adding ok 54 - git update-index with --add should succeed ok 55 - writing tree out with git write-tree ok 56 - validate object ID of a known tree ok 57 - git update-index without --remove should fail removing ok 58 - git update-index with --remove should be able to remove ok 59 - git write-tree should be able to write an empty tree ok 60 - validate object ID of a known tree ok 61 - adding various types of objects with git update-index --add ok 62 - showing stage with git ls-files --stage ok 63 - validate git ls-files output for a known tree ok 64 - writing tree out with git write-tree ok 65 - validate object ID for a known tree ok 66 - showing tree with git ls-tree ok 67 - git ls-tree output for a known tree ok 68 - showing tree with git ls-tree -r ok 69 - git ls-tree -r output for a known tree ok 70 - showing tree with git ls-tree -r -t ok 71 - git ls-tree -r output for a known tree ok 72 - writing partial tree out with git write-tree --prefix ok 73 - validate object ID for a known tree ok 74 - writing partial tree out with git write-tree --prefix ok 75 - validate object ID for a known tree ok 76 - put invalid objects into the index ok 77 - writing this tree without --missing-ok ok 78 - writing this tree with --missing-ok ok 79 - git read-tree followed by write-tree should be idempotent ok 80 - validate git diff-files output for a know cache/work tree state ok 81 - git update-index --refresh should succeed ok 82 - no diff after checkout and git update-index --refresh ok 83 - git commit-tree records the correct tree in a commit ok 84 - git commit-tree records the correct parent in a commit ok 85 - git commit-tree omits duplicated parent in a commit ok 86 - update-index D/F conflict ok 87 - very long name in the index handled sanely ok 88 - more update-index D/F conflicts ok 89 - test_must_fail on a failing git command ok 90 - test_must_fail on a failing git command with env ok 91 - test_must_fail rejects a non-git command ok 92 - test_must_fail rejects a non-git command with env # passed all 92 test(s) 1..92 *** t0001-init.sh *** ok 1 - plain ok 2 - plain nested in bare ok 3 - plain through aliased command, outside any git repo ok 4 - plain nested through aliased command ok 5 - plain nested in bare through aliased command ok 6 - No extra GIT_* on alias scripts ok 7 - plain with GIT_WORK_TREE ok 8 - plain bare ok 9 - plain bare with GIT_WORK_TREE ok 10 - GIT_DIR bare ok 11 - init --bare ok 12 - GIT_DIR non-bare ok 13 - GIT_DIR & GIT_WORK_TREE (1) ok 14 - GIT_DIR & GIT_WORK_TREE (2) ok 15 - reinit ok 16 - init with --template ok 17 - init with --template (blank) ok 18 - init with init.templatedir set ok 19 - init with init.templatedir using ~ expansion ok 20 - init --bare/--shared overrides system/global config ok 21 - init honors global core.sharedRepository ok 22 - init allows insanely long --template ok 23 - init creates a new directory ok 24 - init creates a new bare directory ok 25 - init recreates a directory ok 26 - init recreates a new bare directory ok 27 - init creates a new deep directory ok 28 - init creates a new deep directory (umask vs. shared) ok 29 - init notices EEXIST (1) ok 30 - init notices EEXIST (2) ok 31 # skip init notices EPERM (missing SANITY of POSIXPERM,SANITY) ok 32 - init creates a new bare directory with global --bare ok 33 - init prefers command line to GIT_DIR ok 34 - init with separate gitdir ok 35 - explicit bare & --separate-git-dir incompatible ok 36 - implicit bare & --separate-git-dir incompatible ok 37 - bare & --separate-git-dir incompatible within worktree ok 38 - init in long base path ok 39 - init in long restricted base path ok 40 - re-init on .git file ok 41 - re-init to update git link ok 42 - re-init to move gitdir ok 43 - re-init to move gitdir symlink ok 44 - re-init to move gitdir with linked worktrees ok 45 - re-init to move gitdir within linked worktree ok 46 # skip .git hidden (missing MINGW) ok 47 # skip bare git dir not hidden (missing MINGW) ok 48 - remote init from does not use config from cwd ok 49 - re-init from a linked worktree ok 50 - init honors GIT_DEFAULT_HASH ok 51 - init honors --object-format ok 52 - init honors init.defaultObjectFormat ok 53 - init warns about invalid init.defaultObjectFormat ok 54 - --object-format overrides GIT_DEFAULT_HASH ok 55 - GIT_DEFAULT_HASH overrides init.defaultObjectFormat ok 56 - extensions.objectFormat is not allowed with repo version 0 ok 57 - init rejects attempts to initialize with different hash ok 58 - extensions.refStorage is not allowed with repo version 0 ok 59 - extensions.refStorage with files backend ok 60 - extensions.refStorage with unknown backend ok 61 - init with GIT_DEFAULT_REF_FORMAT=garbage ok 62 - init warns about invalid init.defaultRefFormat ok 63 - init with GIT_DEFAULT_REF_FORMAT=files ok 64 - init with --ref-format=files ok 65 - init with init.defaultRefFormat=files ok 66 - --ref-format=files overrides GIT_DEFAULT_REF_FORMAT ok 67 - init with GIT_DEFAULT_REF_FORMAT=reftable ok 68 - init with --ref-format=reftable ok 69 - init with init.defaultRefFormat=reftable ok 70 - --ref-format=reftable overrides GIT_DEFAULT_REF_FORMAT ok 71 - --ref-format= overrides GIT_DEFAULT_REF_FORMAT ok 72 - GIT_DEFAULT_REF_FORMAT= overrides init.defaultRefFormat ok 73 - re-init with same format (files) ok 74 - re-init with different format fails (files -> reftable) ok 75 - re-init with same format (reftable) ok 76 - re-init with different format fails (reftable -> files) ok 77 - init with --ref-format=garbage ok 78 # skip core.hidedotfiles = false (missing MINGW) ok 79 # skip redirect std handles (missing MINGW) ok 80 - --initial-branch ok 81 - overridden default initial branch name (config) ok 82 - advice on unconfigured init.defaultBranch ok 83 - overridden default main branch name (env) ok 84 - invalid default branch name ok 85 - branch -m with the initial branch ok 86 - init with includeIf.onbranch condition ok 87 - init with includeIf.onbranch condition with existing directory ok 88 - re-init with includeIf.onbranch condition ok 89 - re-init with includeIf.onbranch condition ok 90 - re-init skips non-matching includeIf.onbranch ok 91 - re-init reads matching includeIf.onbranch # passed all 91 test(s) 1..91 *** t0002-gitfile.sh *** ok 1 - initial setup ok 2 - bad setup: invalid .git file format ok 3 - bad setup: invalid .git file path ok 4 - final setup + check rev-parse --git-dir ok 5 - check hash-object ok 6 - check cat-file ok 7 - check update-index ok 8 - check write-tree ok 9 - check commit-tree ok 10 - check rev-list ok 11 - setup_git_dir twice in subdir ok 12 - enter_repo non-strict mode ok 13 - enter_repo linked checkout ok 14 - enter_repo strict mode # passed all 14 test(s) 1..14 *** t0003-attributes.sh *** ok 1 - open-quoted pathname ok 2 - setup ok 3 - setup branches ok 4 - command line checks ok 5 - attribute test ok 6 - attribute matching is case sensitive when core.ignorecase=0 ok 7 - attribute matching is case insensitive when core.ignorecase=1 ok 8 # skip additional case insensitivity tests (missing CASE_INSENSITIVE_FS) ok 9 - unnormalized paths ok 10 - relative paths ok 11 - prefixes are not confused with leading directories ok 12 - core.attributesfile ok 13 - attribute test: read paths from stdin ok 14 - setup --all option ok 15 - attribute test: --all option ok 16 - attribute test: --cached option ok 17 - root subdir attribute test ok 18 - negative patterns ok 19 - patterns starting with exclamation ok 20 - "**" test ok 21 - "**" with no slashes test ok 22 - using --git-dir and --work-tree ok 23 - using --source ok 24 - setup bare ok 25 - bare repository: check that .gitattribute is ignored ok 26 - --attr-source is bad ok 27 - attr.tree when HEAD is unborn ok 28 - bad attr source defaults to reading .gitattributes file ok 29 - bare repo no longer defaults to reading .gitattributes from HEAD ok 30 - precedence of --attr-source, GIT_ATTR_SOURCE, then attr.tree ok 31 - diff without repository with attr source ok 32 - bare repository: with --source ok 33 - bare repository: check that --cached honors index ok 34 - bare repository: test info/attributes ok 35 - binary macro expanded by -a ok 36 - query binary macro directly ok 37 - set up symlink tests ok 38 - symlinks respected in core.attributesFile ok 39 - symlinks respected in info/attributes ok 40 - symlinks not respected in-tree ok 41 - large attributes line ignored in tree ok 42 - large attributes line ignores trailing content in tree ok 43 # skip large attributes file ignored in tree (missing EXPENSIVE) ok 44 - large attributes line ignored in index ok 45 - large attributes line ignores trailing content in index ok 46 # skip large attributes file ignored in index (missing EXPENSIVE) ok 47 # skip large attributes blob ignored (missing EXPENSIVE) ok 48 - builtin object mode attributes work (dir and regular paths) ok 49 - builtin object mode attributes work (executable) ok 50 - builtin object mode attributes work (symlinks) ok 51 - native object mode attributes work with --cached ok 52 - check object mode attributes work for submodules ok 53 - we do not allow user defined builtin_* attributes ok 54 - user defined builtin_objectmode values are ignored # passed all 54 test(s) 1..54 *** t0004-unwritable.sh *** ok 1 - setup ok 2 # skip write-tree should notice unwritable repository (missing SANITY of POSIXPERM,SANITY) ok 3 # skip write-tree output on unwritable repository (missing WRITE_TREE_OUT) ok 4 # skip commit should notice unwritable repository (missing SANITY of POSIXPERM,SANITY) ok 5 # skip commit output on unwritable repository (missing COMMIT_OUT) ok 6 # skip update-index should notice unwritable repository (missing SANITY of POSIXPERM,SANITY) ok 7 # skip update-index output on unwritable repository (missing UPDATE_INDEX_OUT) ok 8 # skip add should notice unwritable repository (missing SANITY of POSIXPERM,SANITY) ok 9 # skip add output on unwritable repository (missing ADD_OUT) # passed all 9 test(s) 1..9 *** t0005-signals.sh *** ok 1 - sigchain works ok 2 - signals are propagated using shell convention ok 3 - create blob ok 4 - a constipated git dies with SIGPIPE ok 5 - a constipated git dies with SIGPIPE even if parent ignores it # passed all 5 test(s) 1..5 *** t0006-date.sh *** ok 1 - relative date (5 seconds ago) ok 2 - relative date (5 minutes ago) ok 3 - relative date (5 hours ago) ok 4 - relative date (5 days ago) ok 5 - relative date (3 weeks ago) ok 6 - relative date (5 months ago) ok 7 - relative date (1 year, 2 months ago) ok 8 - relative date (1 year, 9 months ago) ok 9 - relative date (20 years ago) ok 10 - relative date (12 months ago) ok 11 - relative date (2 years ago) ok 12 - show date (iso8601:1466000000 +0200) ok 13 - show date (iso8601-strict:1466000000 +0200) ok 14 - show date (iso8601-strict:1466000000 +0000) ok 15 - show date (rfc2822:1466000000 +0200) ok 16 - show date (short:1466000000 +0200) ok 17 - show date (default:1466000000 +0200) ok 18 - show date (raw:1466000000 +0200) ok 19 - show date (unix:1466000000 +0200) ok 20 - show date (iso-local:1466000000 +0200) ok 21 - show date (raw-local:1466000000 +0200) ok 22 - show date (unix-local:1466000000 +0200) ok 23 - show date (format:%z:1466000000 +0200) ok 24 - show date (format-local:%z:1466000000 +0200) ok 25 - show date (format:%Z:1466000000 +0200) ok 26 - show date (format-local:%Z:1466000000 +0200) ok 27 - show date (format:%%z:1466000000 +0200) ok 28 - show date (format-local:%%z:1466000000 +0200) ok 29 - show date (format:%Y-%m-%d %H:%M:%S:1466000000 +0200) ok 30 - show date (format-local:%Y-%m-%d %H:%M:%S:1466000000 +0200) ok 31 - show date (format:%s:123456789 +1234) ok 32 - show date (format:%s:123456789 -1234) ok 33 - show date (format-local:%s:123456789 -1234) ok 34 - show date (iso8601:1466000000 -0200) ok 35 - show date (iso8601-strict:1466000000 -0200) ok 36 - show date (rfc2822:1466000000 -0200) ok 37 - show date (default:1466000000 -0200) ok 38 - show date (raw:1466000000 -0200) ok 39 - show date (iso:5758122296 -0400) ok 40 - show date (iso-local:5758122296 -0400) ok 41 - parse date (2008) -> bad ok 42 - parse date (2008-02) -> bad ok 43 - parse date (2008-02-14) -> bad ok 44 - parse date (2008-02-14 20:30:45) -> 2008-02-14 20:30:45 +0000 ok 45 - parse date (2008-02-14 20:30:45 -0500) -> 2008-02-14 20:30:45 -0500 ok 46 - parse date (2008.02.14 20:30:45 -0500) -> 2008-02-14 20:30:45 -0500 ok 47 - parse date (20080214T20:30:45) -> 2008-02-14 20:30:45 +0000 ok 48 - parse date (20080214T20:30) -> 2008-02-14 20:30:00 +0000 ok 49 - parse date (20080214T20) -> 2008-02-14 20:00:00 +0000 ok 50 - parse date (20080214T203045) -> 2008-02-14 20:30:45 +0000 ok 51 - parse date (20080214T2030) -> 2008-02-14 20:30:00 +0000 ok 52 - parse date (20080214T000000.20) -> 2008-02-14 00:00:00 +0000 ok 53 - parse date (20080214T00:00:00.20) -> 2008-02-14 00:00:00 +0000 ok 54 - parse date (20080214T203045-04:00) -> 2008-02-14 20:30:45 -0400 ok 55 - parse date (20080214T203045 -04:00) -> 2008-02-14 20:30:45 -0400 ok 56 - parse date (20080214T203045.019-04:00) -> 2008-02-14 20:30:45 -0400 ok 57 - parse date (2008-02-14 20:30:45.019-04:00) -> 2008-02-14 20:30:45 -0400 ok 58 - parse date (2008-02-14 20:30:45 -0015) -> 2008-02-14 20:30:45 -0015 ok 59 - parse date (2008-02-14 20:30:45 -5) -> 2008-02-14 20:30:45 +0000 ok 60 - parse date (2008-02-14 20:30:45 -5:) -> 2008-02-14 20:30:45 +0000 ok 61 - parse date (2008-02-14 20:30:45 -05) -> 2008-02-14 20:30:45 -0500 ok 62 - parse date (2008-02-14 20:30:45 -:30) -> 2008-02-14 20:30:45 +0000 ok 63 - parse date (2008-02-14 20:30:45 -05:00) -> 2008-02-14 20:30:45 -0500 ok 64 - parse date (2008-02-14 20:30:45 TZ=EST5) -> 2008-02-14 20:30:45 -0500 ok 65 - parse date (Thu, 7 Apr 2005 15:14:13 -0700) -> 2005-04-07 15:14:13 -0700 ok 66 - parse date (1970-01-01 00:00:00) -> 1970-01-01 00:00:00 +0000 ok 67 - parse date (1970-01-01 00:00:00 +00) -> 1970-01-01 00:00:00 +0000 ok 68 - parse date (1970-01-01 00:00:00 Z) -> 1970-01-01 00:00:00 +0000 ok 69 - parse date (1970-01-01 00:00:00 -01) -> 1970-01-01 00:00:00 -0100 ok 70 - parse date (1970-01-01 00:00:00 +01) -> bad ok 71 - parse date (1970-01-01 00:00:00 +11) -> bad ok 72 - parse date (1970-01-01 00:59:59 +01) -> bad ok 73 - parse date (1970-01-01 01:00:00 +01) -> 1970-01-01 01:00:00 +0100 ok 74 - parse date (1970-01-01 01:00:00 +11) -> bad ok 75 - parse date (1970-01-02 00:00:00 +11) -> 1970-01-02 00:00:00 +1100 ok 76 - parse date (1969-12-31 23:59:59) -> bad ok 77 - parse date (1969-12-31 23:59:59 +00) -> bad ok 78 - parse date (1969-12-31 23:59:59 Z) -> bad ok 79 - parse date (1969-12-31 23:59:59 +11) -> bad ok 80 - parse date (1969-12-31 23:59:59 -11) -> bad ok 81 - parse date (2099-12-31 23:59:59) -> 2099-12-31 23:59:59 +0000 ok 82 - parse date (2099-12-31 23:59:59 +00) -> 2099-12-31 23:59:59 +0000 ok 83 - parse date (2099-12-31 23:59:59 Z) -> 2099-12-31 23:59:59 +0000 ok 84 - parse date (2099-12-31 23:59:59 +01) -> 2099-12-31 23:59:59 +0100 ok 85 - parse date (2099-12-31 23:59:59 -01) -> bad ok 86 - parse date (2099-12-31 23:59:59 -11) -> bad ok 87 - parse date (2099-12-31 23:00:00 -01) -> bad ok 88 - parse date (2099-12-31 22:59:59 -01) -> 2099-12-31 22:59:59 -0100 ok 89 - parse date (2100-00-00 00:00:00) -> bad ok 90 - parse date (2099-12-30 00:00:00 -11) -> 2099-12-30 00:00:00 -1100 ok 91 - parse date (2100-00-00 00:00:00 +00) -> bad ok 92 - parse date (2100-00-00 00:00:00 Z) -> bad ok 93 - parse date (2100-00-00 00:00:00 -11) -> bad ok 94 - parse date (2100-00-00 00:00:00 +11) -> bad ok 95 - parse approxidate (now) ok 96 - parse approxidate (5 seconds ago) ok 97 - parse approxidate (5.seconds.ago) ok 98 - parse approxidate (10.minutes.ago) ok 99 - parse approxidate (yesterday) ok 100 - parse approxidate (3.days.ago) ok 101 - parse approxidate (12:34:56.3.days.ago) ok 102 - parse approxidate (3.weeks.ago) ok 103 - parse approxidate (3.months.ago) ok 104 - parse approxidate (2.years.3.months.ago) ok 105 - parse approxidate (6am yesterday) ok 106 - parse approxidate (6pm yesterday) ok 107 - parse approxidate (3:00) ok 108 - parse approxidate (15:00) ok 109 - parse approxidate (noon today) ok 110 - parse approxidate (noon yesterday) ok 111 - parse approxidate (January 5th noon pm) ok 112 - parse approxidate (10am noon) ok 113 - parse approxidate (last tuesday) ok 114 - parse approxidate (July 5th) ok 115 - parse approxidate (06/05/2009) ok 116 - parse approxidate (06.05.2009) ok 117 - parse approxidate (Jun 6, 5AM) ok 118 - parse approxidate (5AM Jun 6) ok 119 - parse approxidate (6AM, June 7, 2009) ok 120 - parse approxidate (2008-12-01) ok 121 - parse approxidate (2009-12-01) ok 122 - human date 1251642000 ok 123 - human date 1251228000 ok 124 - human date 1249932000 ok 125 - human date 1238660000 ok 126 - human date 1220210400 ok 127 - human date 1214160000 ok 128 - human date 1196472000 ok 129 - human date 621660000 # passed all 129 test(s) 1..129 *** t0007-git-var.sh *** ok 1 - get GIT_AUTHOR_IDENT ok 2 - get GIT_COMMITTER_IDENT ok 3 - requested identities are strict ok 4 - get GIT_DEFAULT_BRANCH without configuration ok 5 - get GIT_DEFAULT_BRANCH with configuration ok 6 - get GIT_EDITOR without configuration ok 7 - get GIT_EDITOR with configuration ok 8 - get GIT_EDITOR with environment variable GIT_EDITOR ok 9 - get GIT_EDITOR with environment variable EDITOR ok 10 - get GIT_EDITOR with configuration and environment variable GIT_EDITOR ok 11 - get GIT_EDITOR with configuration and environment variable EDITOR ok 12 - get GIT_SEQUENCE_EDITOR without configuration ok 13 - get GIT_SEQUENCE_EDITOR with configuration ok 14 - get GIT_SEQUENCE_EDITOR with environment variable ok 15 - get GIT_SEQUENCE_EDITOR with configuration and environment variable ok 16 - GIT_SHELL_PATH points to a valid executable ok 17 # skip GIT_SHELL_PATH points to a suitable shell (missing MINGW) ok 18 - GIT_ATTR_SYSTEM produces expected output ok 19 - GIT_ATTR_GLOBAL points to the correct location ok 20 - GIT_CONFIG_SYSTEM points to the correct location ok 21 - GIT_CONFIG_GLOBAL points to the correct location ok 22 - git var -l lists variables ok 23 - git var -l lists config ok 24 - git var -l lists multiple global configs ok 25 - git var -l does not split multiline editors ok 26 - listing and asking for variables are exclusive ok 27 - `git var -l` works even without HOME # passed all 27 test(s) 1..27 *** t0008-ignores.sh *** ok 1 - setup ok 2 - . corner-case ok 3 - . corner-case with -q ok 4 - . corner-case with --quiet ok 5 - . corner-case with -v ok 6 - . corner-case with -v -n ok 7 - . corner-case with -v --non-matching ok 8 - . corner-case with --verbose ok 9 - . corner-case with --verbose -n ok 10 - . corner-case with --verbose --non-matching ok 11 - empty command line ok 12 - empty command line with -q ok 13 - empty command line with --quiet ok 14 - empty command line with -v ok 15 - empty command line with -v -n ok 16 - empty command line with -v --non-matching ok 17 - empty command line with --verbose ok 18 - empty command line with --verbose -n ok 19 - empty command line with --verbose --non-matching ok 20 - --stdin with empty STDIN ok 21 - --stdin with empty STDIN with -q ok 22 - --stdin with empty STDIN with --quiet ok 23 - --stdin with empty STDIN with -v ok 24 - --stdin with empty STDIN with -v -n ok 25 - --stdin with empty STDIN with -v --non-matching ok 26 - --stdin with empty STDIN with --verbose ok 27 - --stdin with empty STDIN with --verbose -n ok 28 - --stdin with empty STDIN with --verbose --non-matching ok 29 - -q with multiple args ok 30 - --quiet with multiple args ok 31 - -q -v ok 32 - --quiet -v ok 33 - -q --verbose ok 34 - --quiet --verbose ok 35 - --quiet with multiple args ok 36 - erroneous use of -- ok 37 - erroneous use of -- with -q ok 38 - erroneous use of -- with --quiet ok 39 - erroneous use of -- with -v ok 40 - erroneous use of -- with -v -n ok 41 - erroneous use of -- with -v --non-matching ok 42 - erroneous use of -- with --verbose ok 43 - erroneous use of -- with --verbose -n ok 44 - erroneous use of -- with --verbose --non-matching ok 45 - --stdin with superfluous arg ok 46 - --stdin with superfluous arg with -q ok 47 - --stdin with superfluous arg with --quiet ok 48 - --stdin with superfluous arg with -v ok 49 - --stdin with superfluous arg with -v -n ok 50 - --stdin with superfluous arg with -v --non-matching ok 51 - --stdin with superfluous arg with --verbose ok 52 - --stdin with superfluous arg with --verbose -n ok 53 - --stdin with superfluous arg with --verbose --non-matching ok 54 - --stdin -z with superfluous arg ok 55 - --stdin -z with superfluous arg with -q ok 56 - --stdin -z with superfluous arg with --quiet ok 57 - --stdin -z with superfluous arg with -v ok 58 - --stdin -z with superfluous arg with -v -n ok 59 - --stdin -z with superfluous arg with -v --non-matching ok 60 - --stdin -z with superfluous arg with --verbose ok 61 - --stdin -z with superfluous arg with --verbose -n ok 62 - --stdin -z with superfluous arg with --verbose --non-matching ok 63 - -z without --stdin ok 64 - -z without --stdin with -q ok 65 - -z without --stdin with --quiet ok 66 - -z without --stdin with -v ok 67 - -z without --stdin with -v -n ok 68 - -z without --stdin with -v --non-matching ok 69 - -z without --stdin with --verbose ok 70 - -z without --stdin with --verbose -n ok 71 - -z without --stdin with --verbose --non-matching ok 72 - -z without --stdin and superfluous arg ok 73 - -z without --stdin and superfluous arg with -q ok 74 - -z without --stdin and superfluous arg with --quiet ok 75 - -z without --stdin and superfluous arg with -v ok 76 - -z without --stdin and superfluous arg with -v -n ok 77 - -z without --stdin and superfluous arg with -v --non-matching ok 78 - -z without --stdin and superfluous arg with --verbose ok 79 - -z without --stdin and superfluous arg with --verbose -n ok 80 - -z without --stdin and superfluous arg with --verbose --non-matching ok 81 - needs work tree ok 82 - needs work tree with -q ok 83 - needs work tree with --quiet ok 84 - needs work tree with -v ok 85 - needs work tree with -v -n ok 86 - needs work tree with -v --non-matching ok 87 - needs work tree with --verbose ok 88 - needs work tree with --verbose -n ok 89 - needs work tree with --verbose --non-matching ok 90 - non-existent file at top-level not ignored ok 91 - non-existent file at top-level not ignored with -q ok 92 - non-existent file at top-level not ignored with --quiet ok 93 - non-existent file at top-level not ignored with -v ok 94 - non-existent file at top-level not ignored with -v -n ok 95 - non-existent file at top-level not ignored with -v --non-matching ok 96 - non-existent file at top-level not ignored with --verbose ok 97 - non-existent file at top-level not ignored with --verbose -n ok 98 - non-existent file at top-level not ignored with --verbose --non-matching ok 99 - non-existent file at top-level not ignored with --no-index ok 100 - non-existent file at top-level not ignored with --no-index -q ok 101 - non-existent file at top-level not ignored with --no-index --quiet ok 102 - non-existent file at top-level not ignored with --no-index -v ok 103 - non-existent file at top-level not ignored with --no-index -v -n ok 104 - non-existent file at top-level not ignored with --no-index -v --non-matching ok 105 - non-existent file at top-level not ignored with --no-index --verbose ok 106 - non-existent file at top-level not ignored with --no-index --verbose -n ok 107 - non-existent file at top-level not ignored with --no-index --verbose --non-matching ok 108 - non-existent file at top-level ignored ok 109 - non-existent file at top-level ignored with -q ok 110 - non-existent file at top-level ignored with --quiet ok 111 - non-existent file at top-level ignored with -v ok 112 - non-existent file at top-level ignored with -v -n ok 113 - non-existent file at top-level ignored with -v --non-matching ok 114 - non-existent file at top-level ignored with --verbose ok 115 - non-existent file at top-level ignored with --verbose -n ok 116 - non-existent file at top-level ignored with --verbose --non-matching ok 117 - non-existent file at top-level ignored with --no-index ok 118 - non-existent file at top-level ignored with --no-index -q ok 119 - non-existent file at top-level ignored with --no-index --quiet ok 120 - non-existent file at top-level ignored with --no-index -v ok 121 - non-existent file at top-level ignored with --no-index -v -n ok 122 - non-existent file at top-level ignored with --no-index -v --non-matching ok 123 - non-existent file at top-level ignored with --no-index --verbose ok 124 - non-existent file at top-level ignored with --no-index --verbose -n ok 125 - non-existent file at top-level ignored with --no-index --verbose --non-matching ok 126 - existing untracked file at top-level not ignored ok 127 - existing untracked file at top-level not ignored with -q ok 128 - existing untracked file at top-level not ignored with --quiet ok 129 - existing untracked file at top-level not ignored with -v ok 130 - existing untracked file at top-level not ignored with -v -n ok 131 - existing untracked file at top-level not ignored with -v --non-matching ok 132 - existing untracked file at top-level not ignored with --verbose ok 133 - existing untracked file at top-level not ignored with --verbose -n ok 134 - existing untracked file at top-level not ignored with --verbose --non-matching ok 135 - existing untracked file at top-level not ignored with --no-index ok 136 - existing untracked file at top-level not ignored with --no-index -q ok 137 - existing untracked file at top-level not ignored with --no-index --quiet ok 138 - existing untracked file at top-level not ignored with --no-index -v ok 139 - existing untracked file at top-level not ignored with --no-index -v -n ok 140 - existing untracked file at top-level not ignored with --no-index -v --non-matching ok 141 - existing untracked file at top-level not ignored with --no-index --verbose ok 142 - existing untracked file at top-level not ignored with --no-index --verbose -n ok 143 - existing untracked file at top-level not ignored with --no-index --verbose --non-matching ok 144 - existing tracked file at top-level not ignored ok 145 - existing tracked file at top-level not ignored with -q ok 146 - existing tracked file at top-level not ignored with --quiet ok 147 - existing tracked file at top-level not ignored with -v ok 148 - existing tracked file at top-level not ignored with -v -n ok 149 - existing tracked file at top-level not ignored with -v --non-matching ok 150 - existing tracked file at top-level not ignored with --verbose ok 151 - existing tracked file at top-level not ignored with --verbose -n ok 152 - existing tracked file at top-level not ignored with --verbose --non-matching ok 153 - existing tracked file at top-level shown as ignored with --no-index ok 154 - existing tracked file at top-level shown as ignored with --no-index -q ok 155 - existing tracked file at top-level shown as ignored with --no-index --quiet ok 156 - existing tracked file at top-level shown as ignored with --no-index -v ok 157 - existing tracked file at top-level shown as ignored with --no-index -v -n ok 158 - existing tracked file at top-level shown as ignored with --no-index -v --non-matching ok 159 - existing tracked file at top-level shown as ignored with --no-index --verbose ok 160 - existing tracked file at top-level shown as ignored with --no-index --verbose -n ok 161 - existing tracked file at top-level shown as ignored with --no-index --verbose --non-matching ok 162 - existing untracked file at top-level ignored ok 163 - existing untracked file at top-level ignored with -q ok 164 - existing untracked file at top-level ignored with --quiet ok 165 - existing untracked file at top-level ignored with -v ok 166 - existing untracked file at top-level ignored with -v -n ok 167 - existing untracked file at top-level ignored with -v --non-matching ok 168 - existing untracked file at top-level ignored with --verbose ok 169 - existing untracked file at top-level ignored with --verbose -n ok 170 - existing untracked file at top-level ignored with --verbose --non-matching ok 171 - existing untracked file at top-level ignored with --no-index ok 172 - existing untracked file at top-level ignored with --no-index -q ok 173 - existing untracked file at top-level ignored with --no-index --quiet ok 174 - existing untracked file at top-level ignored with --no-index -v ok 175 - existing untracked file at top-level ignored with --no-index -v -n ok 176 - existing untracked file at top-level ignored with --no-index -v --non-matching ok 177 - existing untracked file at top-level ignored with --no-index --verbose ok 178 - existing untracked file at top-level ignored with --no-index --verbose -n ok 179 - existing untracked file at top-level ignored with --no-index --verbose --non-matching ok 180 - mix of file types at top-level ok 181 - mix of file types at top-level with -v ok 182 - mix of file types at top-level with -v -n ok 183 - mix of file types at top-level with -v --non-matching ok 184 - mix of file types at top-level with --verbose ok 185 - mix of file types at top-level with --verbose -n ok 186 - mix of file types at top-level with --verbose --non-matching ok 187 - mix of file types at top-level with --no-index ok 188 - mix of file types at top-level with --no-index -v ok 189 - mix of file types at top-level with --no-index -v -n ok 190 - mix of file types at top-level with --no-index -v --non-matching ok 191 - mix of file types at top-level with --no-index --verbose ok 192 - mix of file types at top-level with --no-index --verbose -n ok 193 - mix of file types at top-level with --no-index --verbose --non-matching ok 194 - non-existent file in subdir a/ not ignored ok 195 - non-existent file in subdir a/ not ignored with -q ok 196 - non-existent file in subdir a/ not ignored with --quiet ok 197 - non-existent file in subdir a/ not ignored with -v ok 198 - non-existent file in subdir a/ not ignored with -v -n ok 199 - non-existent file in subdir a/ not ignored with -v --non-matching ok 200 - non-existent file in subdir a/ not ignored with --verbose ok 201 - non-existent file in subdir a/ not ignored with --verbose -n ok 202 - non-existent file in subdir a/ not ignored with --verbose --non-matching ok 203 - non-existent file in subdir a/ not ignored with --no-index ok 204 - non-existent file in subdir a/ not ignored with --no-index -q ok 205 - non-existent file in subdir a/ not ignored with --no-index --quiet ok 206 - non-existent file in subdir a/ not ignored with --no-index -v ok 207 - non-existent file in subdir a/ not ignored with --no-index -v -n ok 208 - non-existent file in subdir a/ not ignored with --no-index -v --non-matching ok 209 - non-existent file in subdir a/ not ignored with --no-index --verbose ok 210 - non-existent file in subdir a/ not ignored with --no-index --verbose -n ok 211 - non-existent file in subdir a/ not ignored with --no-index --verbose --non-matching ok 212 - non-existent file in subdir a/ ignored ok 213 - non-existent file in subdir a/ ignored with -q ok 214 - non-existent file in subdir a/ ignored with --quiet ok 215 - non-existent file in subdir a/ ignored with -v ok 216 - non-existent file in subdir a/ ignored with -v -n ok 217 - non-existent file in subdir a/ ignored with -v --non-matching ok 218 - non-existent file in subdir a/ ignored with --verbose ok 219 - non-existent file in subdir a/ ignored with --verbose -n ok 220 - non-existent file in subdir a/ ignored with --verbose --non-matching ok 221 - non-existent file in subdir a/ ignored with --no-index ok 222 - non-existent file in subdir a/ ignored with --no-index -q ok 223 - non-existent file in subdir a/ ignored with --no-index --quiet ok 224 - non-existent file in subdir a/ ignored with --no-index -v ok 225 - non-existent file in subdir a/ ignored with --no-index -v -n ok 226 - non-existent file in subdir a/ ignored with --no-index -v --non-matching ok 227 - non-existent file in subdir a/ ignored with --no-index --verbose ok 228 - non-existent file in subdir a/ ignored with --no-index --verbose -n ok 229 - non-existent file in subdir a/ ignored with --no-index --verbose --non-matching ok 230 - existing untracked file in subdir a/ not ignored ok 231 - existing untracked file in subdir a/ not ignored with -q ok 232 - existing untracked file in subdir a/ not ignored with --quiet ok 233 - existing untracked file in subdir a/ not ignored with -v ok 234 - existing untracked file in subdir a/ not ignored with -v -n ok 235 - existing untracked file in subdir a/ not ignored with -v --non-matching ok 236 - existing untracked file in subdir a/ not ignored with --verbose ok 237 - existing untracked file in subdir a/ not ignored with --verbose -n ok 238 - existing untracked file in subdir a/ not ignored with --verbose --non-matching ok 239 - existing untracked file in subdir a/ not ignored with --no-index ok 240 - existing untracked file in subdir a/ not ignored with --no-index -q ok 241 - existing untracked file in subdir a/ not ignored with --no-index --quiet ok 242 - existing untracked file in subdir a/ not ignored with --no-index -v ok 243 - existing untracked file in subdir a/ not ignored with --no-index -v -n ok 244 - existing untracked file in subdir a/ not ignored with --no-index -v --non-matching ok 245 - existing untracked file in subdir a/ not ignored with --no-index --verbose ok 246 - existing untracked file in subdir a/ not ignored with --no-index --verbose -n ok 247 - existing untracked file in subdir a/ not ignored with --no-index --verbose --non-matching ok 248 - existing tracked file in subdir a/ not ignored ok 249 - existing tracked file in subdir a/ not ignored with -q ok 250 - existing tracked file in subdir a/ not ignored with --quiet ok 251 - existing tracked file in subdir a/ not ignored with -v ok 252 - existing tracked file in subdir a/ not ignored with -v -n ok 253 - existing tracked file in subdir a/ not ignored with -v --non-matching ok 254 - existing tracked file in subdir a/ not ignored with --verbose ok 255 - existing tracked file in subdir a/ not ignored with --verbose -n ok 256 - existing tracked file in subdir a/ not ignored with --verbose --non-matching ok 257 - existing tracked file in subdir a/ shown as ignored with --no-index ok 258 - existing tracked file in subdir a/ shown as ignored with --no-index -q ok 259 - existing tracked file in subdir a/ shown as ignored with --no-index --quiet ok 260 - existing tracked file in subdir a/ shown as ignored with --no-index -v ok 261 - existing tracked file in subdir a/ shown as ignored with --no-index -v -n ok 262 - existing tracked file in subdir a/ shown as ignored with --no-index -v --non-matching ok 263 - existing tracked file in subdir a/ shown as ignored with --no-index --verbose ok 264 - existing tracked file in subdir a/ shown as ignored with --no-index --verbose -n ok 265 - existing tracked file in subdir a/ shown as ignored with --no-index --verbose --non-matching ok 266 - existing untracked file in subdir a/ ignored ok 267 - existing untracked file in subdir a/ ignored with -q ok 268 - existing untracked file in subdir a/ ignored with --quiet ok 269 - existing untracked file in subdir a/ ignored with -v ok 270 - existing untracked file in subdir a/ ignored with -v -n ok 271 - existing untracked file in subdir a/ ignored with -v --non-matching ok 272 - existing untracked file in subdir a/ ignored with --verbose ok 273 - existing untracked file in subdir a/ ignored with --verbose -n ok 274 - existing untracked file in subdir a/ ignored with --verbose --non-matching ok 275 - existing untracked file in subdir a/ ignored with --no-index ok 276 - existing untracked file in subdir a/ ignored with --no-index -q ok 277 - existing untracked file in subdir a/ ignored with --no-index --quiet ok 278 - existing untracked file in subdir a/ ignored with --no-index -v ok 279 - existing untracked file in subdir a/ ignored with --no-index -v -n ok 280 - existing untracked file in subdir a/ ignored with --no-index -v --non-matching ok 281 - existing untracked file in subdir a/ ignored with --no-index --verbose ok 282 - existing untracked file in subdir a/ ignored with --no-index --verbose -n ok 283 - existing untracked file in subdir a/ ignored with --no-index --verbose --non-matching ok 284 - mix of file types in subdir a/ ok 285 - mix of file types in subdir a/ with -v ok 286 - mix of file types in subdir a/ with -v -n ok 287 - mix of file types in subdir a/ with -v --non-matching ok 288 - mix of file types in subdir a/ with --verbose ok 289 - mix of file types in subdir a/ with --verbose -n ok 290 - mix of file types in subdir a/ with --verbose --non-matching ok 291 - mix of file types in subdir a/ with --no-index ok 292 - mix of file types in subdir a/ with --no-index -v ok 293 - mix of file types in subdir a/ with --no-index -v -n ok 294 - mix of file types in subdir a/ with --no-index -v --non-matching ok 295 - mix of file types in subdir a/ with --no-index --verbose ok 296 - mix of file types in subdir a/ with --no-index --verbose -n ok 297 - mix of file types in subdir a/ with --no-index --verbose --non-matching ok 298 - sub-directory local ignore ok 299 - sub-directory local ignore with --verbose ok 300 - local ignore inside a sub-directory ok 301 - local ignore inside a sub-directory with --verbose ok 302 - nested include of negated pattern ok 303 - nested include of negated pattern with -q ok 304 - nested include of negated pattern with -v ok 305 - nested include of negated pattern with -v -n ok 306 - ignored sub-directory ok 307 - ignored sub-directory with -q ok 308 - ignored sub-directory with --quiet ok 309 - ignored sub-directory with -v ok 310 - ignored sub-directory with -v -n ok 311 - ignored sub-directory with -v --non-matching ok 312 - ignored sub-directory with --verbose ok 313 - ignored sub-directory with --verbose -n ok 314 - ignored sub-directory with --verbose --non-matching ok 315 - multiple files inside ignored sub-directory ok 316 - multiple files inside ignored sub-directory with -v ok 317 - cd to ignored sub-directory ok 318 - cd to ignored sub-directory with -v ok 319 - symlink ok 320 - symlink with -q ok 321 - symlink with --quiet ok 322 - symlink with -v ok 323 - symlink with -v -n ok 324 - symlink with -v --non-matching ok 325 - symlink with --verbose ok 326 - symlink with --verbose -n ok 327 - symlink with --verbose --non-matching ok 328 - beyond a symlink ok 329 - beyond a symlink with -q ok 330 - beyond a symlink with --quiet ok 331 - beyond a symlink with -v ok 332 - beyond a symlink with -v -n ok 333 - beyond a symlink with -v --non-matching ok 334 - beyond a symlink with --verbose ok 335 - beyond a symlink with --verbose -n ok 336 - beyond a symlink with --verbose --non-matching ok 337 - beyond a symlink from subdirectory ok 338 - beyond a symlink from subdirectory with -q ok 339 - beyond a symlink from subdirectory with --quiet ok 340 - beyond a symlink from subdirectory with -v ok 341 - beyond a symlink from subdirectory with -v -n ok 342 - beyond a symlink from subdirectory with -v --non-matching ok 343 - beyond a symlink from subdirectory with --verbose ok 344 - beyond a symlink from subdirectory with --verbose -n ok 345 - beyond a symlink from subdirectory with --verbose --non-matching ok 346 - submodule ok 347 - submodule with -q ok 348 - submodule with --quiet ok 349 - submodule with -v ok 350 - submodule with -v -n ok 351 - submodule with -v --non-matching ok 352 - submodule with --verbose ok 353 - submodule with --verbose -n ok 354 - submodule with --verbose --non-matching ok 355 - submodule from subdirectory ok 356 - submodule from subdirectory with -q ok 357 - submodule from subdirectory with --quiet ok 358 - submodule from subdirectory with -v ok 359 - submodule from subdirectory with -v -n ok 360 - submodule from subdirectory with -v --non-matching ok 361 - submodule from subdirectory with --verbose ok 362 - submodule from subdirectory with --verbose -n ok 363 - submodule from subdirectory with --verbose --non-matching ok 364 - global ignore not yet enabled ok 365 - global ignore ok 366 - global ignore with -v ok 367 - --stdin ok 368 - --stdin -q ok 369 - --stdin -v ok 370 - --stdin -z ok 371 - --stdin -z -q ok 372 - --stdin -z -v ok 373 - -z --stdin ok 374 - -z --stdin -q ok 375 - -z --stdin -v ok 376 - --stdin from subdirectory ok 377 - --stdin from subdirectory with -v ok 378 - --stdin from subdirectory with -v -n ok 379 - --stdin -z from subdirectory ok 380 - --stdin -z from subdirectory with -v ok 381 - -z --stdin from subdirectory ok 382 - -z --stdin from subdirectory with -v ok 383 - streaming support for --stdin ok 384 - existing file and directory ok 385 - existing directory and file ok 386 - exact prefix matching (with root) ok 387 - exact prefix matching (without root) ok 388 - directories and ** matches ok 389 - trailing whitespace is ignored ok 390 - quoting allows trailing whitespace ok 391 - correct handling of backslashes ok 392 - info/exclude trumps core.excludesfile ok 393 - set up ignore file for symlink tests ok 394 - symlinks respected in core.excludesFile ok 395 - symlinks respected in info/exclude ok 396 - symlinks not respected in-tree ok 397 # skip large exclude file ignored in tree (missing EXPENSIVE) # passed all 397 test(s) 1..397 *** t0010-racy-git.sh *** ok 1 - Racy git trial #0 part A ok 2 - Racy git trial #0 part B ok 3 - Racy git trial #1 part A ok 4 - Racy git trial #1 part B ok 5 - Racy git trial #2 part A ok 6 - Racy git trial #2 part B ok 7 - Racy git trial #3 part A ok 8 - Racy git trial #3 part B ok 9 - Racy git trial #4 part A ok 10 - Racy git trial #4 part B # passed all 10 test(s) 1..10 *** t0012-help.sh *** ok 1 - setup ok 2 - basic help commands ok 3 - invalid usage ok 4 - invalid usage of '-a' with [-i|-m|-w] ok 5 - invalid usage of '-g' with [-i|-m|-w] ok 6 - invalid usage of '-g' with --no-external-commands ok 7 - invalid usage of '-g' with --no-aliases ok 8 - invalid usage of '-c' with [-i|-m|-w] ok 9 - invalid usage of '-c' with --no-external-commands ok 10 - invalid usage of '-c' with --no-aliases ok 11 - invalid usage of '--config-for-completion' with [-i|-m|-w] ok 12 - invalid usage of '--config-for-completion' with --no-external-commands ok 13 - invalid usage of '--config-for-completion' with --no-aliases ok 14 - invalid usage of '--config-sections-for-completion' with [-i|-m|-w] ok 15 - invalid usage of '--config-sections-for-completion' with --no-external-commands ok 16 - invalid usage of '--config-sections-for-completion' with --no-aliases ok 17 - works for commands and guides by default ok 18 - --exclude-guides does not work for guides ok 19 - --help does not work for guides ok 20 - git help ok 21 - git help -g ok 22 - git help fails for non-existing html pages ok 23 - git help succeeds without git.html ok 24 - git help --user-interfaces ok 25 - git help -c ok 26 - git help --config-for-completion ok 27 - git help --config-sections-for-completion ok 28 - 'git' section spacing ok 29 - 'git help' section spacing ok 30 - 'git help -a' section spacing ok 31 - 'git help -g' section spacing ok 32 - generate builtin list ok 33 - add can handle -h ok 34 - am can handle -h ok 35 - annotate can handle -h ok 36 - apply can handle -h ok 37 - archive can handle -h ok 38 - bisect can handle -h ok 39 - blame can handle -h ok 40 - branch can handle -h ok 41 - bugreport can handle -h ok 42 - bundle can handle -h ok 43 - cat-file can handle -h ok 44 - check-attr can handle -h ok 45 - check-ignore can handle -h ok 46 - check-mailmap can handle -h ok 47 - check-ref-format can handle -h ok 48 - checkout can handle -h ok 49 - checkout--worker can handle -h ok 50 - checkout-index can handle -h ok 51 - cherry can handle -h ok 52 - cherry-pick can handle -h ok 53 - clean can handle -h ok 54 - clone can handle -h ok 55 - column can handle -h ok 56 - commit can handle -h ok 57 - commit-graph can handle -h ok 58 - commit-tree can handle -h ok 59 - config can handle -h ok 60 - count-objects can handle -h ok 61 - credential can handle -h ok 62 - credential-cache can handle -h ok 63 - credential-cache--daemon can handle -h ok 64 - credential-store can handle -h ok 65 - describe can handle -h ok 66 - diagnose can handle -h ok 67 - diff can handle -h ok 68 - diff-files can handle -h ok 69 - diff-index can handle -h ok 70 - diff-tree can handle -h ok 71 - difftool can handle -h ok 72 - fast-export can handle -h ok 73 - fast-import can handle -h ok 74 - fetch can handle -h ok 75 - fetch-pack can handle -h ok 76 - fmt-merge-msg can handle -h ok 77 - for-each-ref can handle -h ok 78 - for-each-repo can handle -h ok 79 - format-patch can handle -h ok 80 - fsck can handle -h ok 81 - fsck-objects can handle -h ok 82 - fsmonitor--daemon can handle -h ok 83 - gc can handle -h ok 84 - get-tar-commit-id can handle -h ok 85 - grep can handle -h ok 86 - hash-object can handle -h ok 87 - help can handle -h ok 88 - hook can handle -h ok 89 - index-pack can handle -h ok 90 - init can handle -h ok 91 - init-db can handle -h ok 92 - interpret-trailers can handle -h ok 93 - log can handle -h ok 94 - ls-files can handle -h ok 95 - ls-remote can handle -h ok 96 - ls-tree can handle -h ok 97 - mailinfo can handle -h ok 98 - mailsplit can handle -h ok 99 - maintenance can handle -h ok 100 - merge can handle -h ok 101 - merge-base can handle -h ok 102 - merge-file can handle -h ok 103 - merge-index can handle -h ok 104 - merge-ours can handle -h ok 105 - merge-recursive can handle -h ok 106 - merge-recursive-ours can handle -h ok 107 - merge-recursive-theirs can handle -h ok 108 - merge-subtree can handle -h ok 109 - merge-tree can handle -h ok 110 - mktag can handle -h ok 111 - mktree can handle -h ok 112 - multi-pack-index can handle -h ok 113 - mv can handle -h ok 114 - name-rev can handle -h ok 115 - notes can handle -h ok 116 - pack-objects can handle -h ok 117 - pack-redundant can handle -h ok 118 - pack-refs can handle -h ok 119 - patch-id can handle -h ok 120 - pickaxe can handle -h ok 121 - prune can handle -h ok 122 - prune-packed can handle -h ok 123 - pull can handle -h ok 124 - push can handle -h ok 125 - range-diff can handle -h ok 126 - read-tree can handle -h ok 127 - rebase can handle -h ok 128 - receive-pack can handle -h ok 129 - reflog can handle -h ok 130 - refs can handle -h ok 131 - remote can handle -h ok 132 - remote-ext can handle -h ok 133 - remote-fd can handle -h ok 134 - repack can handle -h ok 135 - replace can handle -h ok 136 - replay can handle -h ok 137 - rerere can handle -h ok 138 - reset can handle -h ok 139 - restore can handle -h ok 140 - rev-list can handle -h ok 141 - rev-parse can handle -h ok 142 - revert can handle -h ok 143 - rm can handle -h ok 144 - send-pack can handle -h ok 145 - shortlog can handle -h ok 146 - show can handle -h ok 147 - show-branch can handle -h ok 148 - show-index can handle -h ok 149 - show-ref can handle -h ok 150 - sparse-checkout can handle -h ok 151 - stage can handle -h ok 152 - stash can handle -h ok 153 - status can handle -h ok 154 - stripspace can handle -h ok 155 - submodule--helper can handle -h ok 156 - switch can handle -h ok 157 - symbolic-ref can handle -h ok 158 - tag can handle -h ok 159 - unpack-file can handle -h ok 160 - unpack-objects can handle -h ok 161 - update-index can handle -h ok 162 - update-ref can handle -h ok 163 - update-server-info can handle -h ok 164 - upload-archive can handle -h ok 165 - upload-archive--writer can handle -h ok 166 - upload-pack can handle -h ok 167 - var can handle -h ok 168 - verify-commit can handle -h ok 169 - verify-pack can handle -h ok 170 - verify-tag can handle -h ok 171 - version can handle -h ok 172 - whatchanged can handle -h ok 173 - worktree can handle -h ok 174 - write-tree can handle -h # passed all 174 test(s) 1..174 *** t0013-sha1dc.sh *** ok 1 - test-sha1 detects shattered pdf # passed all 1 test(s) 1..1 *** t0014-alias.sh *** ok 1 - nested aliases - internal execution ok 2 - nested aliases - mixed execution ok 3 - looping aliases - internal execution ok 4 - run-command formats empty args properly ok 5 - tracing a shell alias with arguments shows trace of prepared command # passed all 5 test(s) 1..5 *** t0017-env-helper.sh *** ok 1 - test-tool env-helper usage ok 2 - test-tool env-helper bad default values ok 3 - test-tool env-helper --type=bool ok 4 - test-tool env-helper --type=ulong ok 5 - test-tool env-helper reads config thanks to trace2 # passed all 5 test(s) 1..5 *** t0018-advice.sh *** ok 1 - advice should be printed when config variable is unset ok 2 - advice should be printed when config variable is set to true ok 3 - advice should not be printed when config variable is set to false ok 4 - advice should not be printed when --no-advice is used ok 5 - advice should not be printed when GIT_ADVICE is set to false ok 6 - advice should be printed when GIT_ADVICE is set to true # passed all 6 test(s) 1..6 *** t0019-json-writer.sh *** ok 1 - unit test of json-writer routines ok 2 - trivial object ok 3 - trivial array ok 4 - simple object ok 5 - simple array ok 6 - escape quoting string ok 7 - escape quoting string 2 ok 8 - nested inline object ok 9 - nested inline array ok 10 - nested inline object and array ok 11 - nested inline object and array 2 ok 12 - pretty nested inline object and array 2 ok 13 - inline object with no members ok 14 - inline array with no members ok 15 - larger empty example ok 16 # skip parse JSON using Perl (missing PERLJSON) # passed all 16 test(s) 1..16 *** t0020-crlf.sh *** ok 1 - setup ok 2 - safecrlf: autocrlf=input, all CRLF ok 3 - safecrlf: autocrlf=input, mixed LF/CRLF ok 4 - safecrlf: autocrlf=true, all LF ok 5 - safecrlf: autocrlf=true mixed LF/CRLF ok 6 - safecrlf: print warning only once ok 7 - safecrlf: git diff demotes safecrlf=true to warn ok 8 - safecrlf: no warning with safecrlf=false ok 9 - switch off autocrlf, safecrlf, reset HEAD ok 10 - update with autocrlf=input ok 11 - update with autocrlf=true ok 12 - checkout with autocrlf=true ok 13 - checkout with autocrlf=input ok 14 - apply patch (autocrlf=input) ok 15 - apply patch --cached (autocrlf=input) ok 16 - apply patch --index (autocrlf=input) ok 17 - apply patch (autocrlf=true) ok 18 - apply patch --cached (autocrlf=true) ok 19 - apply patch --index (autocrlf=true) ok 20 - .gitattributes says two is binary ok 21 - .gitattributes says two is input ok 22 - .gitattributes says two and three are text ok 23 - in-tree .gitattributes (1) ok 24 - in-tree .gitattributes (2) ok 25 - in-tree .gitattributes (3) ok 26 - in-tree .gitattributes (4) ok 27 - checkout with existing .gitattributes ok 28 - checkout when deleting .gitattributes ok 29 - invalid .gitattributes (must not crash) ok 30 - setting up for new autocrlf tests ok 31 - report no change after setting autocrlf ok 32 - files are clean after checkout ok 33 - LF only file gets CRLF with autocrlf ok 34 - Mixed file is still mixed with autocrlf ok 35 - CRLF only file has CRLF with autocrlf ok 36 - New CRLF file gets LF in repo # passed all 36 test(s) 1..36 *** t0021-conversion.sh *** ok 1 - setup ok 2 - check ok 3 - expanded_in_repo ok 4 - filter shell-escaped filenames ok 5 - required filter should filter data ok 6 - required filter smudge failure ok 7 - required filter clean failure ok 8 - required filter with absent clean field ok 9 - required filter with absent smudge field ok 10 - filtering large input to small output should use little memory ok 11 - filter that does not read is fine ok 12 # skip filter large file (missing EXPENSIVE) ok 13 - filter: clean empty file ok 14 - filter: smudge empty file ok 15 - disable filter with empty override ok 16 - diff does not reuse worktree files that need cleaning ok 17 - required process filter should filter data ok 18 - required process filter should filter data for various subcommands ok 19 - required process filter takes precedence ok 20 - required process filter should be used only for "clean" operation only ok 21 - required process filter should process multiple packets ok 22 - required process filter with clean error should fail ok 23 - process filter should restart after unexpected write failure ok 24 - process filter should not be restarted if it signals an error ok 25 - process filter abort stops processing of all further files ok 26 - invalid process filter must fail (and not hang!) ok 27 - delayed checkout in process filter ok 28 - missing file in delayed checkout ok 29 - invalid file in delayed checkout ok 30 # skip delayed checkout with case-collision don't write to the wrong place (missing CASE_INSENSITIVE_FS of SYMLINKS,CASE_INSENSITIVE_FS) ok 31 # skip delayed checkout with utf-8-collision don't write to the wrong place (missing UTF8_NFD_TO_NFC of SYMLINKS,UTF8_NFD_TO_NFC) ok 32 # skip delayed checkout with submodule collision don't write to the wrong place (missing CASE_INSENSITIVE_FS of SYMLINKS,CASE_INSENSITIVE_FS) ok 33 - setup for progress tests ok 34 - delayed checkout shows progress by default on tty (pathspec checkout) ok 35 - delayed checkout ommits progress on non-tty (pathspec checkout) ok 36 - delayed checkout ommits progress with --quiet (pathspec checkout) ok 37 - delayed checkout honors --[no]-progress (pathspec checkout) ok 38 - delayed checkout shows progress by default on tty (branch checkout) ok 39 - delayed checkout ommits progress on non-tty (branch checkout) ok 40 - delayed checkout ommits progress with --quiet (branch checkout) ok 41 - delayed checkout honors --[no]-progress (branch checkout) ok 42 - delayed checkout correctly reports the number of updated entries # passed all 42 test(s) 1..42 *** t0022-crlf-rename.sh *** ok 1 - setup ok 2 - diff -M # passed all 2 test(s) 1..2 *** t0023-crlf-am.sh *** ok 1 - setup ok 2 - am # passed all 2 test(s) 1..2 *** t0024-crlf-archive.sh *** ok 1 - setup ok 2 - tar archive ok 3 - zip archive # passed all 3 test(s) 1..3 *** t0025-crlf-renormalize.sh *** ok 1 - setup ok 2 - renormalize CRLF in repo ok 3 - ignore-errors not mistaken for renormalize # passed all 3 test(s) 1..3 *** t0026-eol-config.sh *** ok 1 - setup ok 2 - eol=lf puts LFs in normalized file ok 3 - eol=crlf puts CRLFs in normalized file ok 4 - autocrlf=true overrides eol=lf ok 5 - autocrlf=true overrides unset eol ok 6 # skip eol native is crlf (missing NATIVE_CRLF) # passed all 6 test(s) 1..6 *** t0027-auto-crlf.sh *** ok 1 - ls-files --eol -o Text/Binary ok 2 - setup main ok 3 - commit files empty attr ok 4 - commit files attr=auto ok 5 - commit files attr=text ok 6 - commit files attr=-text ok 7 - commit files attr=lf ok 8 - commit files attr=crlf ok 9 - setup commit file with mixed EOL ok 10 - commit file with mixed EOL onto LF crlf=false attr= ok 11 - commit file with mixed EOL onto CLRF attr= aeol= crlf=false ok 12 - commit file with mixed EOL onto CRLF_mix_LF attr= aeol= crlf=false ok 13 - commit file with mixed EOL onto LF_mix_cr attr= aeol= crlf=false ok 14 - commit file with mixed EOL onto CRLF_nul attr= aeol= crlf=false ok 15 - setup commit file with mixed EOL ok 16 - commit file with mixed EOL onto LF crlf=true attr= ok 17 - commit file with mixed EOL onto CLRF attr= aeol= crlf=true ok 18 - commit file with mixed EOL onto CRLF_mix_LF attr= aeol= crlf=true ok 19 - commit file with mixed EOL onto LF_mix_cr attr= aeol= crlf=true ok 20 - commit file with mixed EOL onto CRLF_nul attr= aeol= crlf=true ok 21 - setup commit file with mixed EOL ok 22 - commit file with mixed EOL onto LF crlf=input attr= ok 23 - commit file with mixed EOL onto CLRF attr= aeol= crlf=input ok 24 - commit file with mixed EOL onto CRLF_mix_LF attr= aeol= crlf=input ok 25 - commit file with mixed EOL onto LF_mix_cr attr= aeol= crlf=input ok 26 - commit file with mixed EOL onto CRLF_nul attr= aeol= crlf=input ok 27 - setup commit file with mixed EOL ok 28 - commit file with mixed EOL onto LF crlf=false attr=auto ok 29 - commit file with mixed EOL onto CLRF attr=auto aeol= crlf=false ok 30 - commit file with mixed EOL onto CRLF_mix_LF attr=auto aeol= crlf=false ok 31 - commit file with mixed EOL onto LF_mix_cr attr=auto aeol= crlf=false ok 32 - commit file with mixed EOL onto CRLF_nul attr=auto aeol= crlf=false ok 33 - setup commit file with mixed EOL ok 34 - commit file with mixed EOL onto LF crlf=true attr=auto ok 35 - commit file with mixed EOL onto CLRF attr=auto aeol= crlf=true ok 36 - commit file with mixed EOL onto CRLF_mix_LF attr=auto aeol= crlf=true ok 37 - commit file with mixed EOL onto LF_mix_cr attr=auto aeol= crlf=true ok 38 - commit file with mixed EOL onto CRLF_nul attr=auto aeol= crlf=true ok 39 - setup commit file with mixed EOL ok 40 - commit file with mixed EOL onto LF crlf=input attr=auto ok 41 - commit file with mixed EOL onto CLRF attr=auto aeol= crlf=input ok 42 - commit file with mixed EOL onto CRLF_mix_LF attr=auto aeol= crlf=input ok 43 - commit file with mixed EOL onto LF_mix_cr attr=auto aeol= crlf=input ok 44 - commit file with mixed EOL onto CRLF_nul attr=auto aeol= crlf=input ok 45 - setup commit NNO files ok 46 - commit NNO files crlf=false attr= LF ok 47 - commit NNO files attr= aeol= crlf=false CRLF ok 48 - commit NNO files attr= aeol= crlf=false CRLF_mix_LF ok 49 - commit NNO files attr= aeol= crlf=false LF_mix_cr ok 50 - commit NNO files attr= aeol= crlf=false CRLF_nul ok 51 - setup commit NNO files ok 52 - commit NNO files crlf=true attr= LF ok 53 - commit NNO files attr= aeol= crlf=true CRLF ok 54 - commit NNO files attr= aeol= crlf=true CRLF_mix_LF ok 55 - commit NNO files attr= aeol= crlf=true LF_mix_cr ok 56 - commit NNO files attr= aeol= crlf=true CRLF_nul ok 57 - setup commit NNO files ok 58 - commit NNO files crlf=input attr= LF ok 59 - commit NNO files attr= aeol= crlf=input CRLF ok 60 - commit NNO files attr= aeol= crlf=input CRLF_mix_LF ok 61 - commit NNO files attr= aeol= crlf=input LF_mix_cr ok 62 - commit NNO files attr= aeol= crlf=input CRLF_nul ok 63 - setup commit NNO files ok 64 - commit NNO files crlf=false attr=auto LF ok 65 - commit NNO files attr=auto aeol= crlf=false CRLF ok 66 - commit NNO files attr=auto aeol= crlf=false CRLF_mix_LF ok 67 - commit NNO files attr=auto aeol= crlf=false LF_mix_cr ok 68 - commit NNO files attr=auto aeol= crlf=false CRLF_nul ok 69 - setup commit NNO files ok 70 - commit NNO files crlf=true attr=auto LF ok 71 - commit NNO files attr=auto aeol= crlf=true CRLF ok 72 - commit NNO files attr=auto aeol= crlf=true CRLF_mix_LF ok 73 - commit NNO files attr=auto aeol= crlf=true LF_mix_cr ok 74 - commit NNO files attr=auto aeol= crlf=true CRLF_nul ok 75 - setup commit NNO files ok 76 - commit NNO files crlf=input attr=auto LF ok 77 - commit NNO files attr=auto aeol= crlf=input CRLF ok 78 - commit NNO files attr=auto aeol= crlf=input CRLF_mix_LF ok 79 - commit NNO files attr=auto aeol= crlf=input LF_mix_cr ok 80 - commit NNO files attr=auto aeol= crlf=input CRLF_nul ok 81 - setup commit NNO files ok 82 - commit NNO files crlf=true attr=-text LF ok 83 - commit NNO files attr=-text aeol= crlf=true CRLF ok 84 - commit NNO files attr=-text aeol= crlf=true CRLF_mix_LF ok 85 - commit NNO files attr=-text aeol= crlf=true LF_mix_cr ok 86 - commit NNO files attr=-text aeol= crlf=true CRLF_nul ok 87 - setup commit NNO files ok 88 - commit NNO files crlf=true attr=-text LF ok 89 - commit NNO files attr=-text aeol=lf crlf=true CRLF ok 90 - commit NNO files attr=-text aeol=lf crlf=true CRLF_mix_LF ok 91 - commit NNO files attr=-text aeol=lf crlf=true LF_mix_cr ok 92 - commit NNO files attr=-text aeol=lf crlf=true CRLF_nul ok 93 - setup commit NNO files ok 94 - commit NNO files crlf=true attr=-text LF ok 95 - commit NNO files attr=-text aeol=crlf crlf=true CRLF ok 96 - commit NNO files attr=-text aeol=crlf crlf=true CRLF_mix_LF ok 97 - commit NNO files attr=-text aeol=crlf crlf=true LF_mix_cr ok 98 - commit NNO files attr=-text aeol=crlf crlf=true CRLF_nul ok 99 - setup commit NNO files ok 100 - commit NNO files crlf=true attr= LF ok 101 - commit NNO files attr= aeol=lf crlf=true CRLF ok 102 - commit NNO files attr= aeol=lf crlf=true CRLF_mix_LF ok 103 - commit NNO files attr= aeol=lf crlf=true LF_mix_cr ok 104 - commit NNO files attr= aeol=lf crlf=true CRLF_nul ok 105 - setup commit NNO files ok 106 - commit NNO files crlf=true attr= LF ok 107 - commit NNO files attr= aeol=crlf crlf=true CRLF ok 108 - commit NNO files attr= aeol=crlf crlf=true CRLF_mix_LF ok 109 - commit NNO files attr= aeol=crlf crlf=true LF_mix_cr ok 110 - commit NNO files attr= aeol=crlf crlf=true CRLF_nul ok 111 - setup commit NNO files ok 112 - commit NNO files crlf=true attr=auto LF ok 113 - commit NNO files attr=auto aeol=lf crlf=true CRLF ok 114 - commit NNO files attr=auto aeol=lf crlf=true CRLF_mix_LF ok 115 - commit NNO files attr=auto aeol=lf crlf=true LF_mix_cr ok 116 - commit NNO files attr=auto aeol=lf crlf=true CRLF_nul ok 117 - setup commit NNO files ok 118 - commit NNO files crlf=true attr=auto LF ok 119 - commit NNO files attr=auto aeol=crlf crlf=true CRLF ok 120 - commit NNO files attr=auto aeol=crlf crlf=true CRLF_mix_LF ok 121 - commit NNO files attr=auto aeol=crlf crlf=true LF_mix_cr ok 122 - commit NNO files attr=auto aeol=crlf crlf=true CRLF_nul ok 123 - setup commit NNO files ok 124 - commit NNO files crlf=true attr=text LF ok 125 - commit NNO files attr=text aeol=lf crlf=true CRLF ok 126 - commit NNO files attr=text aeol=lf crlf=true CRLF_mix_LF ok 127 - commit NNO files attr=text aeol=lf crlf=true LF_mix_cr ok 128 - commit NNO files attr=text aeol=lf crlf=true CRLF_nul ok 129 - setup commit NNO files ok 130 - commit NNO files crlf=true attr=text LF ok 131 - commit NNO files attr=text aeol=crlf crlf=true CRLF ok 132 - commit NNO files attr=text aeol=crlf crlf=true CRLF_mix_LF ok 133 - commit NNO files attr=text aeol=crlf crlf=true LF_mix_cr ok 134 - commit NNO files attr=text aeol=crlf crlf=true CRLF_nul ok 135 - setup commit NNO files ok 136 - commit NNO files crlf=false attr=-text LF ok 137 - commit NNO files attr=-text aeol= crlf=false CRLF ok 138 - commit NNO files attr=-text aeol= crlf=false CRLF_mix_LF ok 139 - commit NNO files attr=-text aeol= crlf=false LF_mix_cr ok 140 - commit NNO files attr=-text aeol= crlf=false CRLF_nul ok 141 - setup commit NNO files ok 142 - commit NNO files crlf=false attr=-text LF ok 143 - commit NNO files attr=-text aeol=lf crlf=false CRLF ok 144 - commit NNO files attr=-text aeol=lf crlf=false CRLF_mix_LF ok 145 - commit NNO files attr=-text aeol=lf crlf=false LF_mix_cr ok 146 - commit NNO files attr=-text aeol=lf crlf=false CRLF_nul ok 147 - setup commit NNO files ok 148 - commit NNO files crlf=false attr=-text LF ok 149 - commit NNO files attr=-text aeol=crlf crlf=false CRLF ok 150 - commit NNO files attr=-text aeol=crlf crlf=false CRLF_mix_LF ok 151 - commit NNO files attr=-text aeol=crlf crlf=false LF_mix_cr ok 152 - commit NNO files attr=-text aeol=crlf crlf=false CRLF_nul ok 153 - setup commit NNO files ok 154 - commit NNO files crlf=false attr= LF ok 155 - commit NNO files attr= aeol=lf crlf=false CRLF ok 156 - commit NNO files attr= aeol=lf crlf=false CRLF_mix_LF ok 157 - commit NNO files attr= aeol=lf crlf=false LF_mix_cr ok 158 - commit NNO files attr= aeol=lf crlf=false CRLF_nul ok 159 - setup commit NNO files ok 160 - commit NNO files crlf=false attr= LF ok 161 - commit NNO files attr= aeol=crlf crlf=false CRLF ok 162 - commit NNO files attr= aeol=crlf crlf=false CRLF_mix_LF ok 163 - commit NNO files attr= aeol=crlf crlf=false LF_mix_cr ok 164 - commit NNO files attr= aeol=crlf crlf=false CRLF_nul ok 165 - setup commit NNO files ok 166 - commit NNO files crlf=false attr=auto LF ok 167 - commit NNO files attr=auto aeol=lf crlf=false CRLF ok 168 - commit NNO files attr=auto aeol=lf crlf=false CRLF_mix_LF ok 169 - commit NNO files attr=auto aeol=lf crlf=false LF_mix_cr ok 170 - commit NNO files attr=auto aeol=lf crlf=false CRLF_nul ok 171 - setup commit NNO files ok 172 - commit NNO files crlf=false attr=auto LF ok 173 - commit NNO files attr=auto aeol=crlf crlf=false CRLF ok 174 - commit NNO files attr=auto aeol=crlf crlf=false CRLF_mix_LF ok 175 - commit NNO files attr=auto aeol=crlf crlf=false LF_mix_cr ok 176 - commit NNO files attr=auto aeol=crlf crlf=false CRLF_nul ok 177 - setup commit NNO files ok 178 - commit NNO files crlf=false attr=text LF ok 179 - commit NNO files attr=text aeol=lf crlf=false CRLF ok 180 - commit NNO files attr=text aeol=lf crlf=false CRLF_mix_LF ok 181 - commit NNO files attr=text aeol=lf crlf=false LF_mix_cr ok 182 - commit NNO files attr=text aeol=lf crlf=false CRLF_nul ok 183 - setup commit NNO files ok 184 - commit NNO files crlf=false attr=text LF ok 185 - commit NNO files attr=text aeol=crlf crlf=false CRLF ok 186 - commit NNO files attr=text aeol=crlf crlf=false CRLF_mix_LF ok 187 - commit NNO files attr=text aeol=crlf crlf=false LF_mix_cr ok 188 - commit NNO files attr=text aeol=crlf crlf=false CRLF_nul ok 189 - setup commit NNO files ok 190 - commit NNO files crlf=input attr=-text LF ok 191 - commit NNO files attr=-text aeol= crlf=input CRLF ok 192 - commit NNO files attr=-text aeol= crlf=input CRLF_mix_LF ok 193 - commit NNO files attr=-text aeol= crlf=input LF_mix_cr ok 194 - commit NNO files attr=-text aeol= crlf=input CRLF_nul ok 195 - setup commit NNO files ok 196 - commit NNO files crlf=input attr=-text LF ok 197 - commit NNO files attr=-text aeol=lf crlf=input CRLF ok 198 - commit NNO files attr=-text aeol=lf crlf=input CRLF_mix_LF ok 199 - commit NNO files attr=-text aeol=lf crlf=input LF_mix_cr ok 200 - commit NNO files attr=-text aeol=lf crlf=input CRLF_nul ok 201 - setup commit NNO files ok 202 - commit NNO files crlf=input attr=-text LF ok 203 - commit NNO files attr=-text aeol=crlf crlf=input CRLF ok 204 - commit NNO files attr=-text aeol=crlf crlf=input CRLF_mix_LF ok 205 - commit NNO files attr=-text aeol=crlf crlf=input LF_mix_cr ok 206 - commit NNO files attr=-text aeol=crlf crlf=input CRLF_nul ok 207 - setup commit NNO files ok 208 - commit NNO files crlf=input attr= LF ok 209 - commit NNO files attr= aeol=lf crlf=input CRLF ok 210 - commit NNO files attr= aeol=lf crlf=input CRLF_mix_LF ok 211 - commit NNO files attr= aeol=lf crlf=input LF_mix_cr ok 212 - commit NNO files attr= aeol=lf crlf=input CRLF_nul ok 213 - setup commit NNO files ok 214 - commit NNO files crlf=input attr= LF ok 215 - commit NNO files attr= aeol=crlf crlf=input CRLF ok 216 - commit NNO files attr= aeol=crlf crlf=input CRLF_mix_LF ok 217 - commit NNO files attr= aeol=crlf crlf=input LF_mix_cr ok 218 - commit NNO files attr= aeol=crlf crlf=input CRLF_nul ok 219 - setup commit NNO files ok 220 - commit NNO files crlf=input attr=auto LF ok 221 - commit NNO files attr=auto aeol=lf crlf=input CRLF ok 222 - commit NNO files attr=auto aeol=lf crlf=input CRLF_mix_LF ok 223 - commit NNO files attr=auto aeol=lf crlf=input LF_mix_cr ok 224 - commit NNO files attr=auto aeol=lf crlf=input CRLF_nul ok 225 - setup commit NNO files ok 226 - commit NNO files crlf=input attr=auto LF ok 227 - commit NNO files attr=auto aeol=crlf crlf=input CRLF ok 228 - commit NNO files attr=auto aeol=crlf crlf=input CRLF_mix_LF ok 229 - commit NNO files attr=auto aeol=crlf crlf=input LF_mix_cr ok 230 - commit NNO files attr=auto aeol=crlf crlf=input CRLF_nul ok 231 - setup commit NNO files ok 232 - commit NNO files crlf=input attr=text LF ok 233 - commit NNO files attr=text aeol=lf crlf=input CRLF ok 234 - commit NNO files attr=text aeol=lf crlf=input CRLF_mix_LF ok 235 - commit NNO files attr=text aeol=lf crlf=input LF_mix_cr ok 236 - commit NNO files attr=text aeol=lf crlf=input CRLF_nul ok 237 - setup commit NNO files ok 238 - commit NNO files crlf=input attr=text LF ok 239 - commit NNO files attr=text aeol=crlf crlf=input CRLF ok 240 - commit NNO files attr=text aeol=crlf crlf=input CRLF_mix_LF ok 241 - commit NNO files attr=text aeol=crlf crlf=input LF_mix_cr ok 242 - commit NNO files attr=text aeol=crlf crlf=input CRLF_nul ok 243 - setup commit NNO files ok 244 - commit NNO files crlf=false attr=text LF ok 245 - commit NNO files attr=text aeol= crlf=false CRLF ok 246 - commit NNO files attr=text aeol= crlf=false CRLF_mix_LF ok 247 - commit NNO files attr=text aeol= crlf=false LF_mix_cr ok 248 - commit NNO files attr=text aeol= crlf=false CRLF_nul ok 249 - setup commit NNO files ok 250 - commit NNO files crlf=true attr=text LF ok 251 - commit NNO files attr=text aeol= crlf=true CRLF ok 252 - commit NNO files attr=text aeol= crlf=true CRLF_mix_LF ok 253 - commit NNO files attr=text aeol= crlf=true LF_mix_cr ok 254 - commit NNO files attr=text aeol= crlf=true CRLF_nul ok 255 - setup commit NNO files ok 256 - commit NNO files crlf=input attr=text LF ok 257 - commit NNO files attr=text aeol= crlf=input CRLF ok 258 - commit NNO files attr=text aeol= crlf=input CRLF_mix_LF ok 259 - commit NNO files attr=text aeol= crlf=input LF_mix_cr ok 260 - commit NNO files attr=text aeol= crlf=input CRLF_nul ok 261 - commit NNO and cleanup ok 262 - commit empty gitattribues ok 263 - commit text=auto ok 264 - commit text ok 265 - commit -text ok 266 - compare_files LF NNO_attr__aeol__true_LF.txt ok 267 - compare_files CRLF NNO_attr__aeol__true_CRLF.txt ok 268 - compare_files CRLF_mix_LF NNO_attr__aeol__true_CRLF_mix_LF.txt ok 269 - compare_files LF_mix_CR NNO_attr__aeol__true_LF_mix_CR.txt ok 270 - compare_files CRLF_nul NNO_attr__aeol__true_CRLF_nul.txt ok 271 - compare_files LF NNO_attr_-text_aeol__true_LF.txt ok 272 - compare_files CRLF NNO_attr_-text_aeol__true_CRLF.txt ok 273 - compare_files CRLF_mix_LF NNO_attr_-text_aeol__true_CRLF_mix_LF.txt ok 274 - compare_files LF_mix_CR NNO_attr_-text_aeol__true_LF_mix_CR.txt ok 275 - compare_files CRLF_nul NNO_attr_-text_aeol__true_CRLF_nul.txt ok 276 - compare_files LF NNO_attr_-text_aeol_lf_true_LF.txt ok 277 - compare_files CRLF NNO_attr_-text_aeol_lf_true_CRLF.txt ok 278 - compare_files CRLF_mix_LF NNO_attr_-text_aeol_lf_true_CRLF_mix_LF.txt ok 279 - compare_files LF_mix_CR NNO_attr_-text_aeol_lf_true_LF_mix_CR.txt ok 280 - compare_files CRLF_nul NNO_attr_-text_aeol_lf_true_CRLF_nul.txt ok 281 - compare_files LF NNO_attr_-text_aeol_crlf_true_LF.txt ok 282 - compare_files CRLF NNO_attr_-text_aeol_crlf_true_CRLF.txt ok 283 - compare_files CRLF_mix_LF NNO_attr_-text_aeol_crlf_true_CRLF_mix_LF.txt ok 284 - compare_files LF_mix_CR NNO_attr_-text_aeol_crlf_true_LF_mix_CR.txt ok 285 - compare_files CRLF_nul NNO_attr_-text_aeol_crlf_true_CRLF_nul.txt ok 286 - compare_files LF NNO_attr_auto_aeol__true_LF.txt ok 287 - compare_files CRLF NNO_attr_auto_aeol__true_CRLF.txt ok 288 - compare_files CRLF_mix_LF NNO_attr_auto_aeol__true_CRLF_mix_LF.txt ok 289 - compare_files LF_mix_CR NNO_attr_auto_aeol__true_LF_mix_CR.txt ok 290 - compare_files CRLF_nul NNO_attr_auto_aeol__true_CRLF_nul.txt ok 291 - compare_files LF NNO_attr_auto_aeol_lf_true_LF.txt ok 292 - compare_files CRLF NNO_attr_auto_aeol_lf_true_CRLF.txt ok 293 - compare_files CRLF_mix_LF NNO_attr_auto_aeol_lf_true_CRLF_mix_LF.txt ok 294 - compare_files LF_mix_CR NNO_attr_auto_aeol_lf_true_LF_mix_CR.txt ok 295 - compare_files CRLF_nul NNO_attr_auto_aeol_lf_true_CRLF_nul.txt ok 296 - compare_files LF NNO_attr_auto_aeol_crlf_true_LF.txt ok 297 - compare_files CRLF NNO_attr_auto_aeol_crlf_true_CRLF.txt ok 298 - compare_files CRLF_mix_LF NNO_attr_auto_aeol_crlf_true_CRLF_mix_LF.txt ok 299 - compare_files LF_mix_CR NNO_attr_auto_aeol_crlf_true_LF_mix_CR.txt ok 300 - compare_files CRLF_nul NNO_attr_auto_aeol_crlf_true_CRLF_nul.txt ok 301 - compare_files LF NNO_attr_text_aeol__true_LF.txt ok 302 - compare_files LF NNO_attr_text_aeol__true_CRLF.txt ok 303 - compare_files LF NNO_attr_text_aeol__true_CRLF_mix_LF.txt ok 304 - compare_files LF_mix_CR NNO_attr_text_aeol__true_LF_mix_CR.txt ok 305 - compare_files LF_nul NNO_attr_text_aeol__true_CRLF_nul.txt ok 306 - compare_files LF NNO_attr_text_aeol_lf_true_LF.txt ok 307 - compare_files LF NNO_attr_text_aeol_lf_true_CRLF.txt ok 308 - compare_files LF NNO_attr_text_aeol_lf_true_CRLF_mix_LF.txt ok 309 - compare_files LF_mix_CR NNO_attr_text_aeol_lf_true_LF_mix_CR.txt ok 310 - compare_files LF_nul NNO_attr_text_aeol_lf_true_CRLF_nul.txt ok 311 - compare_files LF NNO_attr_text_aeol_crlf_true_LF.txt ok 312 - compare_files LF NNO_attr_text_aeol_crlf_true_CRLF.txt ok 313 - compare_files LF NNO_attr_text_aeol_crlf_true_CRLF_mix_LF.txt ok 314 - compare_files LF_mix_CR NNO_attr_text_aeol_crlf_true_LF_mix_CR.txt ok 315 - compare_files LF_nul NNO_attr_text_aeol_crlf_true_CRLF_nul.txt ok 316 - compare_files LF NNO_attr__aeol__false_LF.txt ok 317 - compare_files CRLF NNO_attr__aeol__false_CRLF.txt ok 318 - compare_files CRLF_mix_LF NNO_attr__aeol__false_CRLF_mix_LF.txt ok 319 - compare_files LF_mix_CR NNO_attr__aeol__false_LF_mix_CR.txt ok 320 - compare_files CRLF_nul NNO_attr__aeol__false_CRLF_nul.txt ok 321 - compare_files LF NNO_attr_-text_aeol__false_LF.txt ok 322 - compare_files CRLF NNO_attr_-text_aeol__false_CRLF.txt ok 323 - compare_files CRLF_mix_LF NNO_attr_-text_aeol__false_CRLF_mix_LF.txt ok 324 - compare_files LF_mix_CR NNO_attr_-text_aeol__false_LF_mix_CR.txt ok 325 - compare_files CRLF_nul NNO_attr_-text_aeol__false_CRLF_nul.txt ok 326 - compare_files LF NNO_attr_-text_aeol_lf_false_LF.txt ok 327 - compare_files CRLF NNO_attr_-text_aeol_lf_false_CRLF.txt ok 328 - compare_files CRLF_mix_LF NNO_attr_-text_aeol_lf_false_CRLF_mix_LF.txt ok 329 - compare_files LF_mix_CR NNO_attr_-text_aeol_lf_false_LF_mix_CR.txt ok 330 - compare_files CRLF_nul NNO_attr_-text_aeol_lf_false_CRLF_nul.txt ok 331 - compare_files LF NNO_attr_-text_aeol_crlf_false_LF.txt ok 332 - compare_files CRLF NNO_attr_-text_aeol_crlf_false_CRLF.txt ok 333 - compare_files CRLF_mix_LF NNO_attr_-text_aeol_crlf_false_CRLF_mix_LF.txt ok 334 - compare_files LF_mix_CR NNO_attr_-text_aeol_crlf_false_LF_mix_CR.txt ok 335 - compare_files CRLF_nul NNO_attr_-text_aeol_crlf_false_CRLF_nul.txt ok 336 - compare_files LF NNO_attr_auto_aeol__false_LF.txt ok 337 - compare_files CRLF NNO_attr_auto_aeol__false_CRLF.txt ok 338 - compare_files CRLF_mix_LF NNO_attr_auto_aeol__false_CRLF_mix_LF.txt ok 339 - compare_files LF_mix_CR NNO_attr_auto_aeol__false_LF_mix_CR.txt ok 340 - compare_files CRLF_nul NNO_attr_auto_aeol__false_CRLF_nul.txt ok 341 - compare_files LF NNO_attr_auto_aeol_lf_false_LF.txt ok 342 - compare_files CRLF NNO_attr_auto_aeol_lf_false_CRLF.txt ok 343 - compare_files CRLF_mix_LF NNO_attr_auto_aeol_lf_false_CRLF_mix_LF.txt ok 344 - compare_files LF_mix_CR NNO_attr_auto_aeol_lf_false_LF_mix_CR.txt ok 345 - compare_files CRLF_nul NNO_attr_auto_aeol_lf_false_CRLF_nul.txt ok 346 - compare_files LF NNO_attr_auto_aeol_crlf_false_LF.txt ok 347 - compare_files CRLF NNO_attr_auto_aeol_crlf_false_CRLF.txt ok 348 - compare_files CRLF_mix_LF NNO_attr_auto_aeol_crlf_false_CRLF_mix_LF.txt ok 349 - compare_files LF_mix_CR NNO_attr_auto_aeol_crlf_false_LF_mix_CR.txt ok 350 - compare_files CRLF_nul NNO_attr_auto_aeol_crlf_false_CRLF_nul.txt ok 351 - compare_files LF NNO_attr_text_aeol__false_LF.txt ok 352 - compare_files LF NNO_attr_text_aeol__false_CRLF.txt ok 353 - compare_files LF NNO_attr_text_aeol__false_CRLF_mix_LF.txt ok 354 - compare_files LF_mix_CR NNO_attr_text_aeol__false_LF_mix_CR.txt ok 355 - compare_files LF_nul NNO_attr_text_aeol__false_CRLF_nul.txt ok 356 - compare_files LF NNO_attr_text_aeol_lf_false_LF.txt ok 357 - compare_files LF NNO_attr_text_aeol_lf_false_CRLF.txt ok 358 - compare_files LF NNO_attr_text_aeol_lf_false_CRLF_mix_LF.txt ok 359 - compare_files LF_mix_CR NNO_attr_text_aeol_lf_false_LF_mix_CR.txt ok 360 - compare_files LF_nul NNO_attr_text_aeol_lf_false_CRLF_nul.txt ok 361 - compare_files LF NNO_attr_text_aeol_crlf_false_LF.txt ok 362 - compare_files LF NNO_attr_text_aeol_crlf_false_CRLF.txt ok 363 - compare_files LF NNO_attr_text_aeol_crlf_false_CRLF_mix_LF.txt ok 364 - compare_files LF_mix_CR NNO_attr_text_aeol_crlf_false_LF_mix_CR.txt ok 365 - compare_files LF_nul NNO_attr_text_aeol_crlf_false_CRLF_nul.txt ok 366 - compare_files LF NNO_attr__aeol__input_LF.txt ok 367 - compare_files CRLF NNO_attr__aeol__input_CRLF.txt ok 368 - compare_files CRLF_mix_LF NNO_attr__aeol__input_CRLF_mix_LF.txt ok 369 - compare_files LF_mix_CR NNO_attr__aeol__input_LF_mix_CR.txt ok 370 - compare_files CRLF_nul NNO_attr__aeol__input_CRLF_nul.txt ok 371 - compare_files LF NNO_attr_-text_aeol__input_LF.txt ok 372 - compare_files CRLF NNO_attr_-text_aeol__input_CRLF.txt ok 373 - compare_files CRLF_mix_LF NNO_attr_-text_aeol__input_CRLF_mix_LF.txt ok 374 - compare_files LF_mix_CR NNO_attr_-text_aeol__input_LF_mix_CR.txt ok 375 - compare_files CRLF_nul NNO_attr_-text_aeol__input_CRLF_nul.txt ok 376 - compare_files LF NNO_attr_-text_aeol_lf_input_LF.txt ok 377 - compare_files CRLF NNO_attr_-text_aeol_lf_input_CRLF.txt ok 378 - compare_files CRLF_mix_LF NNO_attr_-text_aeol_lf_input_CRLF_mix_LF.txt ok 379 - compare_files LF_mix_CR NNO_attr_-text_aeol_lf_input_LF_mix_CR.txt ok 380 - compare_files CRLF_nul NNO_attr_-text_aeol_lf_input_CRLF_nul.txt ok 381 - compare_files LF NNO_attr_-text_aeol_crlf_input_LF.txt ok 382 - compare_files CRLF NNO_attr_-text_aeol_crlf_input_CRLF.txt ok 383 - compare_files CRLF_mix_LF NNO_attr_-text_aeol_crlf_input_CRLF_mix_LF.txt ok 384 - compare_files LF_mix_CR NNO_attr_-text_aeol_crlf_input_LF_mix_CR.txt ok 385 - compare_files CRLF_nul NNO_attr_-text_aeol_crlf_input_CRLF_nul.txt ok 386 - compare_files LF NNO_attr_auto_aeol__input_LF.txt ok 387 - compare_files CRLF NNO_attr_auto_aeol__input_CRLF.txt ok 388 - compare_files CRLF_mix_LF NNO_attr_auto_aeol__input_CRLF_mix_LF.txt ok 389 - compare_files LF_mix_CR NNO_attr_auto_aeol__input_LF_mix_CR.txt ok 390 - compare_files CRLF_nul NNO_attr_auto_aeol__input_CRLF_nul.txt ok 391 - compare_files LF NNO_attr_auto_aeol_lf_input_LF.txt ok 392 - compare_files CRLF NNO_attr_auto_aeol_lf_input_CRLF.txt ok 393 - compare_files CRLF_mix_LF NNO_attr_auto_aeol_lf_input_CRLF_mix_LF.txt ok 394 - compare_files LF_mix_CR NNO_attr_auto_aeol_lf_input_LF_mix_CR.txt ok 395 - compare_files CRLF_nul NNO_attr_auto_aeol_lf_input_CRLF_nul.txt ok 396 - compare_files LF NNO_attr_auto_aeol_crlf_input_LF.txt ok 397 - compare_files CRLF NNO_attr_auto_aeol_crlf_input_CRLF.txt ok 398 - compare_files CRLF_mix_LF NNO_attr_auto_aeol_crlf_input_CRLF_mix_LF.txt ok 399 - compare_files LF_mix_CR NNO_attr_auto_aeol_crlf_input_LF_mix_CR.txt ok 400 - compare_files CRLF_nul NNO_attr_auto_aeol_crlf_input_CRLF_nul.txt ok 401 - compare_files LF NNO_attr_text_aeol__input_LF.txt ok 402 - compare_files LF NNO_attr_text_aeol__input_CRLF.txt ok 403 - compare_files LF NNO_attr_text_aeol__input_CRLF_mix_LF.txt ok 404 - compare_files LF_mix_CR NNO_attr_text_aeol__input_LF_mix_CR.txt ok 405 - compare_files LF_nul NNO_attr_text_aeol__input_CRLF_nul.txt ok 406 - compare_files LF NNO_attr_text_aeol_lf_input_LF.txt ok 407 - compare_files LF NNO_attr_text_aeol_lf_input_CRLF.txt ok 408 - compare_files LF NNO_attr_text_aeol_lf_input_CRLF_mix_LF.txt ok 409 - compare_files LF_mix_CR NNO_attr_text_aeol_lf_input_LF_mix_CR.txt ok 410 - compare_files LF_nul NNO_attr_text_aeol_lf_input_CRLF_nul.txt ok 411 - compare_files LF NNO_attr_text_aeol_crlf_input_LF.txt ok 412 - compare_files LF NNO_attr_text_aeol_crlf_input_CRLF.txt ok 413 - compare_files LF NNO_attr_text_aeol_crlf_input_CRLF_mix_LF.txt ok 414 - compare_files LF_mix_CR NNO_attr_text_aeol_crlf_input_LF_mix_CR.txt ok 415 - compare_files LF_nul NNO_attr_text_aeol_crlf_input_CRLF_nul.txt ok 416 - setup config for checkout attr=-text ident= aeol= core.autocrlf=true ok 417 - setup LF checkout with -c core.eol=lf ok 418 - setup CRLF checkout with -c core.eol=lf ok 419 - setup LF_mix_CR checkout with -c core.eol=lf ok 420 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 421 - setup LF_nul checkout with -c core.eol=lf ok 422 - ls-files --eol attr=-text aeol= core.autocrlf=true core.eol=lf ok 423 - checkout attr=-text aeol= core.autocrlf=true core.eol=lf file=LF ok 424 - checkout attr=-text aeol= core.autocrlf=true core.eol=lf file=CRLF ok 425 - checkout attr=-text aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 426 - checkout attr=-text aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 427 - checkout attr=-text aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 428 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=true ok 429 - setup LF checkout with -c core.eol=lf ok 430 - setup CRLF checkout with -c core.eol=lf ok 431 - setup LF_mix_CR checkout with -c core.eol=lf ok 432 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 433 - setup LF_nul checkout with -c core.eol=lf ok 434 - ls-files --eol attr=-text aeol=lf core.autocrlf=true core.eol=lf ok 435 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=lf file=LF ok 436 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=lf file=CRLF ok 437 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 438 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 439 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=lf file=LF_nul ok 440 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=true ok 441 - setup LF checkout with -c core.eol=lf ok 442 - setup CRLF checkout with -c core.eol=lf ok 443 - setup LF_mix_CR checkout with -c core.eol=lf ok 444 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 445 - setup LF_nul checkout with -c core.eol=lf ok 446 - ls-files --eol attr=-text aeol=crlf core.autocrlf=true core.eol=lf ok 447 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=lf file=LF ok 448 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=lf file=CRLF ok 449 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 450 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 451 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=lf file=LF_nul ok 452 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=true ok 453 - setup LF checkout with -c core.eol=lf ok 454 - setup CRLF checkout with -c core.eol=lf ok 455 - setup LF_mix_CR checkout with -c core.eol=lf ok 456 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 457 - setup LF_nul checkout with -c core.eol=lf ok 458 - ls-files --eol attr=text aeol=lf core.autocrlf=true core.eol=lf ok 459 - checkout attr=text aeol=lf core.autocrlf=true core.eol=lf file=LF ok 460 - checkout attr=text aeol=lf core.autocrlf=true core.eol=lf file=CRLF ok 461 - checkout attr=text aeol=lf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 462 - checkout attr=text aeol=lf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 463 - checkout attr=text aeol=lf core.autocrlf=true core.eol=lf file=LF_nul ok 464 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=true ok 465 - setup LF checkout with -c core.eol=lf ok 466 - setup CRLF checkout with -c core.eol=lf ok 467 - setup LF_mix_CR checkout with -c core.eol=lf ok 468 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 469 - setup LF_nul checkout with -c core.eol=lf ok 470 - ls-files --eol attr=text aeol=crlf core.autocrlf=true core.eol=lf ok 471 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=lf file=LF ok 472 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=lf file=CRLF ok 473 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 474 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 475 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=lf file=LF_nul ok 476 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=true ok 477 - setup LF checkout with -c core.eol=lf ok 478 - setup CRLF checkout with -c core.eol=lf ok 479 - setup LF_mix_CR checkout with -c core.eol=lf ok 480 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 481 - setup LF_nul checkout with -c core.eol=lf ok 482 - ls-files --eol attr=auto aeol=lf core.autocrlf=true core.eol=lf ok 483 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=lf file=LF ok 484 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=lf file=CRLF ok 485 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 486 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 487 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=lf file=LF_nul ok 488 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=true ok 489 - setup LF checkout with -c core.eol=lf ok 490 - setup CRLF checkout with -c core.eol=lf ok 491 - setup LF_mix_CR checkout with -c core.eol=lf ok 492 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 493 - setup LF_nul checkout with -c core.eol=lf ok 494 - ls-files --eol attr=auto aeol=crlf core.autocrlf=true core.eol=lf ok 495 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=lf file=LF ok 496 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=lf file=CRLF ok 497 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 498 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 499 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=lf file=LF_nul ok 500 - setup config for checkout attr=-text ident= aeol= core.autocrlf=false ok 501 - setup LF checkout with -c core.eol=lf ok 502 - setup CRLF checkout with -c core.eol=lf ok 503 - setup LF_mix_CR checkout with -c core.eol=lf ok 504 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 505 - setup LF_nul checkout with -c core.eol=lf ok 506 - ls-files --eol attr=-text aeol= core.autocrlf=false core.eol=lf ok 507 - checkout attr=-text aeol= core.autocrlf=false core.eol=lf file=LF ok 508 - checkout attr=-text aeol= core.autocrlf=false core.eol=lf file=CRLF ok 509 - checkout attr=-text aeol= core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 510 - checkout attr=-text aeol= core.autocrlf=false core.eol=lf file=LF_mix_CR ok 511 - checkout attr=-text aeol= core.autocrlf=false core.eol=lf file=LF_nul ok 512 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=false ok 513 - setup LF checkout with -c core.eol=lf ok 514 - setup CRLF checkout with -c core.eol=lf ok 515 - setup LF_mix_CR checkout with -c core.eol=lf ok 516 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 517 - setup LF_nul checkout with -c core.eol=lf ok 518 - ls-files --eol attr=-text aeol=lf core.autocrlf=false core.eol=lf ok 519 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=lf file=LF ok 520 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=lf file=CRLF ok 521 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 522 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 523 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=lf file=LF_nul ok 524 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=false ok 525 - setup LF checkout with -c core.eol=lf ok 526 - setup CRLF checkout with -c core.eol=lf ok 527 - setup LF_mix_CR checkout with -c core.eol=lf ok 528 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 529 - setup LF_nul checkout with -c core.eol=lf ok 530 - ls-files --eol attr=-text aeol=crlf core.autocrlf=false core.eol=lf ok 531 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=lf file=LF ok 532 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=lf file=CRLF ok 533 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 534 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 535 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=lf file=LF_nul ok 536 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=false ok 537 - setup LF checkout with -c core.eol=lf ok 538 - setup CRLF checkout with -c core.eol=lf ok 539 - setup LF_mix_CR checkout with -c core.eol=lf ok 540 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 541 - setup LF_nul checkout with -c core.eol=lf ok 542 - ls-files --eol attr=text aeol=lf core.autocrlf=false core.eol=lf ok 543 - checkout attr=text aeol=lf core.autocrlf=false core.eol=lf file=LF ok 544 - checkout attr=text aeol=lf core.autocrlf=false core.eol=lf file=CRLF ok 545 - checkout attr=text aeol=lf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 546 - checkout attr=text aeol=lf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 547 - checkout attr=text aeol=lf core.autocrlf=false core.eol=lf file=LF_nul ok 548 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=false ok 549 - setup LF checkout with -c core.eol=lf ok 550 - setup CRLF checkout with -c core.eol=lf ok 551 - setup LF_mix_CR checkout with -c core.eol=lf ok 552 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 553 - setup LF_nul checkout with -c core.eol=lf ok 554 - ls-files --eol attr=text aeol=crlf core.autocrlf=false core.eol=lf ok 555 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=lf file=LF ok 556 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=lf file=CRLF ok 557 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 558 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 559 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=lf file=LF_nul ok 560 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=false ok 561 - setup LF checkout with -c core.eol=lf ok 562 - setup CRLF checkout with -c core.eol=lf ok 563 - setup LF_mix_CR checkout with -c core.eol=lf ok 564 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 565 - setup LF_nul checkout with -c core.eol=lf ok 566 - ls-files --eol attr=auto aeol=lf core.autocrlf=false core.eol=lf ok 567 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=lf file=LF ok 568 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=lf file=CRLF ok 569 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 570 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 571 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=lf file=LF_nul ok 572 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=false ok 573 - setup LF checkout with -c core.eol=lf ok 574 - setup CRLF checkout with -c core.eol=lf ok 575 - setup LF_mix_CR checkout with -c core.eol=lf ok 576 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 577 - setup LF_nul checkout with -c core.eol=lf ok 578 - ls-files --eol attr=auto aeol=crlf core.autocrlf=false core.eol=lf ok 579 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=lf file=LF ok 580 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=lf file=CRLF ok 581 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 582 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 583 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=lf file=LF_nul ok 584 - setup config for checkout attr=-text ident= aeol= core.autocrlf=input ok 585 - setup LF checkout with -c core.eol=lf ok 586 - setup CRLF checkout with -c core.eol=lf ok 587 - setup LF_mix_CR checkout with -c core.eol=lf ok 588 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 589 - setup LF_nul checkout with -c core.eol=lf ok 590 - ls-files --eol attr=-text aeol= core.autocrlf=input core.eol=lf ok 591 - checkout attr=-text aeol= core.autocrlf=input core.eol=lf file=LF ok 592 - checkout attr=-text aeol= core.autocrlf=input core.eol=lf file=CRLF ok 593 - checkout attr=-text aeol= core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 594 - checkout attr=-text aeol= core.autocrlf=input core.eol=lf file=LF_mix_CR ok 595 - checkout attr=-text aeol= core.autocrlf=input core.eol=lf file=LF_nul ok 596 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=input ok 597 - setup LF checkout with -c core.eol=lf ok 598 - setup CRLF checkout with -c core.eol=lf ok 599 - setup LF_mix_CR checkout with -c core.eol=lf ok 600 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 601 - setup LF_nul checkout with -c core.eol=lf ok 602 - ls-files --eol attr=-text aeol=lf core.autocrlf=input core.eol=lf ok 603 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=lf file=LF ok 604 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=lf file=CRLF ok 605 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 606 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 607 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=lf file=LF_nul ok 608 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=input ok 609 - setup LF checkout with -c core.eol=lf ok 610 - setup CRLF checkout with -c core.eol=lf ok 611 - setup LF_mix_CR checkout with -c core.eol=lf ok 612 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 613 - setup LF_nul checkout with -c core.eol=lf ok 614 - ls-files --eol attr=-text aeol=crlf core.autocrlf=input core.eol=lf ok 615 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=lf file=LF ok 616 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=lf file=CRLF ok 617 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 618 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 619 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=lf file=LF_nul ok 620 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=input ok 621 - setup LF checkout with -c core.eol=lf ok 622 - setup CRLF checkout with -c core.eol=lf ok 623 - setup LF_mix_CR checkout with -c core.eol=lf ok 624 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 625 - setup LF_nul checkout with -c core.eol=lf ok 626 - ls-files --eol attr=text aeol=lf core.autocrlf=input core.eol=lf ok 627 - checkout attr=text aeol=lf core.autocrlf=input core.eol=lf file=LF ok 628 - checkout attr=text aeol=lf core.autocrlf=input core.eol=lf file=CRLF ok 629 - checkout attr=text aeol=lf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 630 - checkout attr=text aeol=lf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 631 - checkout attr=text aeol=lf core.autocrlf=input core.eol=lf file=LF_nul ok 632 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=input ok 633 - setup LF checkout with -c core.eol=lf ok 634 - setup CRLF checkout with -c core.eol=lf ok 635 - setup LF_mix_CR checkout with -c core.eol=lf ok 636 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 637 - setup LF_nul checkout with -c core.eol=lf ok 638 - ls-files --eol attr=text aeol=crlf core.autocrlf=input core.eol=lf ok 639 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=lf file=LF ok 640 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=lf file=CRLF ok 641 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 642 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 643 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=lf file=LF_nul ok 644 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=input ok 645 - setup LF checkout with -c core.eol=lf ok 646 - setup CRLF checkout with -c core.eol=lf ok 647 - setup LF_mix_CR checkout with -c core.eol=lf ok 648 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 649 - setup LF_nul checkout with -c core.eol=lf ok 650 - ls-files --eol attr=auto aeol=lf core.autocrlf=input core.eol=lf ok 651 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=lf file=LF ok 652 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=lf file=CRLF ok 653 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 654 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 655 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=lf file=LF_nul ok 656 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=input ok 657 - setup LF checkout with -c core.eol=lf ok 658 - setup CRLF checkout with -c core.eol=lf ok 659 - setup LF_mix_CR checkout with -c core.eol=lf ok 660 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 661 - setup LF_nul checkout with -c core.eol=lf ok 662 - ls-files --eol attr=auto aeol=crlf core.autocrlf=input core.eol=lf ok 663 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=lf file=LF ok 664 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=lf file=CRLF ok 665 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 666 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 667 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=lf file=LF_nul ok 668 - setup config for checkout attr= ident= aeol= core.autocrlf=false ok 669 - setup LF checkout with -c core.eol=lf ok 670 - setup CRLF checkout with -c core.eol=lf ok 671 - setup LF_mix_CR checkout with -c core.eol=lf ok 672 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 673 - setup LF_nul checkout with -c core.eol=lf ok 674 - ls-files --eol attr= aeol= core.autocrlf=false core.eol=lf ok 675 - checkout attr= aeol= core.autocrlf=false core.eol=lf file=LF ok 676 - checkout attr= aeol= core.autocrlf=false core.eol=lf file=CRLF ok 677 - checkout attr= aeol= core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 678 - checkout attr= aeol= core.autocrlf=false core.eol=lf file=LF_mix_CR ok 679 - checkout attr= aeol= core.autocrlf=false core.eol=lf file=LF_nul ok 680 - setup config for checkout attr= ident= aeol= core.autocrlf=true ok 681 - setup LF checkout with -c core.eol=lf ok 682 - setup CRLF checkout with -c core.eol=lf ok 683 - setup LF_mix_CR checkout with -c core.eol=lf ok 684 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 685 - setup LF_nul checkout with -c core.eol=lf ok 686 - ls-files --eol attr= aeol= core.autocrlf=true core.eol=lf ok 687 - checkout attr= aeol= core.autocrlf=true core.eol=lf file=LF ok 688 - checkout attr= aeol= core.autocrlf=true core.eol=lf file=CRLF ok 689 - checkout attr= aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 690 - checkout attr= aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 691 - checkout attr= aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 692 - setup config for checkout attr=auto ident= aeol= core.autocrlf=true ok 693 - setup LF checkout with -c core.eol=lf ok 694 - setup CRLF checkout with -c core.eol=lf ok 695 - setup LF_mix_CR checkout with -c core.eol=lf ok 696 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 697 - setup LF_nul checkout with -c core.eol=lf ok 698 - ls-files --eol attr=auto aeol= core.autocrlf=true core.eol=lf ok 699 - checkout attr=auto aeol= core.autocrlf=true core.eol=lf file=LF ok 700 - checkout attr=auto aeol= core.autocrlf=true core.eol=lf file=CRLF ok 701 - checkout attr=auto aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 702 - checkout attr=auto aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 703 - checkout attr=auto aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 704 - setup config for checkout attr=text ident= aeol= core.autocrlf=true ok 705 - setup LF checkout with -c core.eol=lf ok 706 - setup CRLF checkout with -c core.eol=lf ok 707 - setup LF_mix_CR checkout with -c core.eol=lf ok 708 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 709 - setup LF_nul checkout with -c core.eol=lf ok 710 - ls-files --eol attr=text aeol= core.autocrlf=true core.eol=lf ok 711 - checkout attr=text aeol= core.autocrlf=true core.eol=lf file=LF ok 712 - checkout attr=text aeol= core.autocrlf=true core.eol=lf file=CRLF ok 713 - checkout attr=text aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 714 - checkout attr=text aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 715 - checkout attr=text aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 716 - setup config for checkout attr=text ident= aeol= core.autocrlf=input ok 717 - setup LF checkout with -c core.eol=lf ok 718 - setup CRLF checkout with -c core.eol=lf ok 719 - setup LF_mix_CR checkout with -c core.eol=lf ok 720 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 721 - setup LF_nul checkout with -c core.eol=lf ok 722 - ls-files --eol attr=text aeol= core.autocrlf=input core.eol=lf ok 723 - checkout attr=text aeol= core.autocrlf=input core.eol=lf file=LF ok 724 - checkout attr=text aeol= core.autocrlf=input core.eol=lf file=CRLF ok 725 - checkout attr=text aeol= core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 726 - checkout attr=text aeol= core.autocrlf=input core.eol=lf file=LF_mix_CR ok 727 - checkout attr=text aeol= core.autocrlf=input core.eol=lf file=LF_nul ok 728 - setup config for checkout attr=auto ident= aeol= core.autocrlf=input ok 729 - setup LF checkout with -c core.eol=lf ok 730 - setup CRLF checkout with -c core.eol=lf ok 731 - setup LF_mix_CR checkout with -c core.eol=lf ok 732 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 733 - setup LF_nul checkout with -c core.eol=lf ok 734 - ls-files --eol attr=auto aeol= core.autocrlf=input core.eol=lf ok 735 - checkout attr=auto aeol= core.autocrlf=input core.eol=lf file=LF ok 736 - checkout attr=auto aeol= core.autocrlf=input core.eol=lf file=CRLF ok 737 - checkout attr=auto aeol= core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 738 - checkout attr=auto aeol= core.autocrlf=input core.eol=lf file=LF_mix_CR ok 739 - checkout attr=auto aeol= core.autocrlf=input core.eol=lf file=LF_nul ok 740 - setup config for checkout attr=-text ident= aeol= core.autocrlf=true ok 741 - setup LF checkout with -c core.eol=crlf ok 742 - setup CRLF checkout with -c core.eol=crlf ok 743 - setup LF_mix_CR checkout with -c core.eol=crlf ok 744 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 745 - setup LF_nul checkout with -c core.eol=crlf ok 746 - ls-files --eol attr=-text aeol= core.autocrlf=true core.eol=crlf ok 747 - checkout attr=-text aeol= core.autocrlf=true core.eol=crlf file=LF ok 748 - checkout attr=-text aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 749 - checkout attr=-text aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 750 - checkout attr=-text aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 751 - checkout attr=-text aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 752 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=true ok 753 - setup LF checkout with -c core.eol=crlf ok 754 - setup CRLF checkout with -c core.eol=crlf ok 755 - setup LF_mix_CR checkout with -c core.eol=crlf ok 756 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 757 - setup LF_nul checkout with -c core.eol=crlf ok 758 - ls-files --eol attr=-text aeol=lf core.autocrlf=true core.eol=crlf ok 759 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=crlf file=LF ok 760 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=crlf file=CRLF ok 761 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 762 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 763 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=crlf file=LF_nul ok 764 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=true ok 765 - setup LF checkout with -c core.eol=crlf ok 766 - setup CRLF checkout with -c core.eol=crlf ok 767 - setup LF_mix_CR checkout with -c core.eol=crlf ok 768 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 769 - setup LF_nul checkout with -c core.eol=crlf ok 770 - ls-files --eol attr=-text aeol=crlf core.autocrlf=true core.eol=crlf ok 771 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=crlf file=LF ok 772 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF ok 773 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 774 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 775 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=crlf file=LF_nul ok 776 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=true ok 777 - setup LF checkout with -c core.eol=crlf ok 778 - setup CRLF checkout with -c core.eol=crlf ok 779 - setup LF_mix_CR checkout with -c core.eol=crlf ok 780 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 781 - setup LF_nul checkout with -c core.eol=crlf ok 782 - ls-files --eol attr=text aeol=lf core.autocrlf=true core.eol=crlf ok 783 - checkout attr=text aeol=lf core.autocrlf=true core.eol=crlf file=LF ok 784 - checkout attr=text aeol=lf core.autocrlf=true core.eol=crlf file=CRLF ok 785 - checkout attr=text aeol=lf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 786 - checkout attr=text aeol=lf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 787 - checkout attr=text aeol=lf core.autocrlf=true core.eol=crlf file=LF_nul ok 788 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=true ok 789 - setup LF checkout with -c core.eol=crlf ok 790 - setup CRLF checkout with -c core.eol=crlf ok 791 - setup LF_mix_CR checkout with -c core.eol=crlf ok 792 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 793 - setup LF_nul checkout with -c core.eol=crlf ok 794 - ls-files --eol attr=text aeol=crlf core.autocrlf=true core.eol=crlf ok 795 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=crlf file=LF ok 796 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF ok 797 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 798 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 799 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=crlf file=LF_nul ok 800 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=true ok 801 - setup LF checkout with -c core.eol=crlf ok 802 - setup CRLF checkout with -c core.eol=crlf ok 803 - setup LF_mix_CR checkout with -c core.eol=crlf ok 804 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 805 - setup LF_nul checkout with -c core.eol=crlf ok 806 - ls-files --eol attr=auto aeol=lf core.autocrlf=true core.eol=crlf ok 807 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=crlf file=LF ok 808 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=crlf file=CRLF ok 809 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 810 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 811 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=crlf file=LF_nul ok 812 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=true ok 813 - setup LF checkout with -c core.eol=crlf ok 814 - setup CRLF checkout with -c core.eol=crlf ok 815 - setup LF_mix_CR checkout with -c core.eol=crlf ok 816 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 817 - setup LF_nul checkout with -c core.eol=crlf ok 818 - ls-files --eol attr=auto aeol=crlf core.autocrlf=true core.eol=crlf ok 819 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=crlf file=LF ok 820 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF ok 821 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 822 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 823 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=crlf file=LF_nul ok 824 - setup config for checkout attr=-text ident= aeol= core.autocrlf=false ok 825 - setup LF checkout with -c core.eol=crlf ok 826 - setup CRLF checkout with -c core.eol=crlf ok 827 - setup LF_mix_CR checkout with -c core.eol=crlf ok 828 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 829 - setup LF_nul checkout with -c core.eol=crlf ok 830 - ls-files --eol attr=-text aeol= core.autocrlf=false core.eol=crlf ok 831 - checkout attr=-text aeol= core.autocrlf=false core.eol=crlf file=LF ok 832 - checkout attr=-text aeol= core.autocrlf=false core.eol=crlf file=CRLF ok 833 - checkout attr=-text aeol= core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 834 - checkout attr=-text aeol= core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 835 - checkout attr=-text aeol= core.autocrlf=false core.eol=crlf file=LF_nul ok 836 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=false ok 837 - setup LF checkout with -c core.eol=crlf ok 838 - setup CRLF checkout with -c core.eol=crlf ok 839 - setup LF_mix_CR checkout with -c core.eol=crlf ok 840 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 841 - setup LF_nul checkout with -c core.eol=crlf ok 842 - ls-files --eol attr=-text aeol=lf core.autocrlf=false core.eol=crlf ok 843 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=crlf file=LF ok 844 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=crlf file=CRLF ok 845 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 846 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 847 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=crlf file=LF_nul ok 848 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=false ok 849 - setup LF checkout with -c core.eol=crlf ok 850 - setup CRLF checkout with -c core.eol=crlf ok 851 - setup LF_mix_CR checkout with -c core.eol=crlf ok 852 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 853 - setup LF_nul checkout with -c core.eol=crlf ok 854 - ls-files --eol attr=-text aeol=crlf core.autocrlf=false core.eol=crlf ok 855 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=crlf file=LF ok 856 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF ok 857 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 858 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 859 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=crlf file=LF_nul ok 860 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=false ok 861 - setup LF checkout with -c core.eol=crlf ok 862 - setup CRLF checkout with -c core.eol=crlf ok 863 - setup LF_mix_CR checkout with -c core.eol=crlf ok 864 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 865 - setup LF_nul checkout with -c core.eol=crlf ok 866 - ls-files --eol attr=text aeol=lf core.autocrlf=false core.eol=crlf ok 867 - checkout attr=text aeol=lf core.autocrlf=false core.eol=crlf file=LF ok 868 - checkout attr=text aeol=lf core.autocrlf=false core.eol=crlf file=CRLF ok 869 - checkout attr=text aeol=lf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 870 - checkout attr=text aeol=lf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 871 - checkout attr=text aeol=lf core.autocrlf=false core.eol=crlf file=LF_nul ok 872 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=false ok 873 - setup LF checkout with -c core.eol=crlf ok 874 - setup CRLF checkout with -c core.eol=crlf ok 875 - setup LF_mix_CR checkout with -c core.eol=crlf ok 876 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 877 - setup LF_nul checkout with -c core.eol=crlf ok 878 - ls-files --eol attr=text aeol=crlf core.autocrlf=false core.eol=crlf ok 879 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=crlf file=LF ok 880 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF ok 881 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 882 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 883 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=crlf file=LF_nul ok 884 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=false ok 885 - setup LF checkout with -c core.eol=crlf ok 886 - setup CRLF checkout with -c core.eol=crlf ok 887 - setup LF_mix_CR checkout with -c core.eol=crlf ok 888 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 889 - setup LF_nul checkout with -c core.eol=crlf ok 890 - ls-files --eol attr=auto aeol=lf core.autocrlf=false core.eol=crlf ok 891 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=crlf file=LF ok 892 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=crlf file=CRLF ok 893 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 894 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 895 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=crlf file=LF_nul ok 896 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=false ok 897 - setup LF checkout with -c core.eol=crlf ok 898 - setup CRLF checkout with -c core.eol=crlf ok 899 - setup LF_mix_CR checkout with -c core.eol=crlf ok 900 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 901 - setup LF_nul checkout with -c core.eol=crlf ok 902 - ls-files --eol attr=auto aeol=crlf core.autocrlf=false core.eol=crlf ok 903 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=crlf file=LF ok 904 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF ok 905 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 906 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 907 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=crlf file=LF_nul ok 908 - setup config for checkout attr=-text ident= aeol= core.autocrlf=input ok 909 - setup LF checkout with -c core.eol=crlf ok 910 - setup CRLF checkout with -c core.eol=crlf ok 911 - setup LF_mix_CR checkout with -c core.eol=crlf ok 912 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 913 - setup LF_nul checkout with -c core.eol=crlf ok 914 - ls-files --eol attr=-text aeol= core.autocrlf=input core.eol=crlf ok 915 - checkout attr=-text aeol= core.autocrlf=input core.eol=crlf file=LF ok 916 - checkout attr=-text aeol= core.autocrlf=input core.eol=crlf file=CRLF ok 917 - checkout attr=-text aeol= core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 918 - checkout attr=-text aeol= core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 919 - checkout attr=-text aeol= core.autocrlf=input core.eol=crlf file=LF_nul ok 920 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=input ok 921 - setup LF checkout with -c core.eol=crlf ok 922 - setup CRLF checkout with -c core.eol=crlf ok 923 - setup LF_mix_CR checkout with -c core.eol=crlf ok 924 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 925 - setup LF_nul checkout with -c core.eol=crlf ok 926 - ls-files --eol attr=-text aeol=lf core.autocrlf=input core.eol=crlf ok 927 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=crlf file=LF ok 928 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=crlf file=CRLF ok 929 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 930 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 931 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=crlf file=LF_nul ok 932 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=input ok 933 - setup LF checkout with -c core.eol=crlf ok 934 - setup CRLF checkout with -c core.eol=crlf ok 935 - setup LF_mix_CR checkout with -c core.eol=crlf ok 936 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 937 - setup LF_nul checkout with -c core.eol=crlf ok 938 - ls-files --eol attr=-text aeol=crlf core.autocrlf=input core.eol=crlf ok 939 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=crlf file=LF ok 940 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF ok 941 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 942 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 943 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=crlf file=LF_nul ok 944 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=input ok 945 - setup LF checkout with -c core.eol=crlf ok 946 - setup CRLF checkout with -c core.eol=crlf ok 947 - setup LF_mix_CR checkout with -c core.eol=crlf ok 948 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 949 - setup LF_nul checkout with -c core.eol=crlf ok 950 - ls-files --eol attr=text aeol=lf core.autocrlf=input core.eol=crlf ok 951 - checkout attr=text aeol=lf core.autocrlf=input core.eol=crlf file=LF ok 952 - checkout attr=text aeol=lf core.autocrlf=input core.eol=crlf file=CRLF ok 953 - checkout attr=text aeol=lf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 954 - checkout attr=text aeol=lf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 955 - checkout attr=text aeol=lf core.autocrlf=input core.eol=crlf file=LF_nul ok 956 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=input ok 957 - setup LF checkout with -c core.eol=crlf ok 958 - setup CRLF checkout with -c core.eol=crlf ok 959 - setup LF_mix_CR checkout with -c core.eol=crlf ok 960 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 961 - setup LF_nul checkout with -c core.eol=crlf ok 962 - ls-files --eol attr=text aeol=crlf core.autocrlf=input core.eol=crlf ok 963 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=crlf file=LF ok 964 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF ok 965 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 966 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 967 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=crlf file=LF_nul ok 968 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=input ok 969 - setup LF checkout with -c core.eol=crlf ok 970 - setup CRLF checkout with -c core.eol=crlf ok 971 - setup LF_mix_CR checkout with -c core.eol=crlf ok 972 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 973 - setup LF_nul checkout with -c core.eol=crlf ok 974 - ls-files --eol attr=auto aeol=lf core.autocrlf=input core.eol=crlf ok 975 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=crlf file=LF ok 976 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=crlf file=CRLF ok 977 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 978 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 979 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=crlf file=LF_nul ok 980 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=input ok 981 - setup LF checkout with -c core.eol=crlf ok 982 - setup CRLF checkout with -c core.eol=crlf ok 983 - setup LF_mix_CR checkout with -c core.eol=crlf ok 984 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 985 - setup LF_nul checkout with -c core.eol=crlf ok 986 - ls-files --eol attr=auto aeol=crlf core.autocrlf=input core.eol=crlf ok 987 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=crlf file=LF ok 988 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF ok 989 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 990 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 991 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=crlf file=LF_nul ok 992 - setup config for checkout attr= ident= aeol= core.autocrlf=false ok 993 - setup LF checkout with -c core.eol=crlf ok 994 - setup CRLF checkout with -c core.eol=crlf ok 995 - setup LF_mix_CR checkout with -c core.eol=crlf ok 996 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 997 - setup LF_nul checkout with -c core.eol=crlf ok 998 - ls-files --eol attr= aeol= core.autocrlf=false core.eol=crlf ok 999 - checkout attr= aeol= core.autocrlf=false core.eol=crlf file=LF ok 1000 - checkout attr= aeol= core.autocrlf=false core.eol=crlf file=CRLF ok 1001 - checkout attr= aeol= core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1002 - checkout attr= aeol= core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1003 - checkout attr= aeol= core.autocrlf=false core.eol=crlf file=LF_nul ok 1004 - setup config for checkout attr= ident= aeol= core.autocrlf=true ok 1005 - setup LF checkout with -c core.eol=crlf ok 1006 - setup CRLF checkout with -c core.eol=crlf ok 1007 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1008 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1009 - setup LF_nul checkout with -c core.eol=crlf ok 1010 - ls-files --eol attr= aeol= core.autocrlf=true core.eol=crlf ok 1011 - checkout attr= aeol= core.autocrlf=true core.eol=crlf file=LF ok 1012 - checkout attr= aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 1013 - checkout attr= aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1014 - checkout attr= aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1015 - checkout attr= aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 1016 - setup config for checkout attr=auto ident= aeol= core.autocrlf=true ok 1017 - setup LF checkout with -c core.eol=crlf ok 1018 - setup CRLF checkout with -c core.eol=crlf ok 1019 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1020 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1021 - setup LF_nul checkout with -c core.eol=crlf ok 1022 - ls-files --eol attr=auto aeol= core.autocrlf=true core.eol=crlf ok 1023 - checkout attr=auto aeol= core.autocrlf=true core.eol=crlf file=LF ok 1024 - checkout attr=auto aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 1025 - checkout attr=auto aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1026 - checkout attr=auto aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1027 - checkout attr=auto aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 1028 - setup config for checkout attr=text ident= aeol= core.autocrlf=true ok 1029 - setup LF checkout with -c core.eol=crlf ok 1030 - setup CRLF checkout with -c core.eol=crlf ok 1031 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1032 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1033 - setup LF_nul checkout with -c core.eol=crlf ok 1034 - ls-files --eol attr=text aeol= core.autocrlf=true core.eol=crlf ok 1035 - checkout attr=text aeol= core.autocrlf=true core.eol=crlf file=LF ok 1036 - checkout attr=text aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 1037 - checkout attr=text aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1038 - checkout attr=text aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1039 - checkout attr=text aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 1040 - setup config for checkout attr=text ident= aeol= core.autocrlf=input ok 1041 - setup LF checkout with -c core.eol=crlf ok 1042 - setup CRLF checkout with -c core.eol=crlf ok 1043 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1044 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1045 - setup LF_nul checkout with -c core.eol=crlf ok 1046 - ls-files --eol attr=text aeol= core.autocrlf=input core.eol=crlf ok 1047 - checkout attr=text aeol= core.autocrlf=input core.eol=crlf file=LF ok 1048 - checkout attr=text aeol= core.autocrlf=input core.eol=crlf file=CRLF ok 1049 - checkout attr=text aeol= core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 1050 - checkout attr=text aeol= core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 1051 - checkout attr=text aeol= core.autocrlf=input core.eol=crlf file=LF_nul ok 1052 - setup config for checkout attr=auto ident= aeol= core.autocrlf=input ok 1053 - setup LF checkout with -c core.eol=crlf ok 1054 - setup CRLF checkout with -c core.eol=crlf ok 1055 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1056 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1057 - setup LF_nul checkout with -c core.eol=crlf ok 1058 - ls-files --eol attr=auto aeol= core.autocrlf=input core.eol=crlf ok 1059 - checkout attr=auto aeol= core.autocrlf=input core.eol=crlf file=LF ok 1060 - checkout attr=auto aeol= core.autocrlf=input core.eol=crlf file=CRLF ok 1061 - checkout attr=auto aeol= core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 1062 - checkout attr=auto aeol= core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 1063 - checkout attr=auto aeol= core.autocrlf=input core.eol=crlf file=LF_nul ok 1064 - setup config for checkout attr=-text ident= aeol= core.autocrlf=true ok 1065 - setup LF checkout with -c core.eol=native ok 1066 - setup CRLF checkout with -c core.eol=native ok 1067 - setup LF_mix_CR checkout with -c core.eol=native ok 1068 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1069 - setup LF_nul checkout with -c core.eol=native ok 1070 - ls-files --eol attr=-text aeol= core.autocrlf=true core.eol=native ok 1071 - checkout attr=-text aeol= core.autocrlf=true core.eol=native file=LF ok 1072 - checkout attr=-text aeol= core.autocrlf=true core.eol=native file=CRLF ok 1073 - checkout attr=-text aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1074 - checkout attr=-text aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 1075 - checkout attr=-text aeol= core.autocrlf=true core.eol=native file=LF_nul ok 1076 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=true ok 1077 - setup LF checkout with -c core.eol=native ok 1078 - setup CRLF checkout with -c core.eol=native ok 1079 - setup LF_mix_CR checkout with -c core.eol=native ok 1080 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1081 - setup LF_nul checkout with -c core.eol=native ok 1082 - ls-files --eol attr=-text aeol=lf core.autocrlf=true core.eol=native ok 1083 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=native file=LF ok 1084 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=native file=CRLF ok 1085 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1086 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=native file=LF_mix_CR ok 1087 - checkout attr=-text aeol=lf core.autocrlf=true core.eol=native file=LF_nul ok 1088 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=true ok 1089 - setup LF checkout with -c core.eol=native ok 1090 - setup CRLF checkout with -c core.eol=native ok 1091 - setup LF_mix_CR checkout with -c core.eol=native ok 1092 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1093 - setup LF_nul checkout with -c core.eol=native ok 1094 - ls-files --eol attr=-text aeol=crlf core.autocrlf=true core.eol=native ok 1095 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=native file=LF ok 1096 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=native file=CRLF ok 1097 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1098 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=native file=LF_mix_CR ok 1099 - checkout attr=-text aeol=crlf core.autocrlf=true core.eol=native file=LF_nul ok 1100 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=true ok 1101 - setup LF checkout with -c core.eol=native ok 1102 - setup CRLF checkout with -c core.eol=native ok 1103 - setup LF_mix_CR checkout with -c core.eol=native ok 1104 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1105 - setup LF_nul checkout with -c core.eol=native ok 1106 - ls-files --eol attr=text aeol=lf core.autocrlf=true core.eol=native ok 1107 - checkout attr=text aeol=lf core.autocrlf=true core.eol=native file=LF ok 1108 - checkout attr=text aeol=lf core.autocrlf=true core.eol=native file=CRLF ok 1109 - checkout attr=text aeol=lf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1110 - checkout attr=text aeol=lf core.autocrlf=true core.eol=native file=LF_mix_CR ok 1111 - checkout attr=text aeol=lf core.autocrlf=true core.eol=native file=LF_nul ok 1112 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=true ok 1113 - setup LF checkout with -c core.eol=native ok 1114 - setup CRLF checkout with -c core.eol=native ok 1115 - setup LF_mix_CR checkout with -c core.eol=native ok 1116 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1117 - setup LF_nul checkout with -c core.eol=native ok 1118 - ls-files --eol attr=text aeol=crlf core.autocrlf=true core.eol=native ok 1119 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=native file=LF ok 1120 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=native file=CRLF ok 1121 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1122 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=native file=LF_mix_CR ok 1123 - checkout attr=text aeol=crlf core.autocrlf=true core.eol=native file=LF_nul ok 1124 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=true ok 1125 - setup LF checkout with -c core.eol=native ok 1126 - setup CRLF checkout with -c core.eol=native ok 1127 - setup LF_mix_CR checkout with -c core.eol=native ok 1128 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1129 - setup LF_nul checkout with -c core.eol=native ok 1130 - ls-files --eol attr=auto aeol=lf core.autocrlf=true core.eol=native ok 1131 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=native file=LF ok 1132 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=native file=CRLF ok 1133 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1134 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=native file=LF_mix_CR ok 1135 - checkout attr=auto aeol=lf core.autocrlf=true core.eol=native file=LF_nul ok 1136 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=true ok 1137 - setup LF checkout with -c core.eol=native ok 1138 - setup CRLF checkout with -c core.eol=native ok 1139 - setup LF_mix_CR checkout with -c core.eol=native ok 1140 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1141 - setup LF_nul checkout with -c core.eol=native ok 1142 - ls-files --eol attr=auto aeol=crlf core.autocrlf=true core.eol=native ok 1143 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=native file=LF ok 1144 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=native file=CRLF ok 1145 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1146 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=native file=LF_mix_CR ok 1147 - checkout attr=auto aeol=crlf core.autocrlf=true core.eol=native file=LF_nul ok 1148 - setup config for checkout attr=-text ident= aeol= core.autocrlf=false ok 1149 - setup LF checkout with -c core.eol=native ok 1150 - setup CRLF checkout with -c core.eol=native ok 1151 - setup LF_mix_CR checkout with -c core.eol=native ok 1152 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1153 - setup LF_nul checkout with -c core.eol=native ok 1154 - ls-files --eol attr=-text aeol= core.autocrlf=false core.eol=native ok 1155 - checkout attr=-text aeol= core.autocrlf=false core.eol=native file=LF ok 1156 - checkout attr=-text aeol= core.autocrlf=false core.eol=native file=CRLF ok 1157 - checkout attr=-text aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1158 - checkout attr=-text aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 1159 - checkout attr=-text aeol= core.autocrlf=false core.eol=native file=LF_nul ok 1160 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=false ok 1161 - setup LF checkout with -c core.eol=native ok 1162 - setup CRLF checkout with -c core.eol=native ok 1163 - setup LF_mix_CR checkout with -c core.eol=native ok 1164 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1165 - setup LF_nul checkout with -c core.eol=native ok 1166 - ls-files --eol attr=-text aeol=lf core.autocrlf=false core.eol=native ok 1167 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=native file=LF ok 1168 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=native file=CRLF ok 1169 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1170 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=native file=LF_mix_CR ok 1171 - checkout attr=-text aeol=lf core.autocrlf=false core.eol=native file=LF_nul ok 1172 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=false ok 1173 - setup LF checkout with -c core.eol=native ok 1174 - setup CRLF checkout with -c core.eol=native ok 1175 - setup LF_mix_CR checkout with -c core.eol=native ok 1176 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1177 - setup LF_nul checkout with -c core.eol=native ok 1178 - ls-files --eol attr=-text aeol=crlf core.autocrlf=false core.eol=native ok 1179 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=native file=LF ok 1180 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=native file=CRLF ok 1181 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1182 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=native file=LF_mix_CR ok 1183 - checkout attr=-text aeol=crlf core.autocrlf=false core.eol=native file=LF_nul ok 1184 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=false ok 1185 - setup LF checkout with -c core.eol=native ok 1186 - setup CRLF checkout with -c core.eol=native ok 1187 - setup LF_mix_CR checkout with -c core.eol=native ok 1188 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1189 - setup LF_nul checkout with -c core.eol=native ok 1190 - ls-files --eol attr=text aeol=lf core.autocrlf=false core.eol=native ok 1191 - checkout attr=text aeol=lf core.autocrlf=false core.eol=native file=LF ok 1192 - checkout attr=text aeol=lf core.autocrlf=false core.eol=native file=CRLF ok 1193 - checkout attr=text aeol=lf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1194 - checkout attr=text aeol=lf core.autocrlf=false core.eol=native file=LF_mix_CR ok 1195 - checkout attr=text aeol=lf core.autocrlf=false core.eol=native file=LF_nul ok 1196 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=false ok 1197 - setup LF checkout with -c core.eol=native ok 1198 - setup CRLF checkout with -c core.eol=native ok 1199 - setup LF_mix_CR checkout with -c core.eol=native ok 1200 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1201 - setup LF_nul checkout with -c core.eol=native ok 1202 - ls-files --eol attr=text aeol=crlf core.autocrlf=false core.eol=native ok 1203 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=native file=LF ok 1204 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=native file=CRLF ok 1205 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1206 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=native file=LF_mix_CR ok 1207 - checkout attr=text aeol=crlf core.autocrlf=false core.eol=native file=LF_nul ok 1208 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=false ok 1209 - setup LF checkout with -c core.eol=native ok 1210 - setup CRLF checkout with -c core.eol=native ok 1211 - setup LF_mix_CR checkout with -c core.eol=native ok 1212 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1213 - setup LF_nul checkout with -c core.eol=native ok 1214 - ls-files --eol attr=auto aeol=lf core.autocrlf=false core.eol=native ok 1215 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=native file=LF ok 1216 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=native file=CRLF ok 1217 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1218 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=native file=LF_mix_CR ok 1219 - checkout attr=auto aeol=lf core.autocrlf=false core.eol=native file=LF_nul ok 1220 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=false ok 1221 - setup LF checkout with -c core.eol=native ok 1222 - setup CRLF checkout with -c core.eol=native ok 1223 - setup LF_mix_CR checkout with -c core.eol=native ok 1224 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1225 - setup LF_nul checkout with -c core.eol=native ok 1226 - ls-files --eol attr=auto aeol=crlf core.autocrlf=false core.eol=native ok 1227 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=native file=LF ok 1228 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=native file=CRLF ok 1229 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1230 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=native file=LF_mix_CR ok 1231 - checkout attr=auto aeol=crlf core.autocrlf=false core.eol=native file=LF_nul ok 1232 - setup config for checkout attr=-text ident= aeol= core.autocrlf=input ok 1233 - setup LF checkout with -c core.eol=native ok 1234 - setup CRLF checkout with -c core.eol=native ok 1235 - setup LF_mix_CR checkout with -c core.eol=native ok 1236 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1237 - setup LF_nul checkout with -c core.eol=native ok 1238 - ls-files --eol attr=-text aeol= core.autocrlf=input core.eol=native ok 1239 - checkout attr=-text aeol= core.autocrlf=input core.eol=native file=LF ok 1240 - checkout attr=-text aeol= core.autocrlf=input core.eol=native file=CRLF ok 1241 - checkout attr=-text aeol= core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1242 - checkout attr=-text aeol= core.autocrlf=input core.eol=native file=LF_mix_CR ok 1243 - checkout attr=-text aeol= core.autocrlf=input core.eol=native file=LF_nul ok 1244 - setup config for checkout attr=-text ident= aeol=lf core.autocrlf=input ok 1245 - setup LF checkout with -c core.eol=native ok 1246 - setup CRLF checkout with -c core.eol=native ok 1247 - setup LF_mix_CR checkout with -c core.eol=native ok 1248 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1249 - setup LF_nul checkout with -c core.eol=native ok 1250 - ls-files --eol attr=-text aeol=lf core.autocrlf=input core.eol=native ok 1251 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=native file=LF ok 1252 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=native file=CRLF ok 1253 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1254 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=native file=LF_mix_CR ok 1255 - checkout attr=-text aeol=lf core.autocrlf=input core.eol=native file=LF_nul ok 1256 - setup config for checkout attr=-text ident= aeol=crlf core.autocrlf=input ok 1257 - setup LF checkout with -c core.eol=native ok 1258 - setup CRLF checkout with -c core.eol=native ok 1259 - setup LF_mix_CR checkout with -c core.eol=native ok 1260 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1261 - setup LF_nul checkout with -c core.eol=native ok 1262 - ls-files --eol attr=-text aeol=crlf core.autocrlf=input core.eol=native ok 1263 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=native file=LF ok 1264 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=native file=CRLF ok 1265 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1266 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=native file=LF_mix_CR ok 1267 - checkout attr=-text aeol=crlf core.autocrlf=input core.eol=native file=LF_nul ok 1268 - setup config for checkout attr=text ident= aeol=lf core.autocrlf=input ok 1269 - setup LF checkout with -c core.eol=native ok 1270 - setup CRLF checkout with -c core.eol=native ok 1271 - setup LF_mix_CR checkout with -c core.eol=native ok 1272 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1273 - setup LF_nul checkout with -c core.eol=native ok 1274 - ls-files --eol attr=text aeol=lf core.autocrlf=input core.eol=native ok 1275 - checkout attr=text aeol=lf core.autocrlf=input core.eol=native file=LF ok 1276 - checkout attr=text aeol=lf core.autocrlf=input core.eol=native file=CRLF ok 1277 - checkout attr=text aeol=lf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1278 - checkout attr=text aeol=lf core.autocrlf=input core.eol=native file=LF_mix_CR ok 1279 - checkout attr=text aeol=lf core.autocrlf=input core.eol=native file=LF_nul ok 1280 - setup config for checkout attr=text ident= aeol=crlf core.autocrlf=input ok 1281 - setup LF checkout with -c core.eol=native ok 1282 - setup CRLF checkout with -c core.eol=native ok 1283 - setup LF_mix_CR checkout with -c core.eol=native ok 1284 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1285 - setup LF_nul checkout with -c core.eol=native ok 1286 - ls-files --eol attr=text aeol=crlf core.autocrlf=input core.eol=native ok 1287 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=native file=LF ok 1288 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=native file=CRLF ok 1289 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1290 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=native file=LF_mix_CR ok 1291 - checkout attr=text aeol=crlf core.autocrlf=input core.eol=native file=LF_nul ok 1292 - setup config for checkout attr=auto ident= aeol=lf core.autocrlf=input ok 1293 - setup LF checkout with -c core.eol=native ok 1294 - setup CRLF checkout with -c core.eol=native ok 1295 - setup LF_mix_CR checkout with -c core.eol=native ok 1296 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1297 - setup LF_nul checkout with -c core.eol=native ok 1298 - ls-files --eol attr=auto aeol=lf core.autocrlf=input core.eol=native ok 1299 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=native file=LF ok 1300 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=native file=CRLF ok 1301 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1302 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=native file=LF_mix_CR ok 1303 - checkout attr=auto aeol=lf core.autocrlf=input core.eol=native file=LF_nul ok 1304 - setup config for checkout attr=auto ident= aeol=crlf core.autocrlf=input ok 1305 - setup LF checkout with -c core.eol=native ok 1306 - setup CRLF checkout with -c core.eol=native ok 1307 - setup LF_mix_CR checkout with -c core.eol=native ok 1308 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1309 - setup LF_nul checkout with -c core.eol=native ok 1310 - ls-files --eol attr=auto aeol=crlf core.autocrlf=input core.eol=native ok 1311 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=native file=LF ok 1312 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=native file=CRLF ok 1313 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1314 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=native file=LF_mix_CR ok 1315 - checkout attr=auto aeol=crlf core.autocrlf=input core.eol=native file=LF_nul ok 1316 - setup config for checkout attr= ident= aeol= core.autocrlf=false ok 1317 - setup LF checkout with -c core.eol=native ok 1318 - setup CRLF checkout with -c core.eol=native ok 1319 - setup LF_mix_CR checkout with -c core.eol=native ok 1320 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1321 - setup LF_nul checkout with -c core.eol=native ok 1322 - ls-files --eol attr= aeol= core.autocrlf=false core.eol=native ok 1323 - checkout attr= aeol= core.autocrlf=false core.eol=native file=LF ok 1324 - checkout attr= aeol= core.autocrlf=false core.eol=native file=CRLF ok 1325 - checkout attr= aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1326 - checkout attr= aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 1327 - checkout attr= aeol= core.autocrlf=false core.eol=native file=LF_nul ok 1328 - setup config for checkout attr= ident= aeol= core.autocrlf=true ok 1329 - setup LF checkout with -c core.eol=native ok 1330 - setup CRLF checkout with -c core.eol=native ok 1331 - setup LF_mix_CR checkout with -c core.eol=native ok 1332 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1333 - setup LF_nul checkout with -c core.eol=native ok 1334 - ls-files --eol attr= aeol= core.autocrlf=true core.eol=native ok 1335 - checkout attr= aeol= core.autocrlf=true core.eol=native file=LF ok 1336 - checkout attr= aeol= core.autocrlf=true core.eol=native file=CRLF ok 1337 - checkout attr= aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1338 - checkout attr= aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 1339 - checkout attr= aeol= core.autocrlf=true core.eol=native file=LF_nul ok 1340 - setup config for checkout attr=auto ident= aeol= core.autocrlf=true ok 1341 - setup LF checkout with -c core.eol=native ok 1342 - setup CRLF checkout with -c core.eol=native ok 1343 - setup LF_mix_CR checkout with -c core.eol=native ok 1344 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1345 - setup LF_nul checkout with -c core.eol=native ok 1346 - ls-files --eol attr=auto aeol= core.autocrlf=true core.eol=native ok 1347 - checkout attr=auto aeol= core.autocrlf=true core.eol=native file=LF ok 1348 - checkout attr=auto aeol= core.autocrlf=true core.eol=native file=CRLF ok 1349 - checkout attr=auto aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1350 - checkout attr=auto aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 1351 - checkout attr=auto aeol= core.autocrlf=true core.eol=native file=LF_nul ok 1352 - setup config for checkout attr=text ident= aeol= core.autocrlf=true ok 1353 - setup LF checkout with -c core.eol=native ok 1354 - setup CRLF checkout with -c core.eol=native ok 1355 - setup LF_mix_CR checkout with -c core.eol=native ok 1356 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1357 - setup LF_nul checkout with -c core.eol=native ok 1358 - ls-files --eol attr=text aeol= core.autocrlf=true core.eol=native ok 1359 - checkout attr=text aeol= core.autocrlf=true core.eol=native file=LF ok 1360 - checkout attr=text aeol= core.autocrlf=true core.eol=native file=CRLF ok 1361 - checkout attr=text aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 1362 - checkout attr=text aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 1363 - checkout attr=text aeol= core.autocrlf=true core.eol=native file=LF_nul ok 1364 - setup config for checkout attr=text ident= aeol= core.autocrlf=input ok 1365 - setup LF checkout with -c core.eol=native ok 1366 - setup CRLF checkout with -c core.eol=native ok 1367 - setup LF_mix_CR checkout with -c core.eol=native ok 1368 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1369 - setup LF_nul checkout with -c core.eol=native ok 1370 - ls-files --eol attr=text aeol= core.autocrlf=input core.eol=native ok 1371 - checkout attr=text aeol= core.autocrlf=input core.eol=native file=LF ok 1372 - checkout attr=text aeol= core.autocrlf=input core.eol=native file=CRLF ok 1373 - checkout attr=text aeol= core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1374 - checkout attr=text aeol= core.autocrlf=input core.eol=native file=LF_mix_CR ok 1375 - checkout attr=text aeol= core.autocrlf=input core.eol=native file=LF_nul ok 1376 - setup config for checkout attr=auto ident= aeol= core.autocrlf=input ok 1377 - setup LF checkout with -c core.eol=native ok 1378 - setup CRLF checkout with -c core.eol=native ok 1379 - setup LF_mix_CR checkout with -c core.eol=native ok 1380 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1381 - setup LF_nul checkout with -c core.eol=native ok 1382 - ls-files --eol attr=auto aeol= core.autocrlf=input core.eol=native ok 1383 - checkout attr=auto aeol= core.autocrlf=input core.eol=native file=LF ok 1384 - checkout attr=auto aeol= core.autocrlf=input core.eol=native file=CRLF ok 1385 - checkout attr=auto aeol= core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 1386 - checkout attr=auto aeol= core.autocrlf=input core.eol=native file=LF_mix_CR ok 1387 - checkout attr=auto aeol= core.autocrlf=input core.eol=native file=LF_nul ok 1388 - setup config for checkout attr=text ident= aeol= core.autocrlf=false ok 1389 - setup LF checkout with -c core.eol=crlf ok 1390 - setup CRLF checkout with -c core.eol=crlf ok 1391 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1392 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1393 - setup LF_nul checkout with -c core.eol=crlf ok 1394 - ls-files --eol attr=text aeol= core.autocrlf=false core.eol=crlf ok 1395 - checkout attr=text aeol= core.autocrlf=false core.eol=crlf file=LF ok 1396 - checkout attr=text aeol= core.autocrlf=false core.eol=crlf file=CRLF ok 1397 - checkout attr=text aeol= core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1398 - checkout attr=text aeol= core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1399 - checkout attr=text aeol= core.autocrlf=false core.eol=crlf file=LF_nul ok 1400 - setup config for checkout attr=text ident= aeol= core.autocrlf=false ok 1401 - setup LF checkout with -c core.eol=lf ok 1402 - setup CRLF checkout with -c core.eol=lf ok 1403 - setup LF_mix_CR checkout with -c core.eol=lf ok 1404 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1405 - setup LF_nul checkout with -c core.eol=lf ok 1406 - ls-files --eol attr=text aeol= core.autocrlf=false core.eol=lf ok 1407 - checkout attr=text aeol= core.autocrlf=false core.eol=lf file=LF ok 1408 - checkout attr=text aeol= core.autocrlf=false core.eol=lf file=CRLF ok 1409 - checkout attr=text aeol= core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1410 - checkout attr=text aeol= core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1411 - checkout attr=text aeol= core.autocrlf=false core.eol=lf file=LF_nul ok 1412 - setup config for checkout attr=text ident= aeol= core.autocrlf=false ok 1413 - setup LF checkout ok 1414 - setup CRLF checkout ok 1415 - setup LF_mix_CR checkout ok 1416 - setup CRLF_mix_LF checkout ok 1417 - setup LF_nul checkout ok 1418 - ls-files --eol attr=text aeol= core.autocrlf=false core.eol= ok 1419 - checkout attr=text aeol= core.autocrlf=false core.eol= file=LF ok 1420 - checkout attr=text aeol= core.autocrlf=false core.eol= file=CRLF ok 1421 - checkout attr=text aeol= core.autocrlf=false core.eol= file=CRLF_mix_LF ok 1422 - checkout attr=text aeol= core.autocrlf=false core.eol= file=LF_mix_CR ok 1423 - checkout attr=text aeol= core.autocrlf=false core.eol= file=LF_nul ok 1424 - setup config for checkout attr=text ident= aeol= core.autocrlf=false ok 1425 - setup LF checkout with -c core.eol=native ok 1426 - setup CRLF checkout with -c core.eol=native ok 1427 - setup LF_mix_CR checkout with -c core.eol=native ok 1428 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1429 - setup LF_nul checkout with -c core.eol=native ok 1430 - ls-files --eol attr=text aeol= core.autocrlf=false core.eol=native ok 1431 - checkout attr=text aeol= core.autocrlf=false core.eol=native file=LF ok 1432 - checkout attr=text aeol= core.autocrlf=false core.eol=native file=CRLF ok 1433 - checkout attr=text aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1434 - checkout attr=text aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 1435 - checkout attr=text aeol= core.autocrlf=false core.eol=native file=LF_nul ok 1436 - setup config for checkout attr=auto ident= aeol= core.autocrlf=false ok 1437 - setup LF checkout ok 1438 - setup CRLF checkout ok 1439 - setup LF_mix_CR checkout ok 1440 - setup CRLF_mix_LF checkout ok 1441 - setup LF_nul checkout ok 1442 - ls-files --eol attr=auto aeol= core.autocrlf=false core.eol= ok 1443 - checkout attr=auto aeol= core.autocrlf=false core.eol= file=LF ok 1444 - checkout attr=auto aeol= core.autocrlf=false core.eol= file=CRLF ok 1445 - checkout attr=auto aeol= core.autocrlf=false core.eol= file=CRLF_mix_LF ok 1446 - checkout attr=auto aeol= core.autocrlf=false core.eol= file=LF_mix_CR ok 1447 - checkout attr=auto aeol= core.autocrlf=false core.eol= file=LF_nul ok 1448 - setup config for checkout attr=auto ident= aeol= core.autocrlf=false ok 1449 - setup LF checkout with -c core.eol=native ok 1450 - setup CRLF checkout with -c core.eol=native ok 1451 - setup LF_mix_CR checkout with -c core.eol=native ok 1452 - setup CRLF_mix_LF checkout with -c core.eol=native ok 1453 - setup LF_nul checkout with -c core.eol=native ok 1454 - ls-files --eol attr=auto aeol= core.autocrlf=false core.eol=native ok 1455 - checkout attr=auto aeol= core.autocrlf=false core.eol=native file=LF ok 1456 - checkout attr=auto aeol= core.autocrlf=false core.eol=native file=CRLF ok 1457 - checkout attr=auto aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 1458 - checkout attr=auto aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 1459 - checkout attr=auto aeol= core.autocrlf=false core.eol=native file=LF_nul ok 1460 - setup config for checkout attr= ident= aeol=lf core.autocrlf=false ok 1461 - setup LF checkout ok 1462 - setup CRLF checkout ok 1463 - setup LF_mix_CR checkout ok 1464 - setup CRLF_mix_LF checkout ok 1465 - setup LF_nul checkout ok 1466 - ls-files --eol attr= aeol=lf core.autocrlf=false core.eol= ok 1467 - checkout attr= aeol=lf core.autocrlf=false core.eol= file=LF ok 1468 - checkout attr= aeol=lf core.autocrlf=false core.eol= file=CRLF ok 1469 - checkout attr= aeol=lf core.autocrlf=false core.eol= file=CRLF_mix_LF ok 1470 - checkout attr= aeol=lf core.autocrlf=false core.eol= file=LF_mix_CR ok 1471 - checkout attr= aeol=lf core.autocrlf=false core.eol= file=LF_nul ok 1472 - setup config for checkout attr= ident= aeol=crlf core.autocrlf=false ok 1473 - setup LF checkout ok 1474 - setup CRLF checkout ok 1475 - setup LF_mix_CR checkout ok 1476 - setup CRLF_mix_LF checkout ok 1477 - setup LF_nul checkout ok 1478 - ls-files --eol attr= aeol=crlf core.autocrlf=false core.eol= ok 1479 - checkout attr= aeol=crlf core.autocrlf=false core.eol= file=LF ok 1480 - checkout attr= aeol=crlf core.autocrlf=false core.eol= file=CRLF ok 1481 - checkout attr= aeol=crlf core.autocrlf=false core.eol= file=CRLF_mix_LF ok 1482 - checkout attr= aeol=crlf core.autocrlf=false core.eol= file=LF_mix_CR ok 1483 - checkout attr= aeol=crlf core.autocrlf=false core.eol= file=LF_nul ok 1484 - setup config for checkout attr= ident= aeol=lf core.autocrlf=true ok 1485 - setup LF checkout ok 1486 - setup CRLF checkout ok 1487 - setup LF_mix_CR checkout ok 1488 - setup CRLF_mix_LF checkout ok 1489 - setup LF_nul checkout ok 1490 - ls-files --eol attr= aeol=lf core.autocrlf=true core.eol= ok 1491 - checkout attr= aeol=lf core.autocrlf=true core.eol= file=LF ok 1492 - checkout attr= aeol=lf core.autocrlf=true core.eol= file=CRLF ok 1493 - checkout attr= aeol=lf core.autocrlf=true core.eol= file=CRLF_mix_LF ok 1494 - checkout attr= aeol=lf core.autocrlf=true core.eol= file=LF_mix_CR ok 1495 - checkout attr= aeol=lf core.autocrlf=true core.eol= file=LF_nul ok 1496 - setup config for checkout attr= ident= aeol=crlf core.autocrlf=true ok 1497 - setup LF checkout ok 1498 - setup CRLF checkout ok 1499 - setup LF_mix_CR checkout ok 1500 - setup CRLF_mix_LF checkout ok 1501 - setup LF_nul checkout ok 1502 - ls-files --eol attr= aeol=crlf core.autocrlf=true core.eol= ok 1503 - checkout attr= aeol=crlf core.autocrlf=true core.eol= file=LF ok 1504 - checkout attr= aeol=crlf core.autocrlf=true core.eol= file=CRLF ok 1505 - checkout attr= aeol=crlf core.autocrlf=true core.eol= file=CRLF_mix_LF ok 1506 - checkout attr= aeol=crlf core.autocrlf=true core.eol= file=LF_mix_CR ok 1507 - checkout attr= aeol=crlf core.autocrlf=true core.eol= file=LF_nul ok 1508 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=true ok 1509 - setup LF checkout with -c core.eol=lf ok 1510 - setup CRLF checkout with -c core.eol=lf ok 1511 - setup LF_mix_CR checkout with -c core.eol=lf ok 1512 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1513 - setup LF_nul checkout with -c core.eol=lf ok 1514 - ls-files --eol attr=-text ident aeol= core.autocrlf=true core.eol=lf ok 1515 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=lf file=LF ok 1516 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=lf file=CRLF ok 1517 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1518 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1519 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 1520 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=true ok 1521 - setup LF checkout with -c core.eol=lf ok 1522 - setup CRLF checkout with -c core.eol=lf ok 1523 - setup LF_mix_CR checkout with -c core.eol=lf ok 1524 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1525 - setup LF_nul checkout with -c core.eol=lf ok 1526 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=true core.eol=lf ok 1527 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=lf file=LF ok 1528 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=lf file=CRLF ok 1529 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1530 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1531 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=lf file=LF_nul ok 1532 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=true ok 1533 - setup LF checkout with -c core.eol=lf ok 1534 - setup CRLF checkout with -c core.eol=lf ok 1535 - setup LF_mix_CR checkout with -c core.eol=lf ok 1536 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1537 - setup LF_nul checkout with -c core.eol=lf ok 1538 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=true core.eol=lf ok 1539 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=lf file=LF ok 1540 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=lf file=CRLF ok 1541 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1542 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1543 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=lf file=LF_nul ok 1544 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=true ok 1545 - setup LF checkout with -c core.eol=lf ok 1546 - setup CRLF checkout with -c core.eol=lf ok 1547 - setup LF_mix_CR checkout with -c core.eol=lf ok 1548 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1549 - setup LF_nul checkout with -c core.eol=lf ok 1550 - ls-files --eol attr=text ident aeol=lf core.autocrlf=true core.eol=lf ok 1551 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=lf file=LF ok 1552 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=lf file=CRLF ok 1553 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1554 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1555 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=lf file=LF_nul ok 1556 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=true ok 1557 - setup LF checkout with -c core.eol=lf ok 1558 - setup CRLF checkout with -c core.eol=lf ok 1559 - setup LF_mix_CR checkout with -c core.eol=lf ok 1560 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1561 - setup LF_nul checkout with -c core.eol=lf ok 1562 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=true core.eol=lf ok 1563 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=lf file=LF ok 1564 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=lf file=CRLF ok 1565 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1566 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1567 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=lf file=LF_nul ok 1568 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=true ok 1569 - setup LF checkout with -c core.eol=lf ok 1570 - setup CRLF checkout with -c core.eol=lf ok 1571 - setup LF_mix_CR checkout with -c core.eol=lf ok 1572 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1573 - setup LF_nul checkout with -c core.eol=lf ok 1574 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=true core.eol=lf ok 1575 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=lf file=LF ok 1576 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=lf file=CRLF ok 1577 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1578 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1579 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=lf file=LF_nul ok 1580 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=true ok 1581 - setup LF checkout with -c core.eol=lf ok 1582 - setup CRLF checkout with -c core.eol=lf ok 1583 - setup LF_mix_CR checkout with -c core.eol=lf ok 1584 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1585 - setup LF_nul checkout with -c core.eol=lf ok 1586 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=true core.eol=lf ok 1587 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=lf file=LF ok 1588 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=lf file=CRLF ok 1589 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1590 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1591 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=lf file=LF_nul ok 1592 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=false ok 1593 - setup LF checkout with -c core.eol=lf ok 1594 - setup CRLF checkout with -c core.eol=lf ok 1595 - setup LF_mix_CR checkout with -c core.eol=lf ok 1596 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1597 - setup LF_nul checkout with -c core.eol=lf ok 1598 - ls-files --eol attr=-text ident aeol= core.autocrlf=false core.eol=lf ok 1599 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=lf file=LF ok 1600 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=lf file=CRLF ok 1601 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1602 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1603 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=lf file=LF_nul ok 1604 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=false ok 1605 - setup LF checkout with -c core.eol=lf ok 1606 - setup CRLF checkout with -c core.eol=lf ok 1607 - setup LF_mix_CR checkout with -c core.eol=lf ok 1608 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1609 - setup LF_nul checkout with -c core.eol=lf ok 1610 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=false core.eol=lf ok 1611 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=lf file=LF ok 1612 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=lf file=CRLF ok 1613 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1614 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1615 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=lf file=LF_nul ok 1616 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=false ok 1617 - setup LF checkout with -c core.eol=lf ok 1618 - setup CRLF checkout with -c core.eol=lf ok 1619 - setup LF_mix_CR checkout with -c core.eol=lf ok 1620 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1621 - setup LF_nul checkout with -c core.eol=lf ok 1622 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=false core.eol=lf ok 1623 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=lf file=LF ok 1624 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=lf file=CRLF ok 1625 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1626 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1627 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=lf file=LF_nul ok 1628 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=false ok 1629 - setup LF checkout with -c core.eol=lf ok 1630 - setup CRLF checkout with -c core.eol=lf ok 1631 - setup LF_mix_CR checkout with -c core.eol=lf ok 1632 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1633 - setup LF_nul checkout with -c core.eol=lf ok 1634 - ls-files --eol attr=text ident aeol=lf core.autocrlf=false core.eol=lf ok 1635 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=lf file=LF ok 1636 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=lf file=CRLF ok 1637 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1638 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1639 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=lf file=LF_nul ok 1640 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=false ok 1641 - setup LF checkout with -c core.eol=lf ok 1642 - setup CRLF checkout with -c core.eol=lf ok 1643 - setup LF_mix_CR checkout with -c core.eol=lf ok 1644 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1645 - setup LF_nul checkout with -c core.eol=lf ok 1646 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=false core.eol=lf ok 1647 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=lf file=LF ok 1648 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=lf file=CRLF ok 1649 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1650 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1651 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=lf file=LF_nul ok 1652 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=false ok 1653 - setup LF checkout with -c core.eol=lf ok 1654 - setup CRLF checkout with -c core.eol=lf ok 1655 - setup LF_mix_CR checkout with -c core.eol=lf ok 1656 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1657 - setup LF_nul checkout with -c core.eol=lf ok 1658 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=false core.eol=lf ok 1659 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=lf file=LF ok 1660 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=lf file=CRLF ok 1661 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1662 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1663 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=lf file=LF_nul ok 1664 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=false ok 1665 - setup LF checkout with -c core.eol=lf ok 1666 - setup CRLF checkout with -c core.eol=lf ok 1667 - setup LF_mix_CR checkout with -c core.eol=lf ok 1668 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1669 - setup LF_nul checkout with -c core.eol=lf ok 1670 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=false core.eol=lf ok 1671 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=lf file=LF ok 1672 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=lf file=CRLF ok 1673 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1674 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1675 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=lf file=LF_nul ok 1676 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=input ok 1677 - setup LF checkout with -c core.eol=lf ok 1678 - setup CRLF checkout with -c core.eol=lf ok 1679 - setup LF_mix_CR checkout with -c core.eol=lf ok 1680 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1681 - setup LF_nul checkout with -c core.eol=lf ok 1682 - ls-files --eol attr=-text ident aeol= core.autocrlf=input core.eol=lf ok 1683 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=lf file=LF ok 1684 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=lf file=CRLF ok 1685 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1686 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1687 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=lf file=LF_nul ok 1688 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=input ok 1689 - setup LF checkout with -c core.eol=lf ok 1690 - setup CRLF checkout with -c core.eol=lf ok 1691 - setup LF_mix_CR checkout with -c core.eol=lf ok 1692 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1693 - setup LF_nul checkout with -c core.eol=lf ok 1694 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=input core.eol=lf ok 1695 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=lf file=LF ok 1696 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=lf file=CRLF ok 1697 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1698 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1699 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=lf file=LF_nul ok 1700 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=input ok 1701 - setup LF checkout with -c core.eol=lf ok 1702 - setup CRLF checkout with -c core.eol=lf ok 1703 - setup LF_mix_CR checkout with -c core.eol=lf ok 1704 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1705 - setup LF_nul checkout with -c core.eol=lf ok 1706 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=input core.eol=lf ok 1707 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=lf file=LF ok 1708 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=lf file=CRLF ok 1709 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1710 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1711 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=lf file=LF_nul ok 1712 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=input ok 1713 - setup LF checkout with -c core.eol=lf ok 1714 - setup CRLF checkout with -c core.eol=lf ok 1715 - setup LF_mix_CR checkout with -c core.eol=lf ok 1716 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1717 - setup LF_nul checkout with -c core.eol=lf ok 1718 - ls-files --eol attr=text ident aeol=lf core.autocrlf=input core.eol=lf ok 1719 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=lf file=LF ok 1720 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=lf file=CRLF ok 1721 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1722 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1723 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=lf file=LF_nul ok 1724 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=input ok 1725 - setup LF checkout with -c core.eol=lf ok 1726 - setup CRLF checkout with -c core.eol=lf ok 1727 - setup LF_mix_CR checkout with -c core.eol=lf ok 1728 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1729 - setup LF_nul checkout with -c core.eol=lf ok 1730 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=input core.eol=lf ok 1731 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=lf file=LF ok 1732 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=lf file=CRLF ok 1733 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1734 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1735 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=lf file=LF_nul ok 1736 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=input ok 1737 - setup LF checkout with -c core.eol=lf ok 1738 - setup CRLF checkout with -c core.eol=lf ok 1739 - setup LF_mix_CR checkout with -c core.eol=lf ok 1740 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1741 - setup LF_nul checkout with -c core.eol=lf ok 1742 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=input core.eol=lf ok 1743 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=lf file=LF ok 1744 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=lf file=CRLF ok 1745 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1746 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1747 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=lf file=LF_nul ok 1748 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=input ok 1749 - setup LF checkout with -c core.eol=lf ok 1750 - setup CRLF checkout with -c core.eol=lf ok 1751 - setup LF_mix_CR checkout with -c core.eol=lf ok 1752 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1753 - setup LF_nul checkout with -c core.eol=lf ok 1754 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=input core.eol=lf ok 1755 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=lf file=LF ok 1756 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=lf file=CRLF ok 1757 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1758 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1759 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=lf file=LF_nul ok 1760 - setup config for checkout attr= ident=ident aeol= core.autocrlf=false ok 1761 - setup LF checkout with -c core.eol=lf ok 1762 - setup CRLF checkout with -c core.eol=lf ok 1763 - setup LF_mix_CR checkout with -c core.eol=lf ok 1764 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1765 - setup LF_nul checkout with -c core.eol=lf ok 1766 - ls-files --eol attr= ident aeol= core.autocrlf=false core.eol=lf ok 1767 - checkout attr= ident aeol= core.autocrlf=false core.eol=lf file=LF ok 1768 - checkout attr= ident aeol= core.autocrlf=false core.eol=lf file=CRLF ok 1769 - checkout attr= ident aeol= core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 1770 - checkout attr= ident aeol= core.autocrlf=false core.eol=lf file=LF_mix_CR ok 1771 - checkout attr= ident aeol= core.autocrlf=false core.eol=lf file=LF_nul ok 1772 - setup config for checkout attr= ident=ident aeol= core.autocrlf=true ok 1773 - setup LF checkout with -c core.eol=lf ok 1774 - setup CRLF checkout with -c core.eol=lf ok 1775 - setup LF_mix_CR checkout with -c core.eol=lf ok 1776 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1777 - setup LF_nul checkout with -c core.eol=lf ok 1778 - ls-files --eol attr= ident aeol= core.autocrlf=true core.eol=lf ok 1779 - checkout attr= ident aeol= core.autocrlf=true core.eol=lf file=LF ok 1780 - checkout attr= ident aeol= core.autocrlf=true core.eol=lf file=CRLF ok 1781 - checkout attr= ident aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1782 - checkout attr= ident aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1783 - checkout attr= ident aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 1784 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=true ok 1785 - setup LF checkout with -c core.eol=lf ok 1786 - setup CRLF checkout with -c core.eol=lf ok 1787 - setup LF_mix_CR checkout with -c core.eol=lf ok 1788 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1789 - setup LF_nul checkout with -c core.eol=lf ok 1790 - ls-files --eol attr=auto ident aeol= core.autocrlf=true core.eol=lf ok 1791 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=lf file=LF ok 1792 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=lf file=CRLF ok 1793 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1794 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1795 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 1796 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=true ok 1797 - setup LF checkout with -c core.eol=lf ok 1798 - setup CRLF checkout with -c core.eol=lf ok 1799 - setup LF_mix_CR checkout with -c core.eol=lf ok 1800 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1801 - setup LF_nul checkout with -c core.eol=lf ok 1802 - ls-files --eol attr=text ident aeol= core.autocrlf=true core.eol=lf ok 1803 - checkout attr=text ident aeol= core.autocrlf=true core.eol=lf file=LF ok 1804 - checkout attr=text ident aeol= core.autocrlf=true core.eol=lf file=CRLF ok 1805 - checkout attr=text ident aeol= core.autocrlf=true core.eol=lf file=CRLF_mix_LF ok 1806 - checkout attr=text ident aeol= core.autocrlf=true core.eol=lf file=LF_mix_CR ok 1807 - checkout attr=text ident aeol= core.autocrlf=true core.eol=lf file=LF_nul ok 1808 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=input ok 1809 - setup LF checkout with -c core.eol=lf ok 1810 - setup CRLF checkout with -c core.eol=lf ok 1811 - setup LF_mix_CR checkout with -c core.eol=lf ok 1812 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1813 - setup LF_nul checkout with -c core.eol=lf ok 1814 - ls-files --eol attr=text ident aeol= core.autocrlf=input core.eol=lf ok 1815 - checkout attr=text ident aeol= core.autocrlf=input core.eol=lf file=LF ok 1816 - checkout attr=text ident aeol= core.autocrlf=input core.eol=lf file=CRLF ok 1817 - checkout attr=text ident aeol= core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1818 - checkout attr=text ident aeol= core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1819 - checkout attr=text ident aeol= core.autocrlf=input core.eol=lf file=LF_nul ok 1820 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=input ok 1821 - setup LF checkout with -c core.eol=lf ok 1822 - setup CRLF checkout with -c core.eol=lf ok 1823 - setup LF_mix_CR checkout with -c core.eol=lf ok 1824 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 1825 - setup LF_nul checkout with -c core.eol=lf ok 1826 - ls-files --eol attr=auto ident aeol= core.autocrlf=input core.eol=lf ok 1827 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=lf file=LF ok 1828 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=lf file=CRLF ok 1829 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=lf file=CRLF_mix_LF ok 1830 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=lf file=LF_mix_CR ok 1831 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=lf file=LF_nul ok 1832 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=true ok 1833 - setup LF checkout with -c core.eol=crlf ok 1834 - setup CRLF checkout with -c core.eol=crlf ok 1835 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1836 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1837 - setup LF_nul checkout with -c core.eol=crlf ok 1838 - ls-files --eol attr=-text ident aeol= core.autocrlf=true core.eol=crlf ok 1839 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=crlf file=LF ok 1840 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 1841 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1842 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1843 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 1844 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=true ok 1845 - setup LF checkout with -c core.eol=crlf ok 1846 - setup CRLF checkout with -c core.eol=crlf ok 1847 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1848 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1849 - setup LF_nul checkout with -c core.eol=crlf ok 1850 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=true core.eol=crlf ok 1851 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=crlf file=LF ok 1852 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=crlf file=CRLF ok 1853 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1854 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1855 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=crlf file=LF_nul ok 1856 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=true ok 1857 - setup LF checkout with -c core.eol=crlf ok 1858 - setup CRLF checkout with -c core.eol=crlf ok 1859 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1860 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1861 - setup LF_nul checkout with -c core.eol=crlf ok 1862 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=true core.eol=crlf ok 1863 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF ok 1864 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF ok 1865 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1866 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1867 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF_nul ok 1868 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=true ok 1869 - setup LF checkout with -c core.eol=crlf ok 1870 - setup CRLF checkout with -c core.eol=crlf ok 1871 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1872 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1873 - setup LF_nul checkout with -c core.eol=crlf ok 1874 - ls-files --eol attr=text ident aeol=lf core.autocrlf=true core.eol=crlf ok 1875 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=crlf file=LF ok 1876 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=crlf file=CRLF ok 1877 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1878 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1879 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=crlf file=LF_nul ok 1880 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=true ok 1881 - setup LF checkout with -c core.eol=crlf ok 1882 - setup CRLF checkout with -c core.eol=crlf ok 1883 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1884 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1885 - setup LF_nul checkout with -c core.eol=crlf ok 1886 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=true core.eol=crlf ok 1887 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF ok 1888 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF ok 1889 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1890 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1891 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF_nul ok 1892 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=true ok 1893 - setup LF checkout with -c core.eol=crlf ok 1894 - setup CRLF checkout with -c core.eol=crlf ok 1895 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1896 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1897 - setup LF_nul checkout with -c core.eol=crlf ok 1898 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=true core.eol=crlf ok 1899 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=crlf file=LF ok 1900 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=crlf file=CRLF ok 1901 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1902 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1903 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=crlf file=LF_nul ok 1904 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=true ok 1905 - setup LF checkout with -c core.eol=crlf ok 1906 - setup CRLF checkout with -c core.eol=crlf ok 1907 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1908 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1909 - setup LF_nul checkout with -c core.eol=crlf ok 1910 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=true core.eol=crlf ok 1911 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF ok 1912 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF ok 1913 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 1914 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 1915 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=crlf file=LF_nul ok 1916 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=false ok 1917 - setup LF checkout with -c core.eol=crlf ok 1918 - setup CRLF checkout with -c core.eol=crlf ok 1919 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1920 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1921 - setup LF_nul checkout with -c core.eol=crlf ok 1922 - ls-files --eol attr=-text ident aeol= core.autocrlf=false core.eol=crlf ok 1923 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=crlf file=LF ok 1924 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=crlf file=CRLF ok 1925 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1926 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1927 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=crlf file=LF_nul ok 1928 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=false ok 1929 - setup LF checkout with -c core.eol=crlf ok 1930 - setup CRLF checkout with -c core.eol=crlf ok 1931 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1932 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1933 - setup LF_nul checkout with -c core.eol=crlf ok 1934 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=false core.eol=crlf ok 1935 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=crlf file=LF ok 1936 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=crlf file=CRLF ok 1937 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1938 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1939 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=crlf file=LF_nul ok 1940 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=false ok 1941 - setup LF checkout with -c core.eol=crlf ok 1942 - setup CRLF checkout with -c core.eol=crlf ok 1943 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1944 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1945 - setup LF_nul checkout with -c core.eol=crlf ok 1946 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=false core.eol=crlf ok 1947 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF ok 1948 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF ok 1949 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1950 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1951 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF_nul ok 1952 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=false ok 1953 - setup LF checkout with -c core.eol=crlf ok 1954 - setup CRLF checkout with -c core.eol=crlf ok 1955 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1956 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1957 - setup LF_nul checkout with -c core.eol=crlf ok 1958 - ls-files --eol attr=text ident aeol=lf core.autocrlf=false core.eol=crlf ok 1959 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=crlf file=LF ok 1960 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=crlf file=CRLF ok 1961 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1962 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1963 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=crlf file=LF_nul ok 1964 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=false ok 1965 - setup LF checkout with -c core.eol=crlf ok 1966 - setup CRLF checkout with -c core.eol=crlf ok 1967 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1968 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1969 - setup LF_nul checkout with -c core.eol=crlf ok 1970 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=false core.eol=crlf ok 1971 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF ok 1972 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF ok 1973 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1974 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1975 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF_nul ok 1976 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=false ok 1977 - setup LF checkout with -c core.eol=crlf ok 1978 - setup CRLF checkout with -c core.eol=crlf ok 1979 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1980 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1981 - setup LF_nul checkout with -c core.eol=crlf ok 1982 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=false core.eol=crlf ok 1983 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=crlf file=LF ok 1984 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=crlf file=CRLF ok 1985 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1986 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1987 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=crlf file=LF_nul ok 1988 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=false ok 1989 - setup LF checkout with -c core.eol=crlf ok 1990 - setup CRLF checkout with -c core.eol=crlf ok 1991 - setup LF_mix_CR checkout with -c core.eol=crlf ok 1992 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 1993 - setup LF_nul checkout with -c core.eol=crlf ok 1994 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=false core.eol=crlf ok 1995 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF ok 1996 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF ok 1997 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 1998 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 1999 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=crlf file=LF_nul ok 2000 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=input ok 2001 - setup LF checkout with -c core.eol=crlf ok 2002 - setup CRLF checkout with -c core.eol=crlf ok 2003 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2004 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2005 - setup LF_nul checkout with -c core.eol=crlf ok 2006 - ls-files --eol attr=-text ident aeol= core.autocrlf=input core.eol=crlf ok 2007 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=crlf file=LF ok 2008 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=crlf file=CRLF ok 2009 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2010 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2011 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=crlf file=LF_nul ok 2012 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=input ok 2013 - setup LF checkout with -c core.eol=crlf ok 2014 - setup CRLF checkout with -c core.eol=crlf ok 2015 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2016 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2017 - setup LF_nul checkout with -c core.eol=crlf ok 2018 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=input core.eol=crlf ok 2019 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=crlf file=LF ok 2020 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=crlf file=CRLF ok 2021 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2022 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2023 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=crlf file=LF_nul ok 2024 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=input ok 2025 - setup LF checkout with -c core.eol=crlf ok 2026 - setup CRLF checkout with -c core.eol=crlf ok 2027 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2028 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2029 - setup LF_nul checkout with -c core.eol=crlf ok 2030 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=input core.eol=crlf ok 2031 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF ok 2032 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF ok 2033 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2034 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2035 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF_nul ok 2036 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=input ok 2037 - setup LF checkout with -c core.eol=crlf ok 2038 - setup CRLF checkout with -c core.eol=crlf ok 2039 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2040 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2041 - setup LF_nul checkout with -c core.eol=crlf ok 2042 - ls-files --eol attr=text ident aeol=lf core.autocrlf=input core.eol=crlf ok 2043 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=crlf file=LF ok 2044 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=crlf file=CRLF ok 2045 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2046 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2047 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=crlf file=LF_nul ok 2048 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=input ok 2049 - setup LF checkout with -c core.eol=crlf ok 2050 - setup CRLF checkout with -c core.eol=crlf ok 2051 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2052 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2053 - setup LF_nul checkout with -c core.eol=crlf ok 2054 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=input core.eol=crlf ok 2055 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF ok 2056 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF ok 2057 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2058 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2059 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF_nul ok 2060 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=input ok 2061 - setup LF checkout with -c core.eol=crlf ok 2062 - setup CRLF checkout with -c core.eol=crlf ok 2063 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2064 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2065 - setup LF_nul checkout with -c core.eol=crlf ok 2066 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=input core.eol=crlf ok 2067 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=crlf file=LF ok 2068 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=crlf file=CRLF ok 2069 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2070 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2071 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=crlf file=LF_nul ok 2072 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=input ok 2073 - setup LF checkout with -c core.eol=crlf ok 2074 - setup CRLF checkout with -c core.eol=crlf ok 2075 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2076 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2077 - setup LF_nul checkout with -c core.eol=crlf ok 2078 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=input core.eol=crlf ok 2079 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF ok 2080 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF ok 2081 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2082 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2083 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=crlf file=LF_nul ok 2084 - setup config for checkout attr= ident=ident aeol= core.autocrlf=false ok 2085 - setup LF checkout with -c core.eol=crlf ok 2086 - setup CRLF checkout with -c core.eol=crlf ok 2087 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2088 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2089 - setup LF_nul checkout with -c core.eol=crlf ok 2090 - ls-files --eol attr= ident aeol= core.autocrlf=false core.eol=crlf ok 2091 - checkout attr= ident aeol= core.autocrlf=false core.eol=crlf file=LF ok 2092 - checkout attr= ident aeol= core.autocrlf=false core.eol=crlf file=CRLF ok 2093 - checkout attr= ident aeol= core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 2094 - checkout attr= ident aeol= core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 2095 - checkout attr= ident aeol= core.autocrlf=false core.eol=crlf file=LF_nul ok 2096 - setup config for checkout attr= ident=ident aeol= core.autocrlf=true ok 2097 - setup LF checkout with -c core.eol=crlf ok 2098 - setup CRLF checkout with -c core.eol=crlf ok 2099 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2100 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2101 - setup LF_nul checkout with -c core.eol=crlf ok 2102 - ls-files --eol attr= ident aeol= core.autocrlf=true core.eol=crlf ok 2103 - checkout attr= ident aeol= core.autocrlf=true core.eol=crlf file=LF ok 2104 - checkout attr= ident aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 2105 - checkout attr= ident aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 2106 - checkout attr= ident aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 2107 - checkout attr= ident aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 2108 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=true ok 2109 - setup LF checkout with -c core.eol=crlf ok 2110 - setup CRLF checkout with -c core.eol=crlf ok 2111 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2112 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2113 - setup LF_nul checkout with -c core.eol=crlf ok 2114 - ls-files --eol attr=auto ident aeol= core.autocrlf=true core.eol=crlf ok 2115 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=crlf file=LF ok 2116 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 2117 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 2118 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 2119 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 2120 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=true ok 2121 - setup LF checkout with -c core.eol=crlf ok 2122 - setup CRLF checkout with -c core.eol=crlf ok 2123 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2124 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2125 - setup LF_nul checkout with -c core.eol=crlf ok 2126 - ls-files --eol attr=text ident aeol= core.autocrlf=true core.eol=crlf ok 2127 - checkout attr=text ident aeol= core.autocrlf=true core.eol=crlf file=LF ok 2128 - checkout attr=text ident aeol= core.autocrlf=true core.eol=crlf file=CRLF ok 2129 - checkout attr=text ident aeol= core.autocrlf=true core.eol=crlf file=CRLF_mix_LF ok 2130 - checkout attr=text ident aeol= core.autocrlf=true core.eol=crlf file=LF_mix_CR ok 2131 - checkout attr=text ident aeol= core.autocrlf=true core.eol=crlf file=LF_nul ok 2132 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=input ok 2133 - setup LF checkout with -c core.eol=crlf ok 2134 - setup CRLF checkout with -c core.eol=crlf ok 2135 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2136 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2137 - setup LF_nul checkout with -c core.eol=crlf ok 2138 - ls-files --eol attr=text ident aeol= core.autocrlf=input core.eol=crlf ok 2139 - checkout attr=text ident aeol= core.autocrlf=input core.eol=crlf file=LF ok 2140 - checkout attr=text ident aeol= core.autocrlf=input core.eol=crlf file=CRLF ok 2141 - checkout attr=text ident aeol= core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2142 - checkout attr=text ident aeol= core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2143 - checkout attr=text ident aeol= core.autocrlf=input core.eol=crlf file=LF_nul ok 2144 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=input ok 2145 - setup LF checkout with -c core.eol=crlf ok 2146 - setup CRLF checkout with -c core.eol=crlf ok 2147 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2148 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2149 - setup LF_nul checkout with -c core.eol=crlf ok 2150 - ls-files --eol attr=auto ident aeol= core.autocrlf=input core.eol=crlf ok 2151 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=crlf file=LF ok 2152 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=crlf file=CRLF ok 2153 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=crlf file=CRLF_mix_LF ok 2154 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=crlf file=LF_mix_CR ok 2155 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=crlf file=LF_nul ok 2156 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=true ok 2157 - setup LF checkout with -c core.eol=native ok 2158 - setup CRLF checkout with -c core.eol=native ok 2159 - setup LF_mix_CR checkout with -c core.eol=native ok 2160 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2161 - setup LF_nul checkout with -c core.eol=native ok 2162 - ls-files --eol attr=-text ident aeol= core.autocrlf=true core.eol=native ok 2163 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=native file=LF ok 2164 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=native file=CRLF ok 2165 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2166 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 2167 - checkout attr=-text ident aeol= core.autocrlf=true core.eol=native file=LF_nul ok 2168 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=true ok 2169 - setup LF checkout with -c core.eol=native ok 2170 - setup CRLF checkout with -c core.eol=native ok 2171 - setup LF_mix_CR checkout with -c core.eol=native ok 2172 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2173 - setup LF_nul checkout with -c core.eol=native ok 2174 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=true core.eol=native ok 2175 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=native file=LF ok 2176 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=native file=CRLF ok 2177 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2178 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=native file=LF_mix_CR ok 2179 - checkout attr=-text ident aeol=lf core.autocrlf=true core.eol=native file=LF_nul ok 2180 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=true ok 2181 - setup LF checkout with -c core.eol=native ok 2182 - setup CRLF checkout with -c core.eol=native ok 2183 - setup LF_mix_CR checkout with -c core.eol=native ok 2184 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2185 - setup LF_nul checkout with -c core.eol=native ok 2186 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=true core.eol=native ok 2187 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=native file=LF ok 2188 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=native file=CRLF ok 2189 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2190 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=native file=LF_mix_CR ok 2191 - checkout attr=-text ident aeol=crlf core.autocrlf=true core.eol=native file=LF_nul ok 2192 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=true ok 2193 - setup LF checkout with -c core.eol=native ok 2194 - setup CRLF checkout with -c core.eol=native ok 2195 - setup LF_mix_CR checkout with -c core.eol=native ok 2196 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2197 - setup LF_nul checkout with -c core.eol=native ok 2198 - ls-files --eol attr=text ident aeol=lf core.autocrlf=true core.eol=native ok 2199 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=native file=LF ok 2200 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=native file=CRLF ok 2201 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2202 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=native file=LF_mix_CR ok 2203 - checkout attr=text ident aeol=lf core.autocrlf=true core.eol=native file=LF_nul ok 2204 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=true ok 2205 - setup LF checkout with -c core.eol=native ok 2206 - setup CRLF checkout with -c core.eol=native ok 2207 - setup LF_mix_CR checkout with -c core.eol=native ok 2208 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2209 - setup LF_nul checkout with -c core.eol=native ok 2210 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=true core.eol=native ok 2211 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=native file=LF ok 2212 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=native file=CRLF ok 2213 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2214 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=native file=LF_mix_CR ok 2215 - checkout attr=text ident aeol=crlf core.autocrlf=true core.eol=native file=LF_nul ok 2216 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=true ok 2217 - setup LF checkout with -c core.eol=native ok 2218 - setup CRLF checkout with -c core.eol=native ok 2219 - setup LF_mix_CR checkout with -c core.eol=native ok 2220 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2221 - setup LF_nul checkout with -c core.eol=native ok 2222 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=true core.eol=native ok 2223 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=native file=LF ok 2224 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=native file=CRLF ok 2225 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2226 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=native file=LF_mix_CR ok 2227 - checkout attr=auto ident aeol=lf core.autocrlf=true core.eol=native file=LF_nul ok 2228 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=true ok 2229 - setup LF checkout with -c core.eol=native ok 2230 - setup CRLF checkout with -c core.eol=native ok 2231 - setup LF_mix_CR checkout with -c core.eol=native ok 2232 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2233 - setup LF_nul checkout with -c core.eol=native ok 2234 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=true core.eol=native ok 2235 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=native file=LF ok 2236 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=native file=CRLF ok 2237 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2238 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=native file=LF_mix_CR ok 2239 - checkout attr=auto ident aeol=crlf core.autocrlf=true core.eol=native file=LF_nul ok 2240 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=false ok 2241 - setup LF checkout with -c core.eol=native ok 2242 - setup CRLF checkout with -c core.eol=native ok 2243 - setup LF_mix_CR checkout with -c core.eol=native ok 2244 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2245 - setup LF_nul checkout with -c core.eol=native ok 2246 - ls-files --eol attr=-text ident aeol= core.autocrlf=false core.eol=native ok 2247 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=native file=LF ok 2248 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=native file=CRLF ok 2249 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2250 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 2251 - checkout attr=-text ident aeol= core.autocrlf=false core.eol=native file=LF_nul ok 2252 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=false ok 2253 - setup LF checkout with -c core.eol=native ok 2254 - setup CRLF checkout with -c core.eol=native ok 2255 - setup LF_mix_CR checkout with -c core.eol=native ok 2256 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2257 - setup LF_nul checkout with -c core.eol=native ok 2258 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=false core.eol=native ok 2259 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=native file=LF ok 2260 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=native file=CRLF ok 2261 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2262 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=native file=LF_mix_CR ok 2263 - checkout attr=-text ident aeol=lf core.autocrlf=false core.eol=native file=LF_nul ok 2264 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=false ok 2265 - setup LF checkout with -c core.eol=native ok 2266 - setup CRLF checkout with -c core.eol=native ok 2267 - setup LF_mix_CR checkout with -c core.eol=native ok 2268 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2269 - setup LF_nul checkout with -c core.eol=native ok 2270 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=false core.eol=native ok 2271 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=native file=LF ok 2272 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=native file=CRLF ok 2273 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2274 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=native file=LF_mix_CR ok 2275 - checkout attr=-text ident aeol=crlf core.autocrlf=false core.eol=native file=LF_nul ok 2276 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=false ok 2277 - setup LF checkout with -c core.eol=native ok 2278 - setup CRLF checkout with -c core.eol=native ok 2279 - setup LF_mix_CR checkout with -c core.eol=native ok 2280 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2281 - setup LF_nul checkout with -c core.eol=native ok 2282 - ls-files --eol attr=text ident aeol=lf core.autocrlf=false core.eol=native ok 2283 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=native file=LF ok 2284 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=native file=CRLF ok 2285 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2286 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=native file=LF_mix_CR ok 2287 - checkout attr=text ident aeol=lf core.autocrlf=false core.eol=native file=LF_nul ok 2288 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=false ok 2289 - setup LF checkout with -c core.eol=native ok 2290 - setup CRLF checkout with -c core.eol=native ok 2291 - setup LF_mix_CR checkout with -c core.eol=native ok 2292 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2293 - setup LF_nul checkout with -c core.eol=native ok 2294 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=false core.eol=native ok 2295 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=native file=LF ok 2296 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=native file=CRLF ok 2297 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2298 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=native file=LF_mix_CR ok 2299 - checkout attr=text ident aeol=crlf core.autocrlf=false core.eol=native file=LF_nul ok 2300 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=false ok 2301 - setup LF checkout with -c core.eol=native ok 2302 - setup CRLF checkout with -c core.eol=native ok 2303 - setup LF_mix_CR checkout with -c core.eol=native ok 2304 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2305 - setup LF_nul checkout with -c core.eol=native ok 2306 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=false core.eol=native ok 2307 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=native file=LF ok 2308 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=native file=CRLF ok 2309 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2310 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=native file=LF_mix_CR ok 2311 - checkout attr=auto ident aeol=lf core.autocrlf=false core.eol=native file=LF_nul ok 2312 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=false ok 2313 - setup LF checkout with -c core.eol=native ok 2314 - setup CRLF checkout with -c core.eol=native ok 2315 - setup LF_mix_CR checkout with -c core.eol=native ok 2316 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2317 - setup LF_nul checkout with -c core.eol=native ok 2318 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=false core.eol=native ok 2319 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=native file=LF ok 2320 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=native file=CRLF ok 2321 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2322 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=native file=LF_mix_CR ok 2323 - checkout attr=auto ident aeol=crlf core.autocrlf=false core.eol=native file=LF_nul ok 2324 - setup config for checkout attr=-text ident=ident aeol= core.autocrlf=input ok 2325 - setup LF checkout with -c core.eol=native ok 2326 - setup CRLF checkout with -c core.eol=native ok 2327 - setup LF_mix_CR checkout with -c core.eol=native ok 2328 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2329 - setup LF_nul checkout with -c core.eol=native ok 2330 - ls-files --eol attr=-text ident aeol= core.autocrlf=input core.eol=native ok 2331 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=native file=LF ok 2332 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=native file=CRLF ok 2333 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2334 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=native file=LF_mix_CR ok 2335 - checkout attr=-text ident aeol= core.autocrlf=input core.eol=native file=LF_nul ok 2336 - setup config for checkout attr=-text ident=ident aeol=lf core.autocrlf=input ok 2337 - setup LF checkout with -c core.eol=native ok 2338 - setup CRLF checkout with -c core.eol=native ok 2339 - setup LF_mix_CR checkout with -c core.eol=native ok 2340 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2341 - setup LF_nul checkout with -c core.eol=native ok 2342 - ls-files --eol attr=-text ident aeol=lf core.autocrlf=input core.eol=native ok 2343 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=native file=LF ok 2344 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=native file=CRLF ok 2345 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2346 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=native file=LF_mix_CR ok 2347 - checkout attr=-text ident aeol=lf core.autocrlf=input core.eol=native file=LF_nul ok 2348 - setup config for checkout attr=-text ident=ident aeol=crlf core.autocrlf=input ok 2349 - setup LF checkout with -c core.eol=native ok 2350 - setup CRLF checkout with -c core.eol=native ok 2351 - setup LF_mix_CR checkout with -c core.eol=native ok 2352 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2353 - setup LF_nul checkout with -c core.eol=native ok 2354 - ls-files --eol attr=-text ident aeol=crlf core.autocrlf=input core.eol=native ok 2355 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=native file=LF ok 2356 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=native file=CRLF ok 2357 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2358 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=native file=LF_mix_CR ok 2359 - checkout attr=-text ident aeol=crlf core.autocrlf=input core.eol=native file=LF_nul ok 2360 - setup config for checkout attr=text ident=ident aeol=lf core.autocrlf=input ok 2361 - setup LF checkout with -c core.eol=native ok 2362 - setup CRLF checkout with -c core.eol=native ok 2363 - setup LF_mix_CR checkout with -c core.eol=native ok 2364 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2365 - setup LF_nul checkout with -c core.eol=native ok 2366 - ls-files --eol attr=text ident aeol=lf core.autocrlf=input core.eol=native ok 2367 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=native file=LF ok 2368 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=native file=CRLF ok 2369 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2370 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=native file=LF_mix_CR ok 2371 - checkout attr=text ident aeol=lf core.autocrlf=input core.eol=native file=LF_nul ok 2372 - setup config for checkout attr=text ident=ident aeol=crlf core.autocrlf=input ok 2373 - setup LF checkout with -c core.eol=native ok 2374 - setup CRLF checkout with -c core.eol=native ok 2375 - setup LF_mix_CR checkout with -c core.eol=native ok 2376 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2377 - setup LF_nul checkout with -c core.eol=native ok 2378 - ls-files --eol attr=text ident aeol=crlf core.autocrlf=input core.eol=native ok 2379 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=native file=LF ok 2380 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=native file=CRLF ok 2381 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2382 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=native file=LF_mix_CR ok 2383 - checkout attr=text ident aeol=crlf core.autocrlf=input core.eol=native file=LF_nul ok 2384 - setup config for checkout attr=auto ident=ident aeol=lf core.autocrlf=input ok 2385 - setup LF checkout with -c core.eol=native ok 2386 - setup CRLF checkout with -c core.eol=native ok 2387 - setup LF_mix_CR checkout with -c core.eol=native ok 2388 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2389 - setup LF_nul checkout with -c core.eol=native ok 2390 - ls-files --eol attr=auto ident aeol=lf core.autocrlf=input core.eol=native ok 2391 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=native file=LF ok 2392 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=native file=CRLF ok 2393 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2394 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=native file=LF_mix_CR ok 2395 - checkout attr=auto ident aeol=lf core.autocrlf=input core.eol=native file=LF_nul ok 2396 - setup config for checkout attr=auto ident=ident aeol=crlf core.autocrlf=input ok 2397 - setup LF checkout with -c core.eol=native ok 2398 - setup CRLF checkout with -c core.eol=native ok 2399 - setup LF_mix_CR checkout with -c core.eol=native ok 2400 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2401 - setup LF_nul checkout with -c core.eol=native ok 2402 - ls-files --eol attr=auto ident aeol=crlf core.autocrlf=input core.eol=native ok 2403 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=native file=LF ok 2404 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=native file=CRLF ok 2405 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2406 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=native file=LF_mix_CR ok 2407 - checkout attr=auto ident aeol=crlf core.autocrlf=input core.eol=native file=LF_nul ok 2408 - setup config for checkout attr= ident=ident aeol= core.autocrlf=false ok 2409 - setup LF checkout with -c core.eol=native ok 2410 - setup CRLF checkout with -c core.eol=native ok 2411 - setup LF_mix_CR checkout with -c core.eol=native ok 2412 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2413 - setup LF_nul checkout with -c core.eol=native ok 2414 - ls-files --eol attr= ident aeol= core.autocrlf=false core.eol=native ok 2415 - checkout attr= ident aeol= core.autocrlf=false core.eol=native file=LF ok 2416 - checkout attr= ident aeol= core.autocrlf=false core.eol=native file=CRLF ok 2417 - checkout attr= ident aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2418 - checkout attr= ident aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 2419 - checkout attr= ident aeol= core.autocrlf=false core.eol=native file=LF_nul ok 2420 - setup config for checkout attr= ident=ident aeol= core.autocrlf=true ok 2421 - setup LF checkout with -c core.eol=native ok 2422 - setup CRLF checkout with -c core.eol=native ok 2423 - setup LF_mix_CR checkout with -c core.eol=native ok 2424 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2425 - setup LF_nul checkout with -c core.eol=native ok 2426 - ls-files --eol attr= ident aeol= core.autocrlf=true core.eol=native ok 2427 - checkout attr= ident aeol= core.autocrlf=true core.eol=native file=LF ok 2428 - checkout attr= ident aeol= core.autocrlf=true core.eol=native file=CRLF ok 2429 - checkout attr= ident aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2430 - checkout attr= ident aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 2431 - checkout attr= ident aeol= core.autocrlf=true core.eol=native file=LF_nul ok 2432 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=true ok 2433 - setup LF checkout with -c core.eol=native ok 2434 - setup CRLF checkout with -c core.eol=native ok 2435 - setup LF_mix_CR checkout with -c core.eol=native ok 2436 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2437 - setup LF_nul checkout with -c core.eol=native ok 2438 - ls-files --eol attr=auto ident aeol= core.autocrlf=true core.eol=native ok 2439 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=native file=LF ok 2440 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=native file=CRLF ok 2441 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2442 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 2443 - checkout attr=auto ident aeol= core.autocrlf=true core.eol=native file=LF_nul ok 2444 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=true ok 2445 - setup LF checkout with -c core.eol=native ok 2446 - setup CRLF checkout with -c core.eol=native ok 2447 - setup LF_mix_CR checkout with -c core.eol=native ok 2448 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2449 - setup LF_nul checkout with -c core.eol=native ok 2450 - ls-files --eol attr=text ident aeol= core.autocrlf=true core.eol=native ok 2451 - checkout attr=text ident aeol= core.autocrlf=true core.eol=native file=LF ok 2452 - checkout attr=text ident aeol= core.autocrlf=true core.eol=native file=CRLF ok 2453 - checkout attr=text ident aeol= core.autocrlf=true core.eol=native file=CRLF_mix_LF ok 2454 - checkout attr=text ident aeol= core.autocrlf=true core.eol=native file=LF_mix_CR ok 2455 - checkout attr=text ident aeol= core.autocrlf=true core.eol=native file=LF_nul ok 2456 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=input ok 2457 - setup LF checkout with -c core.eol=native ok 2458 - setup CRLF checkout with -c core.eol=native ok 2459 - setup LF_mix_CR checkout with -c core.eol=native ok 2460 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2461 - setup LF_nul checkout with -c core.eol=native ok 2462 - ls-files --eol attr=text ident aeol= core.autocrlf=input core.eol=native ok 2463 - checkout attr=text ident aeol= core.autocrlf=input core.eol=native file=LF ok 2464 - checkout attr=text ident aeol= core.autocrlf=input core.eol=native file=CRLF ok 2465 - checkout attr=text ident aeol= core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2466 - checkout attr=text ident aeol= core.autocrlf=input core.eol=native file=LF_mix_CR ok 2467 - checkout attr=text ident aeol= core.autocrlf=input core.eol=native file=LF_nul ok 2468 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=input ok 2469 - setup LF checkout with -c core.eol=native ok 2470 - setup CRLF checkout with -c core.eol=native ok 2471 - setup LF_mix_CR checkout with -c core.eol=native ok 2472 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2473 - setup LF_nul checkout with -c core.eol=native ok 2474 - ls-files --eol attr=auto ident aeol= core.autocrlf=input core.eol=native ok 2475 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=native file=LF ok 2476 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=native file=CRLF ok 2477 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=native file=CRLF_mix_LF ok 2478 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=native file=LF_mix_CR ok 2479 - checkout attr=auto ident aeol= core.autocrlf=input core.eol=native file=LF_nul ok 2480 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=false ok 2481 - setup LF checkout with -c core.eol=crlf ok 2482 - setup CRLF checkout with -c core.eol=crlf ok 2483 - setup LF_mix_CR checkout with -c core.eol=crlf ok 2484 - setup CRLF_mix_LF checkout with -c core.eol=crlf ok 2485 - setup LF_nul checkout with -c core.eol=crlf ok 2486 - ls-files --eol attr=text ident aeol= core.autocrlf=false core.eol=crlf ok 2487 - checkout attr=text ident aeol= core.autocrlf=false core.eol=crlf file=LF ok 2488 - checkout attr=text ident aeol= core.autocrlf=false core.eol=crlf file=CRLF ok 2489 - checkout attr=text ident aeol= core.autocrlf=false core.eol=crlf file=CRLF_mix_LF ok 2490 - checkout attr=text ident aeol= core.autocrlf=false core.eol=crlf file=LF_mix_CR ok 2491 - checkout attr=text ident aeol= core.autocrlf=false core.eol=crlf file=LF_nul ok 2492 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=false ok 2493 - setup LF checkout with -c core.eol=lf ok 2494 - setup CRLF checkout with -c core.eol=lf ok 2495 - setup LF_mix_CR checkout with -c core.eol=lf ok 2496 - setup CRLF_mix_LF checkout with -c core.eol=lf ok 2497 - setup LF_nul checkout with -c core.eol=lf ok 2498 - ls-files --eol attr=text ident aeol= core.autocrlf=false core.eol=lf ok 2499 - checkout attr=text ident aeol= core.autocrlf=false core.eol=lf file=LF ok 2500 - checkout attr=text ident aeol= core.autocrlf=false core.eol=lf file=CRLF ok 2501 - checkout attr=text ident aeol= core.autocrlf=false core.eol=lf file=CRLF_mix_LF ok 2502 - checkout attr=text ident aeol= core.autocrlf=false core.eol=lf file=LF_mix_CR ok 2503 - checkout attr=text ident aeol= core.autocrlf=false core.eol=lf file=LF_nul ok 2504 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=false ok 2505 - setup LF checkout ok 2506 - setup CRLF checkout ok 2507 - setup LF_mix_CR checkout ok 2508 - setup CRLF_mix_LF checkout ok 2509 - setup LF_nul checkout ok 2510 - ls-files --eol attr=text ident aeol= core.autocrlf=false core.eol= ok 2511 - checkout attr=text ident aeol= core.autocrlf=false core.eol= file=LF ok 2512 - checkout attr=text ident aeol= core.autocrlf=false core.eol= file=CRLF ok 2513 - checkout attr=text ident aeol= core.autocrlf=false core.eol= file=CRLF_mix_LF ok 2514 - checkout attr=text ident aeol= core.autocrlf=false core.eol= file=LF_mix_CR ok 2515 - checkout attr=text ident aeol= core.autocrlf=false core.eol= file=LF_nul ok 2516 - setup config for checkout attr=text ident=ident aeol= core.autocrlf=false ok 2517 - setup LF checkout with -c core.eol=native ok 2518 - setup CRLF checkout with -c core.eol=native ok 2519 - setup LF_mix_CR checkout with -c core.eol=native ok 2520 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2521 - setup LF_nul checkout with -c core.eol=native ok 2522 - ls-files --eol attr=text ident aeol= core.autocrlf=false core.eol=native ok 2523 - checkout attr=text ident aeol= core.autocrlf=false core.eol=native file=LF ok 2524 - checkout attr=text ident aeol= core.autocrlf=false core.eol=native file=CRLF ok 2525 - checkout attr=text ident aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2526 - checkout attr=text ident aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 2527 - checkout attr=text ident aeol= core.autocrlf=false core.eol=native file=LF_nul ok 2528 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=false ok 2529 - setup LF checkout ok 2530 - setup CRLF checkout ok 2531 - setup LF_mix_CR checkout ok 2532 - setup CRLF_mix_LF checkout ok 2533 - setup LF_nul checkout ok 2534 - ls-files --eol attr=auto ident aeol= core.autocrlf=false core.eol= ok 2535 - checkout attr=auto ident aeol= core.autocrlf=false core.eol= file=LF ok 2536 - checkout attr=auto ident aeol= core.autocrlf=false core.eol= file=CRLF ok 2537 - checkout attr=auto ident aeol= core.autocrlf=false core.eol= file=CRLF_mix_LF ok 2538 - checkout attr=auto ident aeol= core.autocrlf=false core.eol= file=LF_mix_CR ok 2539 - checkout attr=auto ident aeol= core.autocrlf=false core.eol= file=LF_nul ok 2540 - setup config for checkout attr=auto ident=ident aeol= core.autocrlf=false ok 2541 - setup LF checkout with -c core.eol=native ok 2542 - setup CRLF checkout with -c core.eol=native ok 2543 - setup LF_mix_CR checkout with -c core.eol=native ok 2544 - setup CRLF_mix_LF checkout with -c core.eol=native ok 2545 - setup LF_nul checkout with -c core.eol=native ok 2546 - ls-files --eol attr=auto ident aeol= core.autocrlf=false core.eol=native ok 2547 - checkout attr=auto ident aeol= core.autocrlf=false core.eol=native file=LF ok 2548 - checkout attr=auto ident aeol= core.autocrlf=false core.eol=native file=CRLF ok 2549 - checkout attr=auto ident aeol= core.autocrlf=false core.eol=native file=CRLF_mix_LF ok 2550 - checkout attr=auto ident aeol= core.autocrlf=false core.eol=native file=LF_mix_CR ok 2551 - checkout attr=auto ident aeol= core.autocrlf=false core.eol=native file=LF_nul ok 2552 - setup config for checkout attr= ident=ident aeol=lf core.autocrlf=false ok 2553 - setup LF checkout ok 2554 - setup CRLF checkout ok 2555 - setup LF_mix_CR checkout ok 2556 - setup CRLF_mix_LF checkout ok 2557 - setup LF_nul checkout ok 2558 - ls-files --eol attr= ident aeol=lf core.autocrlf=false core.eol= ok 2559 - checkout attr= ident aeol=lf core.autocrlf=false core.eol= file=LF ok 2560 - checkout attr= ident aeol=lf core.autocrlf=false core.eol= file=CRLF ok 2561 - checkout attr= ident aeol=lf core.autocrlf=false core.eol= file=CRLF_mix_LF ok 2562 - checkout attr= ident aeol=lf core.autocrlf=false core.eol= file=LF_mix_CR ok 2563 - checkout attr= ident aeol=lf core.autocrlf=false core.eol= file=LF_nul ok 2564 - setup config for checkout attr= ident=ident aeol=crlf core.autocrlf=false ok 2565 - setup LF checkout ok 2566 - setup CRLF checkout ok 2567 - setup LF_mix_CR checkout ok 2568 - setup CRLF_mix_LF checkout ok 2569 - setup LF_nul checkout ok 2570 - ls-files --eol attr= ident aeol=crlf core.autocrlf=false core.eol= ok 2571 - checkout attr= ident aeol=crlf core.autocrlf=false core.eol= file=LF ok 2572 - checkout attr= ident aeol=crlf core.autocrlf=false core.eol= file=CRLF ok 2573 - checkout attr= ident aeol=crlf core.autocrlf=false core.eol= file=CRLF_mix_LF ok 2574 - checkout attr= ident aeol=crlf core.autocrlf=false core.eol= file=LF_mix_CR ok 2575 - checkout attr= ident aeol=crlf core.autocrlf=false core.eol= file=LF_nul ok 2576 - setup config for checkout attr= ident=ident aeol=lf core.autocrlf=true ok 2577 - setup LF checkout ok 2578 - setup CRLF checkout ok 2579 - setup LF_mix_CR checkout ok 2580 - setup CRLF_mix_LF checkout ok 2581 - setup LF_nul checkout ok 2582 - ls-files --eol attr= ident aeol=lf core.autocrlf=true core.eol= ok 2583 - checkout attr= ident aeol=lf core.autocrlf=true core.eol= file=LF ok 2584 - checkout attr= ident aeol=lf core.autocrlf=true core.eol= file=CRLF ok 2585 - checkout attr= ident aeol=lf core.autocrlf=true core.eol= file=CRLF_mix_LF ok 2586 - checkout attr= ident aeol=lf core.autocrlf=true core.eol= file=LF_mix_CR ok 2587 - checkout attr= ident aeol=lf core.autocrlf=true core.eol= file=LF_nul ok 2588 - setup config for checkout attr= ident=ident aeol=crlf core.autocrlf=true ok 2589 - setup LF checkout ok 2590 - setup CRLF checkout ok 2591 - setup LF_mix_CR checkout ok 2592 - setup CRLF_mix_LF checkout ok 2593 - setup LF_nul checkout ok 2594 - ls-files --eol attr= ident aeol=crlf core.autocrlf=true core.eol= ok 2595 - checkout attr= ident aeol=crlf core.autocrlf=true core.eol= file=LF ok 2596 - checkout attr= ident aeol=crlf core.autocrlf=true core.eol= file=CRLF ok 2597 - checkout attr= ident aeol=crlf core.autocrlf=true core.eol= file=CRLF_mix_LF ok 2598 - checkout attr= ident aeol=crlf core.autocrlf=true core.eol= file=LF_mix_CR ok 2599 - checkout attr= ident aeol=crlf core.autocrlf=true core.eol= file=LF_nul ok 2600 - ls-files --eol -d -z # passed all 2600 test(s) 1..2600 *** t0028-working-tree-encoding.sh *** ok 1 - setup test files ok 2 - ensure UTF-8 is stored in Git ok 3 - re-encode to UTF-16 on checkout ok 4 - re-encode to UTF-16-LE-BOM on checkout ok 5 - check $GIT_DIR/info/attributes support ok 6 - check prohibited UTF-16 BOM ok 7 - check required UTF-16 BOM ok 8 - eol conversion for UTF-16 encoded files on checkout ok 9 - check prohibited UTF-32 BOM ok 10 - check required UTF-32 BOM ok 11 - eol conversion for UTF-32 encoded files on checkout ok 12 - check unsupported encodings ok 13 - error if encoding round trip is not the same during refresh ok 14 - error if encoding garbage is already in Git ok 15 - check roundtrip encoding ok 16 - Commit UTF-8, checkout UTF-8 ok 17 - Commit UTF-8, checkout UTF-16LE ok 18 - Commit UTF-8, checkout UTF-16BE ok 19 - Commit UTF-8, checkout UTF-16LE-BOM ok 20 - Commit UTF-8, checkout UTF-16BE-BOM ok 21 - Commit UTF-8, checkout UTF-32LE ok 22 - Commit UTF-8, checkout UTF-32BE # passed all 22 test(s) 1..22 *** t0029-core-unsetenvvars.sh *** 1..0 # SKIP skipping Windows-specific tests *** t0030-stripspace.sh *** ok 1 - long lines without spaces should be unchanged ok 2 - lines with spaces at the beginning should be unchanged ok 3 - lines with intermediate spaces should be unchanged ok 4 - consecutive blank lines should be unified ok 5 - only consecutive blank lines should be completely removed ok 6 - consecutive blank lines at the beginning should be removed ok 7 - consecutive blank lines at the end should be removed ok 8 - text without newline at end should end with newline ok 9 - text plus spaces without newline at end should end with newline ok 10 - text plus spaces without newline at end should not show spaces ok 11 - text plus spaces without newline should show the correct lines ok 12 - text plus spaces at end should not show spaces ok 13 - text plus spaces at end should be cleaned and newline must remain ok 14 - spaces with newline at end should be replaced with empty string ok 15 - spaces without newline at end should not show spaces ok 16 - spaces without newline at end should be replaced with empty string ok 17 - consecutive text lines should be unchanged ok 18 - strip comments, too ok 19 - strip comments with changed comment char ok 20 - strip comments with changed comment string ok 21 - newline as commentchar is forbidden ok 22 - empty commentchar is forbidden ok 23 - -c with single line ok 24 - -c with single line followed by empty line ok 25 - -c with newline only ok 26 - --comment-lines with single line ok 27 - -c with changed comment char ok 28 - -c with comment char defined in .git/config ok 29 - -c outside git repository ok 30 - avoid SP-HT sequence in commented line # passed all 30 test(s) 1..30 *** t0033-safe-directory.sh *** ok 1 - safe.directory is not set ok 2 - safe.directory on the command line ok 3 - safe.directory in the environment ok 4 - safe.directory in GIT_CONFIG_PARAMETERS ok 5 - ignoring safe.directory in repo config ok 6 - safe.directory does not match ok 7 - path exist as different key ok 8 - safe.directory matches ok 9 - safe.directory matches, but is reset ok 10 - safe.directory=* ok 11 - safe.directory=*, but is reset ok 12 - safe.directory with matching glob ok 13 - safe.directory with unmatching glob ok 14 - safe.directory in included file ok 15 - local clone of unowned repo refused in unsafe directory ok 16 - local clone of unowned repo accepted in safe directory ok 17 - checked paths are normalized ok 18 - checked leading paths are normalized ok 19 - configured paths are normalized ok 20 - configured leading paths are normalized ok 21 - safe.directory set to a dot ok 22 - safe.directory set to asterisk # passed all 22 test(s) 1..22 *** t0034-root-safe-directory.sh *** 1..0 # SKIP You must set env var GIT_TEST_ALLOW_SUDO=YES in order to run this test *** t0035-safe-bare-repository.sh *** ok 1 - setup an embedded bare repo, secondary worktree and submodule ok 2 - safe.bareRepository unset ok 3 - safe.bareRepository=all ok 4 - safe.bareRepository=explicit ok 5 - safe.bareRepository in the repository ok 6 - safe.bareRepository on the command line ok 7 - safe.bareRepository in included file ok 8 - no trace when GIT_DIR is explicitly provided ok 9 - no trace when "bare repository" is .git ok 10 - no trace when "bare repository" is a subdir of .git ok 11 - no trace in $GIT_DIR of secondary worktree ok 12 - no trace in $GIT_DIR of a submodule # passed all 12 test(s) 1..12 *** t0040-parse-options.sh *** ok 1 - test help ok 2 - OPT_BOOL() #1 ok 3 - OPT_BOOL() #2 ok 4 - OPT_BOOL() #3 ok 5 - OPT_BOOL() #4 ok 6 - OPT_BOOL() #5 ok 7 - OPT_BOOL() is idempotent #1 ok 8 - OPT_BOOL() is idempotent #2 ok 9 - OPT_BOOL() negation #1 ok 10 - OPT_BOOL() negation #2 ok 11 - OPT_BOOL() no negation #1 ok 12 - OPT_BOOL() no negation #2 ok 13 - OPT_BOOL() positivation ok 14 - OPT_INT() negative ok 15 - OPT_MAGNITUDE() simple ok 16 - OPT_MAGNITUDE() kilo ok 17 - OPT_MAGNITUDE() mega ok 18 - OPT_MAGNITUDE() giga ok 19 - OPT_MAGNITUDE() 3giga ok 20 - short options ok 21 - long options ok 22 - abbreviate to something longer than SHA1 length ok 23 - missing required value ok 24 - superfluous value provided: boolean ok 25 - superfluous value provided: boolean, abbreviated ok 26 - superfluous value provided: cmdmode ok 27 - intermingled arguments ok 28 - unambiguously abbreviated option ok 29 - unambiguously abbreviated option with "=" ok 30 - ambiguously abbreviated option ok 31 - non ambiguous option (after two options it abbreviates) ok 32 - Alias options do not contribute to abbreviation ok 33 - detect possible typos ok 34 - detect possible typos ok 35 - OPT_CALLBACK() and OPT_BIT() work ok 36 - OPT_CALLBACK() and callback errors work ok 37 - OPT_BIT() and OPT_SET_INT() work ok 38 - OPT_NEGBIT() and OPT_SET_INT() work ok 39 - OPT_BIT() works ok 40 - OPT_NEGBIT() works ok 41 - OPT_CMDMODE() works ok 42 - OPT_CMDMODE() detects incompatibility (1) ok 43 - OPT_CMDMODE() detects incompatibility (2) ok 44 - OPT_CMDMODE() detects incompatibility (3) ok 45 - OPT_CMDMODE() detects incompatibility (4) ok 46 - OPT_COUNTUP() with PARSE_OPT_NODASH works ok 47 - OPT_NUMBER_CALLBACK() works ok 48 - negation of OPT_NONEG flags is not ambiguous ok 49 - --list keeps list of strings ok 50 - --no-list resets list ok 51 - multiple quiet levels ok 52 - multiple verbose levels ok 53 - --no-quiet sets --quiet to 0 ok 54 - --no-quiet resets multiple -q to 0 ok 55 - --no-verbose sets verbose to 0 ok 56 - --no-verbose resets multiple verbose to 0 ok 57 - GIT_TEST_DISALLOW_ABBREVIATED_OPTIONS works ok 58 - --end-of-options treats remainder as args ok 59 - KEEP_DASHDASH works ok 60 - KEEP_ARGV0 works ok 61 - STOP_AT_NON_OPTION works ok 62 - KEEP_UNKNOWN_OPT works ok 63 - NO_INTERNAL_HELP works for -h ok 64 - NO_INTERNAL_HELP works for --help ok 65 - NO_INTERNAL_HELP works for --help-all ok 66 - KEEP_UNKNOWN_OPT | NO_INTERNAL_HELP works ok 67 - subcommand - no subcommand shows error and usage ok 68 - subcommand - subcommand after -- shows error and usage ok 69 - subcommand - subcommand after --end-of-options shows error and usage ok 70 - subcommand - unknown subcommand shows error and usage ok 71 - subcommand - subcommands cannot be abbreviated ok 72 - subcommand - no negated subcommands ok 73 - subcommand - simple ok 74 - subcommand - stop parsing at the first subcommand ok 75 - subcommand - KEEP_ARGV0 ok 76 - subcommand - SUBCOMMAND_OPTIONAL + subcommand not given ok 77 - subcommand - SUBCOMMAND_OPTIONAL + given subcommand ok 78 - subcommand - SUBCOMMAND_OPTIONAL + subcommand not given + unknown dashless args ok 79 - subcommand - SUBCOMMAND_OPTIONAL + subcommand not given + unknown option ok 80 - subcommand - SUBCOMMAND_OPTIONAL | KEEP_UNKNOWN_OPT + subcommand not given + unknown option ok 81 - subcommand - SUBCOMMAND_OPTIONAL | KEEP_UNKNOWN_OPT + subcommand ignored after unknown option ok 82 - subcommand - SUBCOMMAND_OPTIONAL | KEEP_UNKNOWN_OPT + command and subcommand options cannot be mixed ok 83 - subcommand - SUBCOMMAND_OPTIONAL | KEEP_UNKNOWN_OPT | KEEP_ARGV0 ok 84 - subcommand - SUBCOMMAND_OPTIONAL | KEEP_UNKNOWN_OPT | KEEP_DASHDASH ok 85 - subcommand - completion helper ok 86 - subcommands are incompatible with STOP_AT_NON_OPTION ok 87 - subcommands are incompatible with KEEP_UNKNOWN_OPT unless in combination with SUBCOMMAND_OPTIONAL ok 88 - subcommands are incompatible with KEEP_DASHDASH unless in combination with SUBCOMMAND_OPTIONAL ok 89 - negative magnitude ok 90 - magnitude with units but no numbers # passed all 90 test(s) 1..90 *** t0041-usage.sh *** ok 1 - setup ok 2 - tag --contains ok 3 - tag --contains ok 4 - tag --no-contains ok 5 - tag --no-contains ok 6 - tag usage error ok 7 - branch --contains ok 8 - branch --contains ok 9 - branch --no-contains ok 10 - branch --no-contains ok 11 - branch usage error ok 12 - for-each-ref --contains ok 13 - for-each-ref --contains ok 14 - for-each-ref --no-contains ok 15 - for-each-ref --no-contains ok 16 - for-each-ref usage error # passed all 16 test(s) 1..16 *** t0050-filesystem.sh *** ok 1 - detection of case insensitive filesystem during repo init ok 2 - detection of filesystem w/o symlink support during repo init ok 3 - setup case tests ok 4 - rename (case change) ok 5 - merge (case change) ok 6 # skip add directory (with different case) (missing CASE_INSENSITIVE_FS) ok 7 # skip add (with different case) (missing CASE_INSENSITIVE_FS) ok 8 - setup unicode normalization tests ok 9 - rename (silent unicode normalization) ok 10 - merge (silent unicode normalization) ok 11 # skip checkout with no pathspec and a case insensitive fs (missing CASE_INSENSITIVE_FS) # passed all 11 test(s) 1..11 *** t0051-windows-named-pipe.sh *** 1..0 # SKIP skipping Windows-specific tests *** t0052-simple-ipc.sh *** ok 1 - start simple command server ok 2 - simple command server ok 3 - servers cannot share the same path ok 4 - big response ok 5 - chunk response ok 6 - slow response ok 7 - sendbytes ok 8 - stress test threads ok 9 - stop-daemon works # passed all 9 test(s) 1..9 *** t0055-beyond-symlinks.sh *** ok 1 - setup ok 2 - update-index --add beyond symlinks ok 3 - add beyond symlinks # passed all 3 test(s) 1..3 *** t0056-git-C.sh *** ok 1 - "git -C " runs git from the directory ok 2 - "git -C " with an empty is a no-op ok 3 - Multiple -C options: "-C dir1 -C dir2" is equivalent to "-C dir1/dir2" ok 4 - Effect on --git-dir option: "-C c --git-dir=a.git" is equivalent to "--git-dir c/a.git" ok 5 - Order should not matter: "--git-dir=a.git -C c" is equivalent to "-C c --git-dir=a.git" ok 6 - Effect on --work-tree option: "-C c/a.git --work-tree=../a" is equivalent to "--work-tree=c/a --git-dir=c/a.git" ok 7 - Order should not matter: "--work-tree=../a -C c/a.git" is equivalent to "-C c/a.git --work-tree=../a" ok 8 - Effect on --git-dir and --work-tree options - "-C c --git-dir=a.git --work-tree=a" is equivalent to "--git-dir=c/a.git --work-tree=c/a" ok 9 - Order should not matter: "-C c --git-dir=a.git --work-tree=a" is equivalent to "--git-dir=a.git -C c --work-tree=a" ok 10 - Order should not matter: "-C c --git-dir=a.git --work-tree=a" is equivalent to "--git-dir=a.git --work-tree=a -C c" ok 11 - Relative followed by fullpath: "-C ./here -C /there" is equivalent to "-C /there" # passed all 11 test(s) 1..11 *** t0060-path-utils.sh *** ok 1 - basename ok 2 - dirname ok 3 - normalize path: => ok 4 - normalize path: . => ok 5 - normalize path: ./ => ok 6 - normalize path: ./. => ok 7 - normalize path: ./.. => ++failed++ ok 8 - normalize path: ../. => ++failed++ ok 9 - normalize path: ./../.// => ++failed++ ok 10 - normalize path: dir/.. => ok 11 - normalize path: dir/sub/../.. => ok 12 - normalize path: dir/sub/../../.. => ++failed++ ok 13 - normalize path: dir => dir ok 14 - normalize path: dir// => dir/ ok 15 - normalize path: ./dir => dir ok 16 - normalize path: dir/. => dir/ ok 17 - normalize path: dir///./ => dir/ ok 18 - normalize path: dir//sub/.. => dir/ ok 19 - normalize path: dir/sub/../ => dir/ ok 20 - normalize path: dir/sub/../. => dir/ ok 21 - normalize path: dir/s1/../s2/ => dir/s2/ ok 22 - normalize path: d1/s1///s2/..//../s3/ => d1/s3/ ok 23 - normalize path: d1/s1//../s2/../../d2 => d2 ok 24 - normalize path: d1/.../d2 => d1/.../d2 ok 25 - normalize path: d1/..././../d2 => d1/d2 ok 26 - normalize path: / => / ok 27 - normalize path: // => / ok 28 - normalize path: /// => / ok 29 - normalize path: /. => / ok 30 - normalize path: /./ => / ok 31 - normalize path: /./.. => ++failed++ ok 32 - normalize path: /../. => ++failed++ ok 33 - normalize path: /./../.// => ++failed++ ok 34 - normalize path: /dir/.. => / ok 35 - normalize path: /dir/sub/../.. => / ok 36 - normalize path: /dir/sub/../../.. => ++failed++ ok 37 - normalize path: /dir => /dir ok 38 - normalize path: /dir// => /dir/ ok 39 - normalize path: /./dir => /dir ok 40 - normalize path: /dir/. => /dir/ ok 41 - normalize path: /dir///./ => /dir/ ok 42 - normalize path: /dir//sub/.. => /dir/ ok 43 - normalize path: /dir/sub/../ => /dir/ ok 44 - normalize path: //dir/sub/../. => /dir/ ok 45 - normalize path: /dir/s1/../s2/ => /dir/s2/ ok 46 - normalize path: /d1/s1///s2/..//../s3/ => /d1/s3/ ok 47 - normalize path: /d1/s1//../s2/../../d2 => /d2 ok 48 - normalize path: /d1/.../d2 => /d1/.../d2 ok 49 - normalize path: /d1/..././../d2 => /d1/d2 ok 50 - longest ancestor: / / => -1 ok 51 - longest ancestor: /foo / => 0 ok 52 - longest ancestor: /foo /fo => -1 ok 53 - longest ancestor: /foo /foo => -1 ok 54 - longest ancestor: /foo /bar => -1 ok 55 - longest ancestor: /foo /foo/bar => -1 ok 56 - longest ancestor: /foo /foo:/bar => -1 ok 57 - longest ancestor: /foo /:/foo:/bar => 0 ok 58 - longest ancestor: /foo /foo:/:/bar => 0 ok 59 - longest ancestor: /foo /:/bar:/foo => 0 ok 60 - longest ancestor: /foo/bar / => 0 ok 61 - longest ancestor: /foo/bar /fo => -1 ok 62 - longest ancestor: /foo/bar /foo => 4 ok 63 - longest ancestor: /foo/bar /foo/ba => -1 ok 64 - longest ancestor: /foo/bar /:/fo => 0 ok 65 - longest ancestor: /foo/bar /foo:/foo/ba => 4 ok 66 - longest ancestor: /foo/bar /bar => -1 ok 67 - longest ancestor: /foo/bar /fo => -1 ok 68 - longest ancestor: /foo/bar /foo:/bar => 4 ok 69 - longest ancestor: /foo/bar /:/foo:/bar => 4 ok 70 - longest ancestor: /foo/bar /foo:/:/bar => 4 ok 71 - longest ancestor: /foo/bar /:/bar:/fo => 0 ok 72 - longest ancestor: /foo/bar /:/bar => 0 ok 73 - longest ancestor: /foo/bar /foo => 4 ok 74 - longest ancestor: /foo/bar /foo:/bar => 4 ok 75 - longest ancestor: /foo/bar /bar => -1 ok 76 # skip longest ancestor: C:/Users/me C:/ => 2 (missing MINGW) ok 77 # skip longest ancestor: D:/Users/me C:/ => -1 (missing MINGW) ok 78 # skip longest ancestor: //server/share/my-directory //server/share/ => 14 (missing MINGW) ok 79 - strip_path_suffix ok 80 - absolute path rejects the empty string ok 81 # skip :\\abc is an absolute path (missing MINGW) ok 82 - real path rejects the empty string ok 83 - real path works on absolute paths 1 ok 84 - real path works on absolute paths 2 ok 85 - real path removes extra leading slashes ok 86 - real path removes other extra slashes ok 87 - real path works on symlinks ok 88 - prefix_path works with absolute paths to work tree symlinks ok 89 - prefix_path works with only absolute path to work tree ok 90 - prefix_path rejects absolute path to dir with same beginning as work tree ok 91 - prefix_path works with absolute path to a symlink to work tree having same beginning as work tree ok 92 - relative path: /foo/a/b/c/ /foo/a/b/ => c/ ok 93 - relative path: /foo/a/b/c/ /foo/a/b => c/ ok 94 - relative path: /foo/a//b//c/ ///foo/a/b// => c/ ok 95 - relative path: /foo/a/b /foo/a/b => ./ ok 96 - relative path: /foo/a/b/ /foo/a/b => ./ ok 97 - relative path: /foo/a /foo/a/b => ../ ok 98 - relative path: / /foo/a/b/ => ../../../ ok 99 - relative path: /foo/a/c /foo/a/b/ => ../c ok 100 - relative path: /foo/a/c /foo/a/b => ../c ok 101 - relative path: /foo/x/y /foo/a/b/ => ../../x/y ok 102 - relative path: /foo/a/b => /foo/a/b ok 103 - relative path: /foo/a/b => /foo/a/b ok 104 - relative path: foo/a/b/c/ foo/a/b/ => c/ ok 105 - relative path: foo/a/b/c/ foo/a/b => c/ ok 106 - relative path: foo/a/b//c foo/a//b => c ok 107 - relative path: foo/a/b/ foo/a/b/ => ./ ok 108 - relative path: foo/a/b/ foo/a/b => ./ ok 109 - relative path: foo/a foo/a/b => ../ ok 110 - relative path: foo/x/y foo/a/b => ../../x/y ok 111 - relative path: foo/a/c foo/a/b => ../c ok 112 - relative path: foo/a/b /foo/x/y => foo/a/b ok 113 - relative path: /foo/a/b foo/x/y => /foo/a/b ok 114 # skip relative path: d:/a/b D:/a/c => ../b (missing MINGW) ok 115 # skip relative path: C:/a/b D:/a/c => C:/a/b (missing MINGW) ok 116 - relative path: foo/a/b => foo/a/b ok 117 - relative path: foo/a/b => foo/a/b ok 118 - relative path: /foo/a/b => ./ ok 119 - relative path: => ./ ok 120 - relative path: => ./ ok 121 - relative path: => ./ ok 122 - relative path: => ./ ok 123 - relative path: /foo/a/b => ./ ok 124 - git-path A=B info/grafts => .git/info/grafts ok 125 - git-path GIT_GRAFT_FILE=foo info/grafts => foo ok 126 - git-path GIT_GRAFT_FILE=foo info/////grafts => foo ok 127 - git-path GIT_INDEX_FILE=foo index => foo ok 128 - git-path GIT_INDEX_FILE=foo index/foo => .git/index/foo ok 129 - git-path GIT_INDEX_FILE=foo index2 => .git/index2 ok 130 - setup fake objects directory foo ok 131 - git-path GIT_OBJECT_DIRECTORY=foo objects => foo ok 132 - git-path GIT_OBJECT_DIRECTORY=foo objects/foo => foo/foo ok 133 - git-path GIT_OBJECT_DIRECTORY=foo objects2 => .git/objects2 ok 134 - setup common repository ok 135 - git-path GIT_COMMON_DIR=bar index => .git/index ok 136 - git-path GIT_COMMON_DIR=bar index.lock => .git/index.lock ok 137 - git-path GIT_COMMON_DIR=bar HEAD => .git/HEAD ok 138 - git-path GIT_COMMON_DIR=bar logs/HEAD => .git/logs/HEAD ok 139 - git-path GIT_COMMON_DIR=bar logs/HEAD.lock => .git/logs/HEAD.lock ok 140 - git-path GIT_COMMON_DIR=bar logs/refs/bisect/foo => .git/logs/refs/bisect/foo ok 141 - git-path GIT_COMMON_DIR=bar logs/refs => bar/logs/refs ok 142 - git-path GIT_COMMON_DIR=bar logs/refs/ => bar/logs/refs/ ok 143 - git-path GIT_COMMON_DIR=bar logs/refs/bisec/foo => bar/logs/refs/bisec/foo ok 144 - git-path GIT_COMMON_DIR=bar logs/refs/bisec => bar/logs/refs/bisec ok 145 - git-path GIT_COMMON_DIR=bar logs/refs/bisectfoo => bar/logs/refs/bisectfoo ok 146 - git-path GIT_COMMON_DIR=bar objects => bar/objects ok 147 - git-path GIT_COMMON_DIR=bar objects/bar => bar/objects/bar ok 148 - git-path GIT_COMMON_DIR=bar info/exclude => bar/info/exclude ok 149 - git-path GIT_COMMON_DIR=bar info/grafts => bar/info/grafts ok 150 - git-path GIT_COMMON_DIR=bar info/sparse-checkout => .git/info/sparse-checkout ok 151 - git-path GIT_COMMON_DIR=bar info//sparse-checkout => .git/info//sparse-checkout ok 152 - git-path GIT_COMMON_DIR=bar remotes/bar => bar/remotes/bar ok 153 - git-path GIT_COMMON_DIR=bar branches/bar => bar/branches/bar ok 154 - git-path GIT_COMMON_DIR=bar logs/refs/heads/main => bar/logs/refs/heads/main ok 155 - git-path GIT_COMMON_DIR=bar refs/heads/main => bar/refs/heads/main ok 156 - git-path GIT_COMMON_DIR=bar refs/bisect/foo => .git/refs/bisect/foo ok 157 - git-path GIT_COMMON_DIR=bar hooks/me => bar/hooks/me ok 158 - git-path GIT_COMMON_DIR=bar config => bar/config ok 159 - git-path GIT_COMMON_DIR=bar packed-refs => bar/packed-refs ok 160 - git-path GIT_COMMON_DIR=bar shallow => bar/shallow ok 161 - git-path GIT_COMMON_DIR=bar common => bar/common ok 162 - git-path GIT_COMMON_DIR=bar common/file => bar/common/file ok 163 - test_submodule_relative_url: ../ ../foo ../submodule => ../../submodule ok 164 - test_submodule_relative_url: ../ ../foo/bar ../submodule => ../../foo/submodule ok 165 - test_submodule_relative_url: ../ ../foo/submodule ../submodule => ../../foo/submodule ok 166 - test_submodule_relative_url: ../ ./foo ../submodule => ../submodule ok 167 - test_submodule_relative_url: ../ ./foo/bar ../submodule => ../foo/submodule ok 168 - test_submodule_relative_url: ../../../ ../foo/bar ../sub/a/b/c => ../../../../foo/sub/a/b/c ok 169 - test_submodule_relative_url: ../ $(@D)/t/trash directory.t0060-path-utils/addtest ../repo => $(@D)/t/trash directory.t0060-path-utils/repo ok 170 - test_submodule_relative_url: ../ foo/bar ../submodule => ../foo/submodule ok 171 - test_submodule_relative_url: ../ foo ../submodule => ../submodule ok 172 - test_submodule_relative_url: (null) ../foo/bar ../sub/a/b/c => ../foo/sub/a/b/c ok 173 - test_submodule_relative_url: (null) ../foo/bar ../sub/a/b/c/ => ../foo/sub/a/b/c ok 174 - test_submodule_relative_url: (null) ../foo/bar/ ../sub/a/b/c => ../foo/sub/a/b/c ok 175 - test_submodule_relative_url: (null) ../foo/bar ../submodule => ../foo/submodule ok 176 - test_submodule_relative_url: (null) ../foo/submodule ../submodule => ../foo/submodule ok 177 - test_submodule_relative_url: (null) ../foo ../submodule => ../submodule ok 178 - test_submodule_relative_url: (null) ./foo/bar ../submodule => foo/submodule ok 179 - test_submodule_relative_url: (null) ./foo ../submodule => submodule ok 180 - test_submodule_relative_url: (null) //somewhere else/repo ../subrepo => //somewhere else/subrepo ok 181 - test_submodule_relative_url: (null) //somewhere else/repo ../../subrepo => //subrepo ok 182 - test_submodule_relative_url: (null) //somewhere else/repo ../../../subrepo => /subrepo ok 183 - test_submodule_relative_url: (null) //somewhere else/repo ../../../../subrepo => subrepo ok 184 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/subsuper_update_r ../subsubsuper_update_r => $(@D)/t/trash directory.t0060-path-utils/subsubsuper_update_r ok 185 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/super_update_r2 ../subsuper_update_r => $(@D)/t/trash directory.t0060-path-utils/subsuper_update_r ok 186 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/. ../. => $(@D)/t/trash directory.t0060-path-utils/. ok 187 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils ./. => $(@D)/t/trash directory.t0060-path-utils/. ok 188 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/addtest ../repo => $(@D)/t/trash directory.t0060-path-utils/repo ok 189 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils ./å äö => $(@D)/t/trash directory.t0060-path-utils/å äö ok 190 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/. ../submodule => $(@D)/t/trash directory.t0060-path-utils/submodule ok 191 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/submodule ../submodule => $(@D)/t/trash directory.t0060-path-utils/submodule ok 192 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/home2/../remote ../bundle1 => $(@D)/t/trash directory.t0060-path-utils/home2/../bundle1 ok 193 - test_submodule_relative_url: (null) $(@D)/t/trash directory.t0060-path-utils/submodule_update_repo ./. => $(@D)/t/trash directory.t0060-path-utils/submodule_update_repo/. ok 194 - test_submodule_relative_url: (null) file:///tmp/repo ../subrepo => file:///tmp/subrepo ok 195 - test_submodule_relative_url: (null) foo/bar ../submodule => foo/submodule ok 196 - test_submodule_relative_url: (null) foo ../submodule => submodule ok 197 - test_submodule_relative_url: (null) helper:://hostname/repo ../subrepo => helper:://hostname/subrepo ok 198 - test_submodule_relative_url: (null) helper:://hostname/repo ../../subrepo => helper:://subrepo ok 199 - test_submodule_relative_url: (null) helper:://hostname/repo ../../../subrepo => helper::/subrepo ok 200 - test_submodule_relative_url: (null) helper:://hostname/repo ../../../../subrepo => helper::subrepo ok 201 - test_submodule_relative_url: (null) helper:://hostname/repo ../../../../../subrepo => helper:subrepo ok 202 - test_submodule_relative_url: (null) helper:://hostname/repo ../../../../../../subrepo => .:subrepo ok 203 - test_submodule_relative_url: (null) ssh://hostname/repo ../subrepo => ssh://hostname/subrepo ok 204 - test_submodule_relative_url: (null) ssh://hostname/repo ../../subrepo => ssh://subrepo ok 205 - test_submodule_relative_url: (null) ssh://hostname/repo ../../../subrepo => ssh:/subrepo ok 206 - test_submodule_relative_url: (null) ssh://hostname/repo ../../../../subrepo => ssh:subrepo ok 207 - test_submodule_relative_url: (null) ssh://hostname/repo ../../../../../subrepo => .:subrepo ok 208 - test_submodule_relative_url: (null) ssh://hostname:22/repo ../subrepo => ssh://hostname:22/subrepo ok 209 - test_submodule_relative_url: (null) user@host:path/to/repo ../subrepo => user@host:path/to/subrepo ok 210 - test_submodule_relative_url: (null) user@host:repo ../subrepo => user@host:subrepo ok 211 - test_submodule_relative_url: (null) user@host:repo ../../subrepo => .:subrepo ok 212 - match .gitmodules ok 213 - match .gitattributes ok 214 - match .gitignore ok 215 - match .mailmap ok 216 # skip is_valid_path() on Windows (missing MINGW) ok 217 # skip RUNTIME_PREFIX works (missing RUNTIME_PREFIX of !VALGRIND,RUNTIME_PREFIX,CAN_EXEC_IN_PWD) ok 218 # skip %(prefix)/ works (missing RUNTIME_PREFIX of !VALGRIND,RUNTIME_PREFIX,CAN_EXEC_IN_PWD) # passed all 218 test(s) 1..218 *** t0061-run-command.sh *** ok 1 # skip subprocess inherits only std handles (missing MINGW) ok 2 - start_command reports ENOENT (slash) ok 3 - start_command reports ENOENT (no slash) ok 4 - run_command can run a command ok 5 - run_command is restricted to PATH ok 6 - run_command can run a script without a #! line ok 7 - run_command does not try to execute a directory ok 8 - run_command passes over non-executable file ok 9 - run_command reports EACCES ok 10 # skip unreadable directory in PATH (missing SANITY of POSIXPERM,SANITY) ok 11 - run_command runs in parallel with more jobs available than tasks ok 12 - run_command runs ungrouped in parallel with more jobs available than tasks ok 13 - run_command runs in parallel with as many jobs as tasks ok 14 - run_command runs ungrouped in parallel with as many jobs as tasks ok 15 - run_command runs in parallel with more tasks than jobs available ok 16 - run_command runs ungrouped in parallel with more tasks than jobs available ok 17 - run_command is asked to abort gracefully ok 18 - run_command is asked to abort gracefully (ungroup) ok 19 - run_command outputs ok 20 - run_command outputs (ungroup) ok 21 - GIT_TRACE with environment variables ok 22 # skip verify curlies are quoted properly (missing MINGW) ok 23 # skip can spawn .bat with argv[0] containing spaces (missing MINGW) # passed all 23 test(s) 1..23 *** t0062-revision-walking.sh *** ok 1 - setup ok 2 - revision walking can be done twice # passed all 2 test(s) 1..2 *** t0063-string-list.sh *** ok 1 - split foo:bar:baz at :, max -1 ok 2 - split foo:bar:baz at :, max 0 ok 3 - split foo:bar:baz at :, max 1 ok 4 - split foo:bar:baz at :, max 2 ok 5 - split foo:bar: at :, max -1 ok 6 - split at :, max -1 ok 7 - split : at :, max -1 ok 8 - split (in place) foo:;:bar:;:baz:;: at :;, max -1 ok 9 - split (in place) foo:;:bar:;:baz at :;, max 0 ok 10 - split (in place) foo:;:bar:;:baz at :;, max 1 ok 11 - split (in place) foo:;:bar:;:baz at :;, max 2 ok 12 - split (in place) foo:;:bar:;: at :;, max -1 ok 13 - test filter_string_list ok 14 - test remove_duplicates # passed all 14 test(s) 1..14 *** t0066-dir-iterator.sh *** ok 1 - setup ok 2 - dir-iterator should iterate through all files ok 3 - dir-iterator should list files in the correct order ok 4 - begin should fail upon inexistent paths ok 5 - begin should fail upon non directory paths ok 6 # skip advance should not fail on errors by default (missing SANITY of POSIXPERM,SANITY) ok 7 # skip advance should fail on errors, w/ pedantic flag (missing SANITY of POSIXPERM,SANITY) ok 8 - setup dirs with symlinks ok 9 - dir-iterator should not follow symlinks by default ok 10 - dir-iterator does not resolve top-level symlinks # passed all 10 test(s) 1..10 *** t0067-parse_pathspec_file.sh *** ok 1 - one item from stdin ok 2 - one item from file ok 3 - NUL delimiters ok 4 - LF delimiters ok 5 - no trailing delimiter ok 6 - CRLF delimiters ok 7 - quotes ok 8 - --pathspec-file-nul takes quotes literally # passed all 8 test(s) 1..8 *** t0068-for-each-repo.sh *** ok 1 - run based on configured value ok 2 - do nothing on empty config ok 3 - error on bad config keys ok 4 - error on NULL value for config keys ok 5 - --keep-going # passed all 5 test(s) 1..5 *** t0070-fundamental.sh *** ok 1 - mktemp to nonexistent directory prints filename ok 2 # skip mktemp to unwritable directory prints filename (missing SANITY of POSIXPERM,SANITY) ok 3 - git_mkstemps_mode does not fail if fd 0 is not open ok 4 - check for a bug in the regex routines ok 5 - incomplete sideband messages are reassembled ok 6 - eof on sideband message is reported ok 7 - missing sideband designator is reported ok 8 - unpack-sideband: --no-chomp-newline ok 9 - unpack-sideband: --chomp-newline (default) ok 10 - unpack-sideband: packet_reader_read() consumes sideband, no chomp payload ok 11 - unpack-sideband: packet_reader_read() consumes sideband, chomp payload # passed all 11 test(s) 1..11 *** t0071-sort.sh *** ok 1 - DEFINE_LIST_SORT_DEBUG # passed all 1 test(s) 1..1 *** t0080-unit-test-output.sh *** ok 1 - TAP output from unit tests # passed all 1 test(s) 1..1 *** t0081-find-pack.sh *** ok 1 - setup ok 2 - repack everything into a single packfile ok 3 - add more packfiles ok 4 - add more commits (as loose objects) # passed all 4 test(s) 1..4 *** t0090-cache-tree.sh *** ok 1 - initial commit has cache-tree ok 2 - read-tree HEAD establishes cache-tree ok 3 - git-add invalidates cache-tree ok 4 - git-add in subdir invalidates cache-tree ok 5 - git-add in subdir does not invalidate sibling cache-tree ok 6 - update-index invalidates cache-tree ok 7 - write-tree establishes cache-tree ok 8 - test-tool scrap-cache-tree works ok 9 - second commit has cache-tree ok 10 - commit --interactive gives cache-tree on partial commit ok 11 - commit -p with shrinking cache-tree ok 12 - commit in child dir has cache-tree ok 13 - reset --hard gives cache-tree ok 14 - reset --hard without index gives cache-tree ok 15 - checkout gives cache-tree ok 16 - checkout -b gives cache-tree ok 17 - checkout -B gives cache-tree ok 18 - merge --ff-only maintains cache-tree ok 19 - merge maintains cache-tree ok 20 - partial commit gives cache-tree ok 21 - no phantom error when switching trees ok 22 - switching trees does not invalidate shared index # passed all 22 test(s) 1..22 *** t0091-bugreport.sh *** ok 1 - create a report ok 2 - report contains wanted template (before first section) ok 3 - sanity check "System Info" section ok 4 - dies if file with same name as report already exists ok 5 - --output-directory puts the report in the provided dir ok 6 - incorrect arguments abort with usage ok 7 - incorrect positional arguments abort with usage and hint ok 8 - runs outside of a git dir ok 9 - can create leading directories outside of a git dir ok 10 - indicates populated hooks ok 11 - --diagnose creates diagnostics zip archive ok 12 - --diagnose=stats excludes .git dir contents ok 13 - --diagnose=all includes .git dir contents # passed all 13 test(s) 1..13 *** t0092-diagnose.sh *** ok 1 - creates diagnostics zip archive ok 2 - counts loose objects ok 3 - --mode=stats excludes .git dir contents ok 4 - --mode=all includes .git dir contents # passed all 4 test(s) 1..4 *** t0095-bloom.sh *** ok 1 - compute unseeded murmur3 hash for empty string ok 2 - compute unseeded murmur3 hash for test string 1 ok 3 - compute unseeded murmur3 hash for test string 2 ok 4 - compute unseeded murmur3 hash for test string 3 ok 5 - compute bloom key for empty string ok 6 - compute bloom key for whitespace ok 7 - compute bloom key for test string 1 ok 8 - compute bloom key for test string 2 ok 9 - get bloom filters for commit with no changes ok 10 - get bloom filter for commit with 10 changes ok 11 # skip get bloom filter for commit with 513 changes (missing EXPENSIVE) # passed all 11 test(s) 1..11 *** t0100-previous.sh *** ok 1 - branch -d @{-1} ok 2 - branch -d @{-12} when there is not enough switches yet ok 3 - merge @{-1} ok 4 - merge @{-1}~1 ok 5 - merge @{-100} before checking out that many branches yet ok 6 - log -g @{-1} # passed all 6 test(s) 1..6 *** t0101-at-syntax.sh *** ok 1 - setup ok 2 - @{0} shows current ok 3 - @{1} shows old ok 4 - @{now} shows current ok 5 - @{2001-09-17} (before the first commit) shows old ok 6 - silly approxidates work ok 7 - notice misspelled upstream ok 8 - complain about total nonsense # passed all 8 test(s) 1..8 *** t0200-gettext-basic.sh *** # lib-gettext: Found 'is_IS.UTF-8' as an is_IS UTF-8 locale # lib-gettext: Found 'is_IS.ISO8859-1' as an is_IS ISO-8859-1 locale ok 1 - sanity: $GIT_INTERNAL_GETTEXT_SH_SCHEME is set (to gnu) ok 2 - sanity: $TEXTDOMAIN is git ok 3 - xgettext sanity: Perl _() strings are not extracted ok 4 - xgettext sanity: Comment extraction with --add-comments ok 5 - xgettext sanity: Comment extraction with --add-comments stops at statements ok 6 - sanity: $TEXTDOMAINDIR exists without NO_GETTEXT=YesPlease ok 7 - sanity: Icelandic locale was compiled ok 8 - sanity: gettext("") metadata is OK ok 9 - sanity: gettext(unknown) is passed through ok 10 - xgettext: C extraction of _() and N_() strings ok 11 - xgettext: C extraction with %s ok 12 - xgettext: Shell extraction ok 13 - xgettext: Shell extraction with $variable ok 14 - xgettext: Perl extraction ok 15 - xgettext: Perl extraction with %s ok 16 - sanity: Some gettext("") data for real locale # passed all 16 test(s) 1..16 *** t0201-gettext-fallbacks.sh *** # lib-gettext: No is_IS UTF-8 locale available # lib-gettext: No is_IS ISO-8859-1 locale available ok 1 - sanity: $GIT_INTERNAL_GETTEXT_SH_SCHEME is set (to fallthrough) ok 2 - sanity: $GIT_INTERNAL_GETTEXT_TEST_FALLBACKS is set ok 3 - sanity: $GIT_INTERNAL_GETTEXT_SH_SCHEME" is fallthrough ok 4 - gettext: our gettext() fallback has pass-through semantics ok 5 - eval_gettext: our eval_gettext() fallback has pass-through semantics ok 6 - eval_gettext: our eval_gettext() fallback can interpolate variables ok 7 - eval_gettext: our eval_gettext() fallback can interpolate variables with spaces ok 8 - eval_gettext: our eval_gettext() fallback can interpolate variables with spaces and quotes # passed all 8 test(s) 1..8 *** t0202-gettext-perl.sh *** # lib-gettext: Found 'is_IS.UTF-8' as an is_IS UTF-8 locale # lib-gettext: Found 'is_IS.ISO8859-1' as an is_IS ISO-8859-1 locale ok 1 - run t0202/test.pl to test Git::I18N.pm # passed all 1 test(s) 1..1 *** t0203-gettext-setlocale-sanity.sh *** # lib-gettext: Found 'is_IS.UTF-8' as an is_IS UTF-8 locale # lib-gettext: Found 'is_IS.ISO8859-1' as an is_IS ISO-8859-1 locale ok 1 - git show a ISO-8859-1 commit under C locale ok 2 - git show a ISO-8859-1 commit under a UTF-8 locale # passed all 2 test(s) 1..2 *** t0204-gettext-reencode-sanity.sh *** # lib-gettext: Found 'is_IS.UTF-8' as an is_IS UTF-8 locale # lib-gettext: Found 'is_IS.ISO8859-1' as an is_IS ISO-8859-1 locale ok 1 - gettext: Emitting UTF-8 from our UTF-8 *.mo files / Icelandic ok 2 - gettext: Emitting UTF-8 from our UTF-8 *.mo files / Runes ok 3 - gettext: Emitting ISO-8859-1 from our UTF-8 *.mo files / Icelandic ok 4 - gettext: impossible ISO-8859-1 output ok 5 - gettext: Fetching a UTF-8 msgid -> UTF-8 ok 6 - gettext: Fetching a UTF-8 msgid -> ISO-8859-1 ok 7 - gettext.c: git init UTF-8 -> UTF-8 ok 8 - gettext.c: git init UTF-8 -> ISO-8859-1 # passed all 8 test(s) 1..8 *** t0210-trace2-normal.sh *** ok 1 - normal stream, return code 0 ok 2 - normal stream, return code 1 ok 3 - automatic filename ok 4 - normal stream, exit code 0 ok 5 - normal stream, exit code 1 ok 6 - normal stream, error event ok 7 - BUG messages are written to trace2 ok 8 - bug messages with BUG_if_bug() are written to trace2 ok 9 - bug messages without explicit BUG_if_bug() are written to trace2 ok 10 - bug messages followed by BUG() are written to trace2 ok 11 - using global config, normal stream, return code 0 ok 12 - using global config with include ok 13 - unsafe URLs are redacted by default # passed all 13 test(s) 1..13 *** t0211-trace2-perf.sh *** ok 1 - perf stream, return code 0 ok 2 - perf stream, return code 1 ok 3 - perf stream, error event ok 4 - perf stream, child processes ok 5 - using global config, perf stream, return code 0 ok 6 - stopwatch timer test/test1 ok 7 - stopwatch timer test/test2 ok 8 - global counter test/test1 ok 9 - global counter test/test2 ok 10 - unsafe URLs are redacted by default ok 11 - expect def_params for normal builtin command ok 12 - expect def_params for query command ok 13 - expect def_params for remote-curl and _run_dashed_ ok 14 - expect def_params for http-fetch and _run_dashed_ ok 15 - expect def_params during git alias expansion ok 16 - expect def_params during shell alias expansion ok 17 - expect def_params during nested git alias expansion # passed all 17 test(s) 1..17 *** t0212-trace2-event.sh *** ok 1 - event stream, error event ok 2 - event stream, return code 0 ok 3 - event stream, list config ok 4 - event stream, list env vars ok 5 - basic trace2_data ok 6 - using global config, event stream, error event ok 7 - discard traces when there are too many files ok 8 - unsafe URLs are redacted by default in cmd_start events ok 9 - unsafe URLs are redacted by default in child_start events ok 10 - unsafe URLs are redacted by default in exec events ok 11 - unsafe URLs are redacted by default in def_param events # passed all 11 test(s) 1..11 *** t0300-credentials.sh *** ok 1 - setup helper scripts ok 2 - credential_fill invokes helper ok 3 - credential_fill invokes helper with credential ok 4 - credential_fill invokes helper with ephemeral credential ok 5 - credential_fill invokes helper with credential and state ok 6 - credential_fill invokes multiple helpers ok 7 - credential_fill response does not get capabilities when helpers are incapable ok 8 - credential_fill response does not get capabilities when caller is incapable ok 9 - credential_fill stops when we get a full response ok 10 - credential_fill thinks a credential is a full response ok 11 - credential_fill continues through partial response ok 12 - credential_fill populates password_expiry_utc ok 13 - credential_fill ignores expired password ok 14 - credential_fill passes along metadata ok 15 - credential_fill produces no credential without capability ok 16 - credential_approve calls all helpers ok 17 - credential_approve stores password expiry ok 18 - credential_approve stores oauth refresh token ok 19 - do not bother storing password-less credential ok 20 - credential_approve does not store expired password ok 21 - credential_reject calls all helpers ok 22 - credential_reject erases credential regardless of expiry ok 23 - usernames can be preserved ok 24 - usernames can be overridden ok 25 - do not bother completing already-full credential ok 26 - empty helper list falls back to internal getpass ok 27 - internal getpass does not ask for known username ok 28 - git-credential respects core.askPass ok 29 - respect configured credentials ok 30 - match configured credential ok 31 - do not match configured credential ok 32 - match multiple configured helpers ok 33 - match multiple configured helpers with URLs ok 34 - match percent-encoded values ok 35 - match percent-encoded UTF-8 values in path ok 36 - match percent-encoded values in username ok 37 - fetch with multiple path components ok 38 - pull username from config ok 39 - honors username from URL over helper (URL) ok 40 - honors username from URL over helper (components) ok 41 - last matching username wins ok 42 - http paths can be part of context ok 43 - context uses urlmatch ok 44 - helpers can abort the process ok 45 - empty helper spec resets helper list ok 46 - url parser rejects embedded newlines ok 47 - host-less URLs are parsed as empty host ok 48 - credential system refuses to work with missing host ok 49 - credential system refuses to work with missing protocol ok 50 - url parser handles bare query marker ok 51 - url parser handles bare fragment marker ok 52 - url parser not confused by encoded markers ok 53 - credential config with partial URLs # passed all 53 test(s) 1..53 *** t0301-credential-cache.sh *** ok 1 - helper (cache) has no existing data ok 2 - helper (cache) stores password ok 3 - helper (cache) can retrieve password ok 4 - helper (cache) requires matching protocol ok 5 - helper (cache) requires matching host ok 6 - helper (cache) requires matching username ok 7 - helper (cache) requires matching path ok 8 - helper (cache) overwrites on store ok 9 - helper (cache) can forget host ok 10 - helper (cache) can store multiple users ok 11 - helper (cache) does not erase a password distinct from input ok 12 - helper (cache) can forget user ok 13 - helper (cache) remembers other user ok 14 - helper (cache) can store empty username ok 15 - helper (cache) erases all matching credentials ok 16 - helper (cache) not confused by long header ok 17 - helper (cache) stores password_expiry_utc ok 18 - helper (cache) gets password_expiry_utc ok 19 - helper (cache) overwrites when password_expiry_utc changes ok 20 - helper (cache) stores oauth_refresh_token ok 21 - helper (cache) gets oauth_refresh_token ok 22 - helper (cache) stores authtype and credential ok 23 - helper (cache) gets authtype and credential ok 24 - helper (cache) stores authtype and credential with username ok 25 - helper (cache) gets authtype and credential with username ok 26 - helper (cache) does not get authtype and credential with different username ok 27 - helper (cache) does not store ephemeral authtype and credential ok 28 - helper (cache) does not store ephemeral username and password ok 29 - socket defaults to ~/.cache/git/credential/socket ok 30 - helper (cache) has no existing data ok 31 - helper (cache) stores password ok 32 - helper (cache) can retrieve password ok 33 - helper (cache) requires matching protocol ok 34 - helper (cache) requires matching host ok 35 - helper (cache) requires matching username ok 36 - helper (cache) requires matching path ok 37 - helper (cache) overwrites on store ok 38 - helper (cache) can forget host ok 39 - helper (cache) can store multiple users ok 40 - helper (cache) does not erase a password distinct from input ok 41 - helper (cache) can forget user ok 42 - helper (cache) remembers other user ok 43 - helper (cache) can store empty username ok 44 - helper (cache) erases all matching credentials ok 45 - helper (cache) not confused by long header ok 46 - use custom XDG_CACHE_HOME if set and default sockets are not created ok 47 - credential-cache --socket option overrides default location ok 48 - use custom XDG_CACHE_HOME even if xdg socket exists ok 49 - use user socket if user directory exists ok 50 - use user socket if user directory is a symlink to a directory ok 51 - helper (cache --timeout=1) times out # passed all 51 test(s) 1..51 *** t0302-credential-store.sh *** ok 1 - helper (store) has no existing data ok 2 - helper (store) stores password ok 3 - helper (store) can retrieve password ok 4 - helper (store) requires matching protocol ok 5 - helper (store) requires matching host ok 6 - helper (store) requires matching username ok 7 - helper (store) requires matching path ok 8 - helper (store) overwrites on store ok 9 - helper (store) can forget host ok 10 - helper (store) can store multiple users ok 11 - helper (store) does not erase a password distinct from input ok 12 - helper (store) can forget user ok 13 - helper (store) remembers other user ok 14 - helper (store) can store empty username ok 15 - helper (store) erases all matching credentials ok 16 - helper (store) not confused by long header ok 17 - when xdg file does not exist, xdg file not created ok 18 - setup xdg file ok 19 - helper (store) has no existing data ok 20 - helper (store) stores password ok 21 - helper (store) can retrieve password ok 22 - helper (store) requires matching protocol ok 23 - helper (store) requires matching host ok 24 - helper (store) requires matching username ok 25 - helper (store) requires matching path ok 26 - helper (store) overwrites on store ok 27 - helper (store) can forget host ok 28 - helper (store) can store multiple users ok 29 - helper (store) does not erase a password distinct from input ok 30 - helper (store) can forget user ok 31 - helper (store) remembers other user ok 32 - helper (store) can store empty username ok 33 - helper (store) erases all matching credentials ok 34 - helper (store) not confused by long header ok 35 - when xdg file exists, home file not created ok 36 - setup custom xdg file ok 37 - helper (store) has no existing data ok 38 - helper (store) stores password ok 39 - helper (store) can retrieve password ok 40 - helper (store) requires matching protocol ok 41 - helper (store) requires matching host ok 42 - helper (store) requires matching username ok 43 - helper (store) requires matching path ok 44 - helper (store) overwrites on store ok 45 - helper (store) can forget host ok 46 - helper (store) can store multiple users ok 47 - helper (store) does not erase a password distinct from input ok 48 - helper (store) can forget user ok 49 - helper (store) remembers other user ok 50 - helper (store) can store empty username ok 51 - helper (store) erases all matching credentials ok 52 - helper (store) not confused by long header ok 53 - if custom xdg file exists, home and xdg files not created ok 54 - get: use home file if both home and xdg files have matches ok 55 - get: use xdg file if home file has no matches ok 56 # skip get: use xdg file if home file is unreadable (missing SANITY of POSIXPERM,SANITY) ok 57 - store: if both xdg and home files exist, only store in home file ok 58 - erase: erase matching credentials from both xdg and home files ok 59 - get: ignore credentials without scheme as invalid ok 60 - get: ignore credentials without valid host/path as invalid ok 61 - get: ignore credentials without username/password as invalid ok 62 - get: credentials with DOS line endings are invalid ok 63 - get: credentials with path and DOS line endings are valid ok 64 - get: credentials with DOS line endings are invalid if path is relevant ok 65 - get: store file can contain empty/bogus lines # passed all 65 test(s) 1..65 *** t0303-credential-external.sh *** ok 1 - helper (store) has no existing data ok 2 - helper (store) stores password ok 3 - helper (store) can retrieve password ok 4 - helper (store) requires matching protocol ok 5 - helper (store) requires matching host ok 6 - helper (store) requires matching username ok 7 - helper (store) requires matching path ok 8 - helper (store) overwrites on store ok 9 - helper (store) can forget host ok 10 - helper (store) can store multiple users ok 11 - helper (store) does not erase a password distinct from input ok 12 - helper (store) can forget user ok 13 - helper (store) remembers other user ok 14 - helper (store) can store empty username ok 15 - helper (store) erases all matching credentials ok 16 - helper (store) not confused by long header ok 17 - helper (store) stores password_expiry_utc ok 18 - helper (store) gets password_expiry_utc ok 19 - helper (store) overwrites when password_expiry_utc changes ok 20 - helper (store) stores oauth_refresh_token ok 21 - helper (store) gets oauth_refresh_token ok 22 - helper (store) times out ok 23 - test cleanup removes everything # passed all 23 test(s) 1..23 *** t0410-partial-clone.sh *** ok 1 - extensions.partialclone without filter ok 2 - convert shallow clone to partial clone ok 3 - convert to partial clone with noop extension ok 4 - converting to partial clone fails with unrecognized extension ok 5 - missing reflog object, but promised by a commit, passes fsck ok 6 - missing reflog object, but promised by a tag, passes fsck ok 7 - missing reflog object alone fails fsck, even with extension set ok 8 - missing ref object, but promised, passes fsck ok 9 - missing object, but promised, passes fsck ok 10 - missing CLI object, but promised, passes fsck ok 11 - fetching of missing objects ok 12 - fetching of a promised object that promisor remote no longer has ok 13 - fetching of missing objects works with ref-in-want enabled ok 14 - fetching of missing objects from another promisor remote ok 15 - fetching of missing objects configures a promisor remote ok 16 - fetching of missing blobs works ok 17 - fetching of missing trees does not fetch blobs ok 18 - rev-list stops traversal at missing and promised commit ok 19 - missing tree objects with --missing=allow-promisor and --exclude-promisor-objects ok 20 - missing non-root tree object and rev-list ok 21 - rev-list stops traversal at missing and promised tree ok 22 - rev-list stops traversal at missing and promised blob ok 23 - rev-list stops traversal at promisor commit, tree, and blob ok 24 - rev-list dies for missing objects on cmd line ok 25 - single promisor remote can be re-initialized gracefully ok 26 - gc repacks promisor objects separately from non-promisor objects ok 27 - gc does not repack promisor objects if there are none ok 28 - repack -d does not irreversibly delete promisor objects ok 29 - gc stops traversal when a missing but promised object is reached ok 30 - do not fetch when checking existence of tree we construct ourselves ok 31 - exact rename does not need to fetch the blob lazily ok 32 - lazy-fetch when accessing object not in the_repository ok 33 - push should not fetch new commit objects ok 34 - setup for promisor.quiet tests ok 35 - promisor.quiet=false shows progress messages ok 36 - promisor.quiet=true does not show progress messages ok 37 - promisor.quiet=unconfigured shows progress messages # passed all 37 test(s) # SKIP no web server found at '' 1..37 *** t0411-clone-from-partial.sh *** ok 1 - create evil repo ok 2 - local clone must not fetch from promisor remote and execute script ok 3 - clone from file://... must not fetch from promisor remote and execute script ok 4 - fetch from file://... must not fetch from promisor remote and execute script ok 5 - pack-objects should fetch from promisor remote and execute script ok 6 - clone from promisor remote does not lazy-fetch by default ok 7 - promisor lazy-fetching can be re-enabled # passed all 7 test(s) 1..7 *** t0450-txt-doc-vs-help.sh *** ok 1 - setup: list of builtins ok 2 - list of txt and help mismatches is sorted ok 3 - add -h output has no \t ok 4 - add -h output has dashed labels ok 5 - add -h output has consistent spacing ok 6 - add *.txt SYNOPSIS has dashed labels not ok 7 - add -h output and SYNOPSIS agree # TODO known breakage ok 8 - am -h output has no \t ok 9 - am -h output has dashed labels ok 10 - am -h output has consistent spacing ok 11 - am *.txt SYNOPSIS has dashed labels not ok 12 - am -h output and SYNOPSIS agree # TODO known breakage ok 13 - annotate -h output has no \t ok 14 - annotate -h output has dashed labels ok 15 - annotate -h output has consistent spacing ok 16 - annotate *.txt SYNOPSIS has dashed labels ok 17 - annotate -h output and SYNOPSIS agree ok 18 - apply -h output has no \t ok 19 - apply -h output has dashed labels ok 20 - apply -h output has consistent spacing ok 21 - apply *.txt SYNOPSIS has dashed labels not ok 22 - apply -h output and SYNOPSIS agree # TODO known breakage ok 23 - archive -h output has no \t ok 24 - archive -h output has dashed labels ok 25 - archive -h output has consistent spacing ok 26 - archive *.txt SYNOPSIS has dashed labels not ok 27 - archive -h output and SYNOPSIS agree # TODO known breakage ok 28 - bisect -h output has no \t ok 29 - bisect -h output has dashed labels ok 30 - bisect -h output has consistent spacing ok 31 - bisect *.txt SYNOPSIS has dashed labels not ok 32 - bisect -h output and SYNOPSIS agree # TODO known breakage ok 33 - blame -h output has no \t ok 34 - blame -h output has dashed labels ok 35 - blame -h output has consistent spacing ok 36 - blame *.txt SYNOPSIS has dashed labels not ok 37 - blame -h output and SYNOPSIS agree # TODO known breakage ok 38 - branch -h output has no \t ok 39 - branch -h output has dashed labels ok 40 - branch -h output has consistent spacing ok 41 - branch *.txt SYNOPSIS has dashed labels not ok 42 - branch -h output and SYNOPSIS agree # TODO known breakage ok 43 - bugreport -h output has no \t ok 44 - bugreport -h output has dashed labels ok 45 - bugreport -h output has consistent spacing ok 46 - bugreport *.txt SYNOPSIS has dashed labels ok 47 - bugreport -h output and SYNOPSIS agree ok 48 - bundle -h output has no \t ok 49 - bundle -h output has dashed labels ok 50 - bundle -h output has consistent spacing ok 51 - bundle *.txt SYNOPSIS has dashed labels ok 52 - bundle -h output and SYNOPSIS agree ok 53 - cat-file -h output has no \t ok 54 - cat-file -h output has dashed labels ok 55 - cat-file -h output has consistent spacing ok 56 - cat-file *.txt SYNOPSIS has dashed labels ok 57 - cat-file -h output and SYNOPSIS agree ok 58 - check-attr -h output has no \t ok 59 - check-attr -h output has dashed labels ok 60 - check-attr -h output has consistent spacing ok 61 - check-attr *.txt SYNOPSIS has dashed labels ok 62 - check-attr -h output and SYNOPSIS agree ok 63 - check-ignore -h output has no \t ok 64 - check-ignore -h output has dashed labels ok 65 - check-ignore -h output has consistent spacing ok 66 - check-ignore *.txt SYNOPSIS has dashed labels ok 67 - check-ignore -h output and SYNOPSIS agree ok 68 - check-mailmap -h output has no \t ok 69 - check-mailmap -h output has dashed labels ok 70 - check-mailmap -h output has consistent spacing ok 71 - check-mailmap *.txt SYNOPSIS has dashed labels ok 72 - check-mailmap -h output and SYNOPSIS agree ok 73 - check-ref-format -h output has no \t ok 74 - check-ref-format -h output has dashed labels ok 75 - check-ref-format -h output has consistent spacing ok 76 - check-ref-format *.txt SYNOPSIS has dashed labels not ok 77 - check-ref-format -h output and SYNOPSIS agree # TODO known breakage ok 78 - checkout -h output has no \t ok 79 - checkout -h output has dashed labels ok 80 - checkout -h output has consistent spacing ok 81 - checkout *.txt SYNOPSIS has dashed labels not ok 82 - checkout -h output and SYNOPSIS agree # TODO known breakage ok 83 - checkout--worker -h output has no \t ok 84 - checkout--worker -h output has dashed labels ok 85 - checkout--worker -h output has consistent spacing ok 86 # skip checkout--worker *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_CHECKOUT__WORKER) ok 87 # skip checkout--worker -h output and SYNOPSIS agree (missing BUILTIN_TXT_CHECKOUT__WORKER) ok 88 - checkout-index -h output has no \t ok 89 - checkout-index -h output has dashed labels ok 90 - checkout-index -h output has consistent spacing ok 91 - checkout-index *.txt SYNOPSIS has dashed labels not ok 92 - checkout-index -h output and SYNOPSIS agree # TODO known breakage ok 93 - cherry -h output has no \t ok 94 - cherry -h output has dashed labels ok 95 - cherry -h output has consistent spacing ok 96 - cherry *.txt SYNOPSIS has dashed labels ok 97 - cherry -h output and SYNOPSIS agree ok 98 - cherry-pick -h output has no \t ok 99 - cherry-pick -h output has dashed labels ok 100 - cherry-pick -h output has consistent spacing ok 101 - cherry-pick *.txt SYNOPSIS has dashed labels ok 102 - cherry-pick -h output and SYNOPSIS agree ok 103 - clean -h output has no \t ok 104 - clean -h output has dashed labels ok 105 - clean -h output has consistent spacing ok 106 - clean *.txt SYNOPSIS has dashed labels ok 107 - clean -h output and SYNOPSIS agree ok 108 - clone -h output has no \t ok 109 - clone -h output has dashed labels ok 110 - clone -h output has consistent spacing ok 111 - clone *.txt SYNOPSIS has dashed labels not ok 112 - clone -h output and SYNOPSIS agree # TODO known breakage ok 113 - column -h output has no \t ok 114 - column -h output has dashed labels ok 115 - column -h output has consistent spacing ok 116 - column *.txt SYNOPSIS has dashed labels not ok 117 - column -h output and SYNOPSIS agree # TODO known breakage ok 118 - commit -h output has no \t ok 119 - commit -h output has dashed labels ok 120 - commit -h output has consistent spacing ok 121 - commit *.txt SYNOPSIS has dashed labels ok 122 - commit -h output and SYNOPSIS agree ok 123 - commit-graph -h output has no \t ok 124 - commit-graph -h output has dashed labels ok 125 - commit-graph -h output has consistent spacing ok 126 - commit-graph *.txt SYNOPSIS has dashed labels ok 127 - commit-graph -h output and SYNOPSIS agree ok 128 - commit-tree -h output has no \t ok 129 - commit-tree -h output has dashed labels ok 130 - commit-tree -h output has consistent spacing ok 131 - commit-tree *.txt SYNOPSIS has dashed labels ok 132 - commit-tree -h output and SYNOPSIS agree ok 133 - config -h output has no \t ok 134 - config -h output has dashed labels ok 135 - config -h output has consistent spacing ok 136 - config *.txt SYNOPSIS has dashed labels ok 137 - config -h output and SYNOPSIS agree ok 138 - count-objects -h output has no \t ok 139 - count-objects -h output has dashed labels ok 140 - count-objects -h output has consistent spacing ok 141 - count-objects *.txt SYNOPSIS has dashed labels ok 142 - count-objects -h output and SYNOPSIS agree ok 143 - credential -h output has no \t ok 144 - credential -h output has dashed labels ok 145 - credential -h output has consistent spacing ok 146 - credential *.txt SYNOPSIS has dashed labels not ok 147 - credential -h output and SYNOPSIS agree # TODO known breakage ok 148 - credential-cache -h output has no \t ok 149 - credential-cache -h output has dashed labels ok 150 - credential-cache -h output has consistent spacing ok 151 - credential-cache *.txt SYNOPSIS has dashed labels not ok 152 - credential-cache -h output and SYNOPSIS agree # TODO known breakage ok 153 - credential-cache--daemon -h output has no \t ok 154 - credential-cache--daemon -h output has dashed labels ok 155 - credential-cache--daemon -h output has consistent spacing ok 156 - credential-cache--daemon *.txt SYNOPSIS has dashed labels ok 157 - credential-cache--daemon -h output and SYNOPSIS agree ok 158 - credential-store -h output has no \t ok 159 - credential-store -h output has dashed labels ok 160 - credential-store -h output has consistent spacing ok 161 - credential-store *.txt SYNOPSIS has dashed labels not ok 162 - credential-store -h output and SYNOPSIS agree # TODO known breakage ok 163 - describe -h output has no \t ok 164 - describe -h output has dashed labels ok 165 - describe -h output has consistent spacing ok 166 - describe *.txt SYNOPSIS has dashed labels ok 167 - describe -h output and SYNOPSIS agree ok 168 - diagnose -h output has no \t ok 169 - diagnose -h output has dashed labels ok 170 - diagnose -h output has consistent spacing ok 171 - diagnose *.txt SYNOPSIS has dashed labels ok 172 - diagnose -h output and SYNOPSIS agree ok 173 - diff -h output has no \t ok 174 - diff -h output has dashed labels ok 175 - diff -h output has consistent spacing ok 176 - diff *.txt SYNOPSIS has dashed labels ok 177 - diff -h output and SYNOPSIS agree ok 178 - diff-files -h output has no \t ok 179 - diff-files -h output has dashed labels ok 180 - diff-files -h output has consistent spacing ok 181 - diff-files *.txt SYNOPSIS has dashed labels ok 182 - diff-files -h output and SYNOPSIS agree ok 183 - diff-index -h output has no \t ok 184 - diff-index -h output has dashed labels ok 185 - diff-index -h output has consistent spacing ok 186 - diff-index *.txt SYNOPSIS has dashed labels ok 187 - diff-index -h output and SYNOPSIS agree ok 188 - diff-tree -h output has no \t ok 189 - diff-tree -h output has dashed labels ok 190 - diff-tree -h output has consistent spacing ok 191 - diff-tree *.txt SYNOPSIS has dashed labels ok 192 - diff-tree -h output and SYNOPSIS agree ok 193 - difftool -h output has no \t ok 194 - difftool -h output has dashed labels ok 195 - difftool -h output has consistent spacing ok 196 - difftool *.txt SYNOPSIS has dashed labels ok 197 - difftool -h output and SYNOPSIS agree ok 198 - fast-export -h output has no \t ok 199 - fast-export -h output has dashed labels ok 200 - fast-export -h output has consistent spacing ok 201 - fast-export *.txt SYNOPSIS has dashed labels not ok 202 - fast-export -h output and SYNOPSIS agree # TODO known breakage ok 203 - fast-import -h output has no \t ok 204 - fast-import -h output has dashed labels ok 205 - fast-import -h output has consistent spacing ok 206 - fast-import *.txt SYNOPSIS has dashed labels not ok 207 - fast-import -h output and SYNOPSIS agree # TODO known breakage ok 208 - fetch -h output has no \t ok 209 - fetch -h output has dashed labels ok 210 - fetch -h output has consistent spacing ok 211 - fetch *.txt SYNOPSIS has dashed labels ok 212 - fetch -h output and SYNOPSIS agree ok 213 - fetch-pack -h output has no \t ok 214 - fetch-pack -h output has dashed labels ok 215 - fetch-pack -h output has consistent spacing ok 216 - fetch-pack *.txt SYNOPSIS has dashed labels not ok 217 - fetch-pack -h output and SYNOPSIS agree # TODO known breakage ok 218 - fmt-merge-msg -h output has no \t ok 219 - fmt-merge-msg -h output has dashed labels ok 220 - fmt-merge-msg -h output has consistent spacing ok 221 - fmt-merge-msg *.txt SYNOPSIS has dashed labels not ok 222 - fmt-merge-msg -h output and SYNOPSIS agree # TODO known breakage ok 223 - for-each-ref -h output has no \t ok 224 - for-each-ref -h output has dashed labels ok 225 - for-each-ref -h output has consistent spacing ok 226 - for-each-ref *.txt SYNOPSIS has dashed labels not ok 227 - for-each-ref -h output and SYNOPSIS agree # TODO known breakage ok 228 - for-each-repo -h output has no \t ok 229 - for-each-repo -h output has dashed labels ok 230 - for-each-repo -h output has consistent spacing ok 231 - for-each-repo *.txt SYNOPSIS has dashed labels ok 232 - for-each-repo -h output and SYNOPSIS agree ok 233 - format-patch -h output has no \t ok 234 - format-patch -h output has dashed labels ok 235 - format-patch -h output has consistent spacing ok 236 - format-patch *.txt SYNOPSIS has dashed labels not ok 237 - format-patch -h output and SYNOPSIS agree # TODO known breakage ok 238 - fsck -h output has no \t ok 239 - fsck -h output has dashed labels ok 240 - fsck -h output has consistent spacing ok 241 - fsck *.txt SYNOPSIS has dashed labels ok 242 - fsck -h output and SYNOPSIS agree ok 243 - fsck-objects -h output has no \t ok 244 - fsck-objects -h output has dashed labels ok 245 - fsck-objects -h output has consistent spacing ok 246 - fsck-objects *.txt SYNOPSIS has dashed labels not ok 247 - fsck-objects -h output and SYNOPSIS agree # TODO known breakage ok 248 - fsmonitor--daemon -h output has no \t ok 249 - fsmonitor--daemon -h output has dashed labels ok 250 - fsmonitor--daemon -h output has consistent spacing ok 251 - fsmonitor--daemon *.txt SYNOPSIS has dashed labels not ok 252 - fsmonitor--daemon -h output and SYNOPSIS agree # TODO known breakage ok 253 - gc -h output has no \t ok 254 - gc -h output has dashed labels ok 255 - gc -h output has consistent spacing ok 256 - gc *.txt SYNOPSIS has dashed labels not ok 257 - gc -h output and SYNOPSIS agree # TODO known breakage ok 258 - get-tar-commit-id -h output has no \t ok 259 - get-tar-commit-id -h output has dashed labels ok 260 - get-tar-commit-id -h output has consistent spacing ok 261 - get-tar-commit-id *.txt SYNOPSIS has dashed labels ok 262 - get-tar-commit-id -h output and SYNOPSIS agree ok 263 - grep -h output has no \t ok 264 - grep -h output has dashed labels ok 265 - grep -h output has consistent spacing ok 266 - grep *.txt SYNOPSIS has dashed labels not ok 267 - grep -h output and SYNOPSIS agree # TODO known breakage ok 268 - hash-object -h output has no \t ok 269 - hash-object -h output has dashed labels ok 270 - hash-object -h output has consistent spacing ok 271 - hash-object *.txt SYNOPSIS has dashed labels ok 272 - hash-object -h output and SYNOPSIS agree ok 273 - help -h output has no \t ok 274 - help -h output has dashed labels ok 275 - help -h output has consistent spacing ok 276 - help *.txt SYNOPSIS has dashed labels ok 277 - help -h output and SYNOPSIS agree ok 278 - hook -h output has no \t ok 279 - hook -h output has dashed labels ok 280 - hook -h output has consistent spacing ok 281 - hook *.txt SYNOPSIS has dashed labels ok 282 - hook -h output and SYNOPSIS agree ok 283 - index-pack -h output has no \t ok 284 - index-pack -h output has dashed labels ok 285 - index-pack -h output has consistent spacing ok 286 - index-pack *.txt SYNOPSIS has dashed labels not ok 287 - index-pack -h output and SYNOPSIS agree # TODO known breakage ok 288 - init -h output has no \t ok 289 - init -h output has dashed labels ok 290 - init -h output has consistent spacing ok 291 - init *.txt SYNOPSIS has dashed labels ok 292 - init -h output and SYNOPSIS agree ok 293 - init-db -h output has no \t ok 294 - init-db -h output has dashed labels ok 295 - init-db -h output has consistent spacing ok 296 - init-db *.txt SYNOPSIS has dashed labels not ok 297 - init-db -h output and SYNOPSIS agree # TODO known breakage ok 298 - interpret-trailers -h output has no \t ok 299 - interpret-trailers -h output has dashed labels ok 300 - interpret-trailers -h output has consistent spacing ok 301 - interpret-trailers *.txt SYNOPSIS has dashed labels ok 302 - interpret-trailers -h output and SYNOPSIS agree ok 303 - log -h output has no \t ok 304 - log -h output has dashed labels ok 305 - log -h output has consistent spacing ok 306 - log *.txt SYNOPSIS has dashed labels not ok 307 - log -h output and SYNOPSIS agree # TODO known breakage ok 308 - ls-files -h output has no \t ok 309 - ls-files -h output has dashed labels ok 310 - ls-files -h output has consistent spacing ok 311 - ls-files *.txt SYNOPSIS has dashed labels not ok 312 - ls-files -h output and SYNOPSIS agree # TODO known breakage ok 313 - ls-remote -h output has no \t ok 314 - ls-remote -h output has dashed labels ok 315 - ls-remote -h output has consistent spacing ok 316 - ls-remote *.txt SYNOPSIS has dashed labels ok 317 - ls-remote -h output and SYNOPSIS agree ok 318 - ls-tree -h output has no \t ok 319 - ls-tree -h output has dashed labels ok 320 - ls-tree -h output has consistent spacing ok 321 - ls-tree *.txt SYNOPSIS has dashed labels not ok 322 - ls-tree -h output and SYNOPSIS agree # TODO known breakage ok 323 - mailinfo -h output has no \t ok 324 - mailinfo -h output has dashed labels ok 325 - mailinfo -h output has consistent spacing ok 326 - mailinfo *.txt SYNOPSIS has dashed labels not ok 327 - mailinfo -h output and SYNOPSIS agree # TODO known breakage ok 328 - mailsplit -h output has no \t ok 329 - mailsplit -h output has dashed labels ok 330 - mailsplit -h output has consistent spacing ok 331 - mailsplit *.txt SYNOPSIS has dashed labels not ok 332 - mailsplit -h output and SYNOPSIS agree # TODO known breakage ok 333 - maintenance -h output has no \t ok 334 - maintenance -h output has dashed labels ok 335 - maintenance -h output has consistent spacing ok 336 - maintenance *.txt SYNOPSIS has dashed labels not ok 337 - maintenance -h output and SYNOPSIS agree # TODO known breakage ok 338 - merge -h output has no \t ok 339 - merge -h output has dashed labels ok 340 - merge -h output has consistent spacing ok 341 - merge *.txt SYNOPSIS has dashed labels not ok 342 - merge -h output and SYNOPSIS agree # TODO known breakage ok 343 - merge-base -h output has no \t ok 344 - merge-base -h output has dashed labels ok 345 - merge-base -h output has consistent spacing ok 346 - merge-base *.txt SYNOPSIS has dashed labels ok 347 - merge-base -h output and SYNOPSIS agree ok 348 - merge-file -h output has no \t ok 349 - merge-file -h output has dashed labels ok 350 - merge-file -h output has consistent spacing ok 351 - merge-file *.txt SYNOPSIS has dashed labels not ok 352 - merge-file -h output and SYNOPSIS agree # TODO known breakage ok 353 - merge-index -h output has no \t ok 354 - merge-index -h output has dashed labels ok 355 - merge-index -h output has consistent spacing ok 356 - merge-index *.txt SYNOPSIS has dashed labels not ok 357 - merge-index -h output and SYNOPSIS agree # TODO known breakage ok 358 - merge-ours -h output has no \t ok 359 - merge-ours -h output has dashed labels ok 360 - merge-ours -h output has consistent spacing ok 361 # skip merge-ours *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_MERGE_OURS) ok 362 # skip merge-ours -h output and SYNOPSIS agree (missing BUILTIN_TXT_MERGE_OURS) ok 363 - merge-recursive -h output has no \t ok 364 - merge-recursive -h output has dashed labels ok 365 - merge-recursive -h output has consistent spacing ok 366 # skip merge-recursive *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_MERGE_RECURSIVE) ok 367 # skip merge-recursive -h output and SYNOPSIS agree (missing BUILTIN_TXT_MERGE_RECURSIVE) ok 368 - merge-recursive-ours -h output has no \t ok 369 - merge-recursive-ours -h output has dashed labels ok 370 - merge-recursive-ours -h output has consistent spacing ok 371 # skip merge-recursive-ours *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_MERGE_RECURSIVE_OURS) ok 372 # skip merge-recursive-ours -h output and SYNOPSIS agree (missing BUILTIN_TXT_MERGE_RECURSIVE_OURS) ok 373 - merge-recursive-theirs -h output has no \t ok 374 - merge-recursive-theirs -h output has dashed labels ok 375 - merge-recursive-theirs -h output has consistent spacing ok 376 # skip merge-recursive-theirs *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_MERGE_RECURSIVE_THEIRS) ok 377 # skip merge-recursive-theirs -h output and SYNOPSIS agree (missing BUILTIN_TXT_MERGE_RECURSIVE_THEIRS) ok 378 - merge-subtree -h output has no \t ok 379 - merge-subtree -h output has dashed labels ok 380 - merge-subtree -h output has consistent spacing ok 381 # skip merge-subtree *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_MERGE_SUBTREE) ok 382 # skip merge-subtree -h output and SYNOPSIS agree (missing BUILTIN_TXT_MERGE_SUBTREE) ok 383 - merge-tree -h output has no \t ok 384 - merge-tree -h output has dashed labels ok 385 - merge-tree -h output has consistent spacing ok 386 - merge-tree *.txt SYNOPSIS has dashed labels ok 387 - merge-tree -h output and SYNOPSIS agree ok 388 - mktag -h output has no \t ok 389 - mktag -h output has dashed labels ok 390 - mktag -h output has consistent spacing ok 391 - mktag *.txt SYNOPSIS has dashed labels ok 392 - mktag -h output and SYNOPSIS agree ok 393 - mktree -h output has no \t ok 394 - mktree -h output has dashed labels ok 395 - mktree -h output has consistent spacing ok 396 - mktree *.txt SYNOPSIS has dashed labels ok 397 - mktree -h output and SYNOPSIS agree ok 398 - multi-pack-index -h output has no \t ok 399 - multi-pack-index -h output has dashed labels ok 400 - multi-pack-index -h output has consistent spacing ok 401 - multi-pack-index *.txt SYNOPSIS has dashed labels not ok 402 - multi-pack-index -h output and SYNOPSIS agree # TODO known breakage ok 403 - mv -h output has no \t ok 404 - mv -h output has dashed labels ok 405 - mv -h output has consistent spacing ok 406 - mv *.txt SYNOPSIS has dashed labels ok 407 - mv -h output and SYNOPSIS agree ok 408 - name-rev -h output has no \t ok 409 - name-rev -h output has dashed labels ok 410 - name-rev -h output has consistent spacing ok 411 - name-rev *.txt SYNOPSIS has dashed labels not ok 412 - name-rev -h output and SYNOPSIS agree # TODO known breakage ok 413 - notes -h output has no \t ok 414 - notes -h output has dashed labels ok 415 - notes -h output has consistent spacing ok 416 - notes *.txt SYNOPSIS has dashed labels not ok 417 - notes -h output and SYNOPSIS agree # TODO known breakage ok 418 - pack-objects -h output has no \t ok 419 - pack-objects -h output has dashed labels ok 420 - pack-objects -h output has consistent spacing ok 421 - pack-objects *.txt SYNOPSIS has dashed labels not ok 422 - pack-objects -h output and SYNOPSIS agree # TODO known breakage ok 423 - pack-redundant -h output has no \t ok 424 - pack-redundant -h output has dashed labels ok 425 - pack-redundant -h output has consistent spacing ok 426 - pack-redundant *.txt SYNOPSIS has dashed labels ok 427 - pack-redundant -h output and SYNOPSIS agree ok 428 - pack-refs -h output has no \t ok 429 - pack-refs -h output has dashed labels ok 430 - pack-refs -h output has consistent spacing ok 431 - pack-refs *.txt SYNOPSIS has dashed labels ok 432 - pack-refs -h output and SYNOPSIS agree ok 433 - patch-id -h output has no \t ok 434 - patch-id -h output has dashed labels ok 435 - patch-id -h output has consistent spacing ok 436 - patch-id *.txt SYNOPSIS has dashed labels ok 437 - patch-id -h output and SYNOPSIS agree ok 438 - pickaxe -h output has no \t ok 439 - pickaxe -h output has dashed labels ok 440 - pickaxe -h output has consistent spacing ok 441 # skip pickaxe *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_PICKAXE) ok 442 # skip pickaxe -h output and SYNOPSIS agree (missing BUILTIN_TXT_PICKAXE) ok 443 - prune -h output has no \t ok 444 - prune -h output has dashed labels ok 445 - prune -h output has consistent spacing ok 446 - prune *.txt SYNOPSIS has dashed labels ok 447 - prune -h output and SYNOPSIS agree ok 448 - prune-packed -h output has no \t ok 449 - prune-packed -h output has dashed labels ok 450 - prune-packed -h output has consistent spacing ok 451 - prune-packed *.txt SYNOPSIS has dashed labels ok 452 - prune-packed -h output and SYNOPSIS agree ok 453 - pull -h output has no \t ok 454 - pull -h output has dashed labels ok 455 - pull -h output has consistent spacing ok 456 - pull *.txt SYNOPSIS has dashed labels ok 457 - pull -h output and SYNOPSIS agree ok 458 - push -h output has no \t ok 459 - push -h output has dashed labels ok 460 - push -h output has consistent spacing ok 461 - push *.txt SYNOPSIS has dashed labels not ok 462 - push -h output and SYNOPSIS agree # TODO known breakage ok 463 - range-diff -h output has no \t ok 464 - range-diff -h output has dashed labels ok 465 - range-diff -h output has consistent spacing ok 466 - range-diff *.txt SYNOPSIS has dashed labels not ok 467 - range-diff -h output and SYNOPSIS agree # TODO known breakage ok 468 - read-tree -h output has no \t ok 469 - read-tree -h output has dashed labels ok 470 - read-tree -h output has consistent spacing ok 471 - read-tree *.txt SYNOPSIS has dashed labels ok 472 - read-tree -h output and SYNOPSIS agree ok 473 - rebase -h output has no \t ok 474 - rebase -h output has dashed labels ok 475 - rebase -h output has consistent spacing ok 476 - rebase *.txt SYNOPSIS has dashed labels not ok 477 - rebase -h output and SYNOPSIS agree # TODO known breakage ok 478 - receive-pack -h output has no \t ok 479 - receive-pack -h output has dashed labels ok 480 - receive-pack -h output has consistent spacing ok 481 - receive-pack *.txt SYNOPSIS has dashed labels ok 482 - receive-pack -h output and SYNOPSIS agree ok 483 - reflog -h output has no \t ok 484 - reflog -h output has dashed labels ok 485 - reflog -h output has consistent spacing ok 486 - reflog *.txt SYNOPSIS has dashed labels ok 487 - reflog -h output and SYNOPSIS agree ok 488 - refs -h output has no \t ok 489 - refs -h output has dashed labels ok 490 - refs -h output has consistent spacing ok 491 - refs *.txt SYNOPSIS has dashed labels ok 492 - refs -h output and SYNOPSIS agree ok 493 - remote -h output has no \t ok 494 - remote -h output has dashed labels ok 495 - remote -h output has consistent spacing ok 496 - remote *.txt SYNOPSIS has dashed labels not ok 497 - remote -h output and SYNOPSIS agree # TODO known breakage ok 498 - remote-ext -h output has no \t ok 499 - remote-ext -h output has dashed labels ok 500 - remote-ext -h output has consistent spacing ok 501 - remote-ext *.txt SYNOPSIS has dashed labels not ok 502 - remote-ext -h output and SYNOPSIS agree # TODO known breakage ok 503 - remote-fd -h output has no \t ok 504 - remote-fd -h output has dashed labels ok 505 - remote-fd -h output has consistent spacing ok 506 - remote-fd *.txt SYNOPSIS has dashed labels not ok 507 - remote-fd -h output and SYNOPSIS agree # TODO known breakage ok 508 - repack -h output has no \t ok 509 - repack -h output has dashed labels ok 510 - repack -h output has consistent spacing ok 511 - repack *.txt SYNOPSIS has dashed labels not ok 512 - repack -h output and SYNOPSIS agree # TODO known breakage ok 513 - replace -h output has no \t ok 514 - replace -h output has dashed labels ok 515 - replace -h output has consistent spacing ok 516 - replace *.txt SYNOPSIS has dashed labels ok 517 - replace -h output and SYNOPSIS agree ok 518 - replay -h output has no \t ok 519 - replay -h output has dashed labels ok 520 - replay -h output has consistent spacing ok 521 - replay *.txt SYNOPSIS has dashed labels ok 522 - replay -h output and SYNOPSIS agree ok 523 - rerere -h output has no \t ok 524 - rerere -h output has dashed labels ok 525 - rerere -h output has consistent spacing ok 526 - rerere *.txt SYNOPSIS has dashed labels ok 527 - rerere -h output and SYNOPSIS agree ok 528 - reset -h output has no \t ok 529 - reset -h output has dashed labels ok 530 - reset -h output has consistent spacing ok 531 - reset *.txt SYNOPSIS has dashed labels not ok 532 - reset -h output and SYNOPSIS agree # TODO known breakage ok 533 - restore -h output has no \t ok 534 - restore -h output has dashed labels ok 535 - restore -h output has consistent spacing ok 536 - restore *.txt SYNOPSIS has dashed labels not ok 537 - restore -h output and SYNOPSIS agree # TODO known breakage ok 538 - rev-list -h output has no \t ok 539 - rev-list -h output has dashed labels ok 540 - rev-list -h output has consistent spacing ok 541 - rev-list *.txt SYNOPSIS has dashed labels ok 542 - rev-list -h output and SYNOPSIS agree ok 543 - rev-parse -h output has no \t ok 544 - rev-parse -h output has dashed labels ok 545 - rev-parse -h output has consistent spacing ok 546 - rev-parse *.txt SYNOPSIS has dashed labels not ok 547 - rev-parse -h output and SYNOPSIS agree # TODO known breakage ok 548 - revert -h output has no \t ok 549 - revert -h output has dashed labels ok 550 - revert -h output has consistent spacing ok 551 - revert *.txt SYNOPSIS has dashed labels ok 552 - revert -h output and SYNOPSIS agree ok 553 - rm -h output has no \t ok 554 - rm -h output has dashed labels ok 555 - rm -h output has consistent spacing ok 556 - rm *.txt SYNOPSIS has dashed labels ok 557 - rm -h output and SYNOPSIS agree ok 558 - send-pack -h output has no \t ok 559 - send-pack -h output has dashed labels ok 560 - send-pack -h output has consistent spacing ok 561 - send-pack *.txt SYNOPSIS has dashed labels ok 562 - send-pack -h output and SYNOPSIS agree ok 563 - shortlog -h output has no \t ok 564 - shortlog -h output has dashed labels ok 565 - shortlog -h output has consistent spacing ok 566 - shortlog *.txt SYNOPSIS has dashed labels ok 567 - shortlog -h output and SYNOPSIS agree ok 568 - show -h output has no \t ok 569 - show -h output has dashed labels ok 570 - show -h output has consistent spacing ok 571 - show *.txt SYNOPSIS has dashed labels not ok 572 - show -h output and SYNOPSIS agree # TODO known breakage ok 573 - show-branch -h output has no \t ok 574 - show-branch -h output has dashed labels ok 575 - show-branch -h output has consistent spacing ok 576 - show-branch *.txt SYNOPSIS has dashed labels ok 577 - show-branch -h output and SYNOPSIS agree ok 578 - show-index -h output has no \t ok 579 - show-index -h output has dashed labels ok 580 - show-index -h output has consistent spacing ok 581 - show-index *.txt SYNOPSIS has dashed labels ok 582 - show-index -h output and SYNOPSIS agree ok 583 - show-ref -h output has no \t ok 584 - show-ref -h output has dashed labels ok 585 - show-ref -h output has consistent spacing ok 586 - show-ref *.txt SYNOPSIS has dashed labels ok 587 - show-ref -h output and SYNOPSIS agree ok 588 - sparse-checkout -h output has no \t ok 589 - sparse-checkout -h output has dashed labels ok 590 - sparse-checkout -h output has consistent spacing ok 591 - sparse-checkout *.txt SYNOPSIS has dashed labels ok 592 - sparse-checkout -h output and SYNOPSIS agree ok 593 - stage -h output has no \t ok 594 - stage -h output has dashed labels ok 595 - stage -h output has consistent spacing ok 596 - stage *.txt SYNOPSIS has dashed labels not ok 597 - stage -h output and SYNOPSIS agree # TODO known breakage ok 598 - stash -h output has no \t ok 599 - stash -h output has dashed labels ok 600 - stash -h output has consistent spacing ok 601 - stash *.txt SYNOPSIS has dashed labels ok 602 - stash -h output and SYNOPSIS agree ok 603 - status -h output has no \t ok 604 - status -h output has dashed labels ok 605 - status -h output has consistent spacing ok 606 - status *.txt SYNOPSIS has dashed labels ok 607 - status -h output and SYNOPSIS agree ok 608 - stripspace -h output has no \t ok 609 - stripspace -h output has dashed labels ok 610 - stripspace -h output has consistent spacing ok 611 - stripspace *.txt SYNOPSIS has dashed labels ok 612 - stripspace -h output and SYNOPSIS agree ok 613 - submodule--helper -h output has no \t ok 614 - submodule--helper -h output has dashed labels ok 615 - submodule--helper -h output has consistent spacing ok 616 # skip submodule--helper *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_SUBMODULE__HELPER) ok 617 # skip submodule--helper -h output and SYNOPSIS agree (missing BUILTIN_TXT_SUBMODULE__HELPER) ok 618 - switch -h output has no \t ok 619 - switch -h output has dashed labels ok 620 - switch -h output has consistent spacing ok 621 - switch *.txt SYNOPSIS has dashed labels not ok 622 - switch -h output and SYNOPSIS agree # TODO known breakage ok 623 - symbolic-ref -h output has no \t ok 624 - symbolic-ref -h output has dashed labels ok 625 - symbolic-ref -h output has consistent spacing ok 626 - symbolic-ref *.txt SYNOPSIS has dashed labels ok 627 - symbolic-ref -h output and SYNOPSIS agree ok 628 - tag -h output has no \t ok 629 - tag -h output has dashed labels ok 630 - tag -h output has consistent spacing ok 631 - tag *.txt SYNOPSIS has dashed labels ok 632 - tag -h output and SYNOPSIS agree ok 633 - unpack-file -h output has no \t ok 634 - unpack-file -h output has dashed labels ok 635 - unpack-file -h output has consistent spacing ok 636 - unpack-file *.txt SYNOPSIS has dashed labels ok 637 - unpack-file -h output and SYNOPSIS agree ok 638 - unpack-objects -h output has no \t ok 639 - unpack-objects -h output has dashed labels ok 640 - unpack-objects -h output has consistent spacing ok 641 - unpack-objects *.txt SYNOPSIS has dashed labels ok 642 - unpack-objects -h output and SYNOPSIS agree ok 643 - update-index -h output has no \t ok 644 - update-index -h output has dashed labels ok 645 - update-index -h output has consistent spacing ok 646 - update-index *.txt SYNOPSIS has dashed labels not ok 647 - update-index -h output and SYNOPSIS agree # TODO known breakage ok 648 - update-ref -h output has no \t ok 649 - update-ref -h output has dashed labels ok 650 - update-ref -h output has consistent spacing ok 651 - update-ref *.txt SYNOPSIS has dashed labels not ok 652 - update-ref -h output and SYNOPSIS agree # TODO known breakage ok 653 - update-server-info -h output has no \t ok 654 - update-server-info -h output has dashed labels ok 655 - update-server-info -h output has consistent spacing ok 656 - update-server-info *.txt SYNOPSIS has dashed labels ok 657 - update-server-info -h output and SYNOPSIS agree ok 658 - upload-archive -h output has no \t ok 659 - upload-archive -h output has dashed labels ok 660 - upload-archive -h output has consistent spacing ok 661 - upload-archive *.txt SYNOPSIS has dashed labels ok 662 - upload-archive -h output and SYNOPSIS agree ok 663 - upload-archive--writer -h output has no \t ok 664 - upload-archive--writer -h output has dashed labels ok 665 - upload-archive--writer -h output has consistent spacing ok 666 # skip upload-archive--writer *.txt SYNOPSIS has dashed labels (missing BUILTIN_TXT_UPLOAD_ARCHIVE__WRITER) ok 667 # skip upload-archive--writer -h output and SYNOPSIS agree (missing BUILTIN_TXT_UPLOAD_ARCHIVE__WRITER) ok 668 - upload-pack -h output has no \t ok 669 - upload-pack -h output has dashed labels ok 670 - upload-pack -h output has consistent spacing ok 671 - upload-pack *.txt SYNOPSIS has dashed labels ok 672 - upload-pack -h output and SYNOPSIS agree ok 673 - var -h output has no \t ok 674 - var -h output has dashed labels ok 675 - var -h output has consistent spacing ok 676 - var *.txt SYNOPSIS has dashed labels ok 677 - var -h output and SYNOPSIS agree ok 678 - verify-commit -h output has no \t ok 679 - verify-commit -h output has dashed labels ok 680 - verify-commit -h output has consistent spacing ok 681 - verify-commit *.txt SYNOPSIS has dashed labels ok 682 - verify-commit -h output and SYNOPSIS agree ok 683 - verify-pack -h output has no \t ok 684 - verify-pack -h output has dashed labels ok 685 - verify-pack -h output has consistent spacing ok 686 - verify-pack *.txt SYNOPSIS has dashed labels ok 687 - verify-pack -h output and SYNOPSIS agree ok 688 - verify-tag -h output has no \t ok 689 - verify-tag -h output has dashed labels ok 690 - verify-tag -h output has consistent spacing ok 691 - verify-tag *.txt SYNOPSIS has dashed labels ok 692 - verify-tag -h output and SYNOPSIS agree ok 693 - version -h output has no \t ok 694 - version -h output has dashed labels ok 695 - version -h output has consistent spacing ok 696 - version *.txt SYNOPSIS has dashed labels ok 697 - version -h output and SYNOPSIS agree ok 698 - whatchanged -h output has no \t ok 699 - whatchanged -h output has dashed labels ok 700 - whatchanged -h output has consistent spacing ok 701 - whatchanged *.txt SYNOPSIS has dashed labels not ok 702 - whatchanged -h output and SYNOPSIS agree # TODO known breakage ok 703 - worktree -h output has no \t ok 704 - worktree -h output has dashed labels ok 705 - worktree -h output has consistent spacing ok 706 - worktree *.txt SYNOPSIS has dashed labels ok 707 - worktree -h output and SYNOPSIS agree ok 708 - write-tree -h output has no \t ok 709 - write-tree -h output has dashed labels ok 710 - write-tree -h output has consistent spacing ok 711 - write-tree *.txt SYNOPSIS has dashed labels ok 712 - write-tree -h output and SYNOPSIS agree # still have 56 known breakage(s) # passed all remaining 656 test(s) 1..712 *** t0500-progress-display.sh *** ok 1 - simple progress display ok 2 - progress display with total ok 3 - progress display breaks long lines #1 ok 4 - progress display breaks long lines #2 ok 5 - progress display breaks long lines #3 - even the first is too long ok 6 - progress display breaks long lines #4 - title line matches terminal width ok 7 - progress shortens - crazy caller ok 8 - progress display with throughput ok 9 - progress display with throughput and total ok 10 - cover up after throughput shortens ok 11 - cover up after throughput shortens a lot ok 12 - progress generates traces ok 13 - progress generates traces: stop / start ok 14 - progress generates traces: start without stop ok 15 - progress generates traces: stop without start ok 16 - progress generates traces: start with active progress bar (no stops) # passed all 16 test(s) 1..16 *** t0600-reffiles-backend.sh *** ok 1 - setup ok 2 - empty directory should not fool rev-parse ok 3 - empty directory should not fool for-each-ref ok 4 - empty directory should not fool create ok 5 - empty directory should not fool verify ok 6 - empty directory should not fool 1-arg update ok 7 - empty directory should not fool 2-arg update ok 8 - empty directory should not fool 0-arg delete ok 9 - empty directory should not fool 1-arg delete ok 10 - non-empty directory blocks create ok 11 - broken reference blocks create ok 12 - non-empty directory blocks indirect create ok 13 - broken reference blocks indirect create ok 14 - no bogus intermediate values during delete ok 15 - delete fails cleanly if packed-refs file is locked ok 16 - delete fails cleanly if packed-refs.new write fails ok 17 - setup worktree ok 18 - for_each_reflog() ok 19 - parsing reverse reflogs at BUFSIZ boundaries ok 20 - reflog expire operates on symref not referrent ok 21 - empty reflog ok 22 - ref resolution not confused by broken symlinks ok 23 - log diagnoses bogus HEAD hash ok 24 - log diagnoses bogus HEAD symref ok 25 - empty directory removal ok 26 - symref empty directory removal ok 27 - directory not created deleting packed ref ok 28 - git branch -m u v should fail when the reflog for u is a symlink ok 29 - git branch -m with symlinked .git/refs ok 30 # skip rebase when .git/logs is a symlink (missing SYMLINKS_WINDOWS,MINGW of MINGW,SYMLINKS_WINDOWS) ok 31 - git reflog expire honors core.sharedRepository ok 32 - symref transaction supports symlinks ok 33 - symref transaction supports false symlink config # passed all 33 test(s) 1..33 *** t0601-reffiles-pack-refs.sh *** ok 1 - enable reflogs ok 2 - prepare a trivial repository ok 3 - pack-refs --prune --all ok 4 - see if git show-ref works as expected ok 5 - see if a branch still exists when packed ok 6 - git branch c/d should barf if branch c exists ok 7 - see if a branch still exists after git pack-refs --prune ok 8 - see if git pack-refs --prune remove ref files ok 9 - see if git pack-refs --prune removes empty dirs ok 10 - git branch g should work when git branch g/h has been deleted ok 11 - git branch i/j/k should barf if branch i exists ok 12 - test git branch k after branch k/l/m and k/lm have been deleted ok 13 - test git branch n after some branch deletion and pruning ok 14 - test excluded refs are not packed ok 15 - test --no-exclude refs clears excluded refs ok 16 - test only included refs are packed ok 17 - test --no-include refs clears included refs ok 18 - test --exclude takes precedence over --include ok 19 - see if up-to-date packed refs are preserved ok 20 - pack, prune and repack ok 21 - explicit pack-refs with dangling packed reference ok 22 - delete ref with dangling packed version ok 23 - delete ref while another dangling packed ref ok 24 - pack ref directly below refs/ ok 25 - do not pack ref in refs/bisect ok 26 - disable reflogs ok 27 - create packed foo/bar/baz branch ok 28 - notice d/f conflict with existing directory ok 29 - existing directory reports concrete ref ok 30 - notice d/f conflict with existing ref ok 31 - reject packed-refs with unterminated line ok 32 - reject packed-refs containing junk ok 33 - reject packed-refs with a short SHA-1 ok 34 - timeout if packed-refs.lock exists ok 35 - retry acquiring packed-refs.lock ok 36 - pack symlinked packed-refs ok 37 - refs/worktree must not be packed ok 38 - create packed-refs file with broken ref ok 39 - pack-refs does not silently delete broken packed ref ok 40 - pack-refs does not drop broken refs during deletion ok 41 - git pack-refs --all --auto does not repack below 16 refs without packed-refs ok 42 - git pack-refs --all --auto does not repack below 16 refs with small packed-refs ok 43 - git pack-refs --all --auto scales with size of packed-refs ok 44 - git maintenance run --task=pack-refs --auto does not repack below 16 refs without packed-refs ok 45 - git maintenance run --task=pack-refs --auto does not repack below 16 refs with small packed-refs ok 46 - git maintenance run --task=pack-refs --auto scales with size of packed-refs # passed all 46 test(s) 1..46 *** t0602-reffiles-fsck.sh *** ok 1 - ref name should be checked ok 2 - ref name check should be adapted into fsck messages # passed all 2 test(s) 1..2 *** t0610-reftable-basics.sh *** ok 1 - init: creates basic reftable structures ok 2 - init: sha256 object format via environment variable ok 3 - init: sha256 object format via option ok 4 - init: reinitializing reftable backend succeeds ok 5 - init: reinitializing files with reftable backend fails ok 6 - init: reinitializing reftable with files backend fails ok 7 - init: honors --shared=umask with umask 002 ok 8 - pack-refs: honors --shared=umask with umask 002 ok 9 - init: honors --shared=umask with umask 022 ok 10 - pack-refs: honors --shared=umask with umask 022 ok 11 - init: honors --shared=umask with umask 027 ok 12 - pack-refs: honors --shared=umask with umask 027 ok 13 - init: honors --shared=group with umask 002 ok 14 - pack-refs: honors --shared=group with umask 002 ok 15 - init: honors --shared=group with umask 022 ok 16 - pack-refs: honors --shared=group with umask 022 ok 17 - init: honors --shared=group with umask 027 ok 18 - pack-refs: honors --shared=group with umask 027 ok 19 - init: honors --shared=world with umask 002 ok 20 - pack-refs: honors --shared=world with umask 002 ok 21 - init: honors --shared=world with umask 022 ok 22 - pack-refs: honors --shared=world with umask 022 ok 23 - init: honors --shared=world with umask 027 ok 24 - pack-refs: honors --shared=world with umask 027 ok 25 - clone: can clone reftable repository ok 26 - clone: can clone reffiles into reftable repository ok 27 - clone: can clone reftable into reffiles repository ok 28 - ref transaction: corrupted tables cause failure ok 29 - ref transaction: corrupted tables.list cause failure ok 30 - ref transaction: refuses to write ref causing F/D conflict ok 31 - ref transaction: deleting ref with invalid name fails ok 32 - ref transaction: can skip object ID verification ok 33 - ref transaction: updating same ref multiple times fails ok 34 - ref transaction: can delete symbolic self-reference with git-symbolic-ref(1) ok 35 - ref transaction: deleting symbolic self-reference without --no-deref fails ok 36 - ref transaction: deleting symbolic self-reference with --no-deref succeeds ok 37 - ref transaction: creating symbolic ref fails with F/D conflict ok 38 - ref transaction: ref deletion ok 39 - ref transaction: writes cause auto-compaction ok 40 - ref transaction: env var disables compaction ok 41 - ref transaction: alternating table sizes are compacted ok 42 - ref transaction: writes are synced ok 43 - ref transaction: empty transaction in empty repo ok 44 - ref transaction: fails gracefully when auto compaction fails ok 45 - ref transaction: timeout acquiring tables.list lock ok 46 - ref transaction: retry acquiring tables.list lock ok 47 - ref transaction: many concurrent writers ok 48 - pack-refs: compacts tables ok 49 - pack-refs: compaction raises locking errors ok 50 - pack-refs: auto compaction ok 51 - gc: auto compaction ok 52 - maintenance run --task=pack-refs: auto compaction ok 53 - pack-refs: prunes stale tables ok 54 - pack-refs: does not prune non-table files ok 55 - packed-refs: writes are synced ok 56 - ref iterator: bogus names are flagged ok 57 - ref iterator: missing object IDs are not flagged ok 58 - basic: commit and list refs ok 59 - basic: can write large commit message ok 60 - basic: show-ref fails with empty repository ok 61 - basic: can check out unborn branch ok 62 - basic: peeled tags are stored ok 63 - basic: for-each-ref can print symrefs ok 64 - basic: notes ok 65 - basic: stash ok 66 - basic: cherry-pick ok 67 - basic: rebase ok 68 - reflog: can delete separate reflog entries ok 69 - reflog: can switch to previous branch ok 70 - reflog: copying branch writes reflog entry ok 71 - reflog: renaming branch writes reflog entry ok 72 - reflog: can store empty logs ok 73 - reflog: expiry empties reflog ok 74 - reflog: can be deleted ok 75 - reflog: garbage collection deletes reflog entries ok 76 - reflog: updates via HEAD update HEAD reflog ok 77 - branch: copying branch with D/F conflict ok 78 - branch: moving branch with D/F conflict ok 79 - worktree: adding worktree creates separate stack ok 80 - worktree: pack-refs in main repo packs main refs ok 81 - worktree: pack-refs in worktree packs worktree refs ok 82 - worktree: creating shared ref updates main stack ok 83 - worktree: creating per-worktree ref updates worktree stack ok 84 - worktree: creating per-worktree ref from main repo ok 85 - worktree: creating per-worktree ref from second worktree ok 86 - worktree: can create shared and per-worktree ref in one transaction ok 87 - worktree: can access common refs ok 88 - worktree: adds worktree with detached HEAD ok 89 - fetch: accessing FETCH_HEAD special ref works # passed all 89 test(s) 1..89 *** t0611-reftable-httpd.sh *** 1..0 # SKIP no web server found at '' *** t0612-reftable-jgit-compatibility.sh *** 1..0 # SKIP skipping reftable JGit tests; JGit is not present in PATH *** t0613-reftable-write-options.sh *** ok 1 - default write options ok 2 - disabled reflog writes no log blocks ok 3 - many refs results in multiple blocks ok 4 - tiny block size leads to error ok 5 - small block size leads to multiple ref blocks ok 6 - small block size fails with large reflog message ok 7 - block size exceeding maximum supported size ok 8 - restart interval at every single record ok 9 - restart interval exceeding maximum supported interval ok 10 - object index gets written by default with ref index ok 11 - object index can be disabled # passed all 11 test(s) 1..11 *** t1000-read-tree-m-3way.sh *** ok 1 - adding test file NN and Z/NN ok 2 - adding test file ND and Z/ND ok 3 - adding test file NM and Z/NM ok 4 - adding test file DN and Z/DN ok 5 - adding test file DD and Z/DD ok 6 - adding test file DM and Z/DM ok 7 - adding test file MN and Z/MN ok 8 - adding test file MD and Z/MD ok 9 - adding test file MM and Z/MM ok 10 - adding test file SS ok 11 - adding test file TT ok 12 - prepare initial tree ok 13 - change in branch A (removal) ok 14 - change in branch A (modification) ok 15 - change in branch A (modification) ok 16 - change in branch A (modification) ok 17 - change in branch A (modification) ok 18 - change in branch A (modification) ok 19 - change in branch A (modification) ok 20 - change in branch A (addition) ok 21 - change in branch A (addition) ok 22 - change in branch A (addition) ok 23 - change in branch A (addition) ok 24 - change in branch A (addition) ok 25 - change in branch A (edit) ok 26 - change in branch A (change file to directory) ok 27 - recording branch A tree ok 28 - reading original tree and checking out ok 29 - change in branch B (removal) ok 30 - change in branch B (modification) ok 31 - change in branch B (modification) ok 32 - change in branch B (modification) ok 33 - change in branch B (modification) ok 34 - change in branch B (modification) ok 35 - change in branch B (modification) ok 36 - change in branch B (addition) ok 37 - change in branch B (addition) ok 38 - change in branch B (addition) ok 39 - change in branch B (addition) ok 40 - change in branch B (addition and modification) ok 41 - change in branch B (modification) ok 42 - change in branch B (addition of a file to conflict with directory) ok 43 - recording branch B tree ok 44 - keep contents of 3 trees for easy access ok 45 - 3-way merge with git read-tree -m, empty cache ok 46 - 3-way merge with git read-tree -m, match H ok 47 - 1 - must not have an entry not in A. ok 48 - 2 - must match B in !O && !A && B case. ok 49 - 2 - matching B alone is OK in !O && !A && B case. ok 50 - 3 - must match A in !O && A && !B case. ok 51 - 3 - matching A alone is OK in !O && A && !B case. ok 52 - 3 (fail) - must match A in !O && A && !B case. ok 53 - 4 - must match and be up-to-date in !O && A && B && A!=B case. ok 54 - 4 (fail) - must match and be up-to-date in !O && A && B && A!=B case. ok 55 - 4 (fail) - must match and be up-to-date in !O && A && B && A!=B case. ok 56 - 5 - must match in !O && A && B && A==B case. ok 57 - 5 - must match in !O && A && B && A==B case. ok 58 - 5 (fail) - must match A in !O && A && B && A==B case. ok 59 - 6 - must not exist in O && !A && !B case ok 60 - 7 - must not exist in O && !A && B && O!=B case ok 61 - 8 - must not exist in O && !A && B && O==B case ok 62 - 9 - must match and be up-to-date in O && A && !B && O!=A case ok 63 - 9 (fail) - must match and be up-to-date in O && A && !B && O!=A case ok 64 - 9 (fail) - must match and be up-to-date in O && A && !B && O!=A case ok 65 - 10 - must match and be up-to-date in O && A && !B && O==A case ok 66 - 10 (fail) - must match and be up-to-date in O && A && !B && O==A case ok 67 - 10 (fail) - must match and be up-to-date in O && A && !B && O==A case ok 68 - 11 - must match and be up-to-date in O && A && B && O!=A && O!=B && A!=B case ok 69 - 11 (fail) - must match and be up-to-date in O && A && B && O!=A && O!=B && A!=B case ok 70 - 11 (fail) - must match and be up-to-date in O && A && B && O!=A && O!=B && A!=B case ok 71 - 12 - must match A in O && A && B && O!=A && A==B case ok 72 - 12 - must match A in O && A && B && O!=A && A==B case ok 73 - 12 (fail) - must match A in O && A && B && O!=A && A==B case ok 74 - 13 - must match A in O && A && B && O!=A && O==B case ok 75 - 13 - must match A in O && A && B && O!=A && O==B case ok 76 - 14 - must match and be up-to-date in O && A && B && O==A && O!=B case ok 77 - 14 - may match B in O && A && B && O==A && O!=B case ok 78 - 14 (fail) - must match and be up-to-date in O && A && B && O==A && O!=B case ok 79 - 14 (fail) - must match and be up-to-date in O && A && B && O==A && O!=B case ok 80 - 15 - must match A in O && A && B && O==A && O==B case ok 81 - 15 - must match A in O && A && B && O==A && O==B case ok 82 - 15 (fail) - must match A in O && A && B && O==A && O==B case ok 83 - 16 - A matches in one and B matches in another. # passed all 83 test(s) 1..83 *** t1001-read-tree-m-2way.sh *** ok 1 - setup ok 2 - 1, 2, 3 - no carry forward ok 3 - 4 - carry forward local addition. ok 4 - 5 - carry forward local addition. ok 5 - 6 - local addition already has the same. ok 6 - 7 - local addition already has the same. ok 7 - 8 - conflicting addition. ok 8 - 9 - conflicting addition. ok 9 - 10 - path removed. ok 10 - 11 - dirty path removed. ok 11 - 12 - unmatching local changes being removed. ok 12 - 13 - unmatching local changes being removed. ok 13 - 14 - unchanged in two heads. ok 14 - 15 - unchanged in two heads. ok 15 - 16 - conflicting local change. ok 16 - 17 - conflicting local change. ok 17 - 18 - local change already having a good result. ok 18 - 19 - local change already having a good result, further modified. ok 19 - 20 - no local change, use new tree. ok 20 - 21 - no local change, dirty cache. ok 21 - 22 - local change cache updated. ok 22 - DF vs DF/DF case setup. ok 23 - DF vs DF/DF case test. ok 24 - a/b (untracked) vs a case setup. ok 25 - a/b (untracked) vs a, plus c/d case test. ok 26 - read-tree supports the super-prefix ok 27 - a/b vs a, plus c/d case setup. ok 28 - a/b vs a, plus c/d case test. ok 29 - -m references the correct modified tree # passed all 29 test(s) 1..29 *** t1002-read-tree-m-u-2way.sh *** ok 1 - setup ok 2 - 1, 2, 3 - no carry forward ok 3 - 4 - carry forward local addition. ok 4 - 5 - carry forward local addition. ok 5 - 6 - local addition already has the same. ok 6 - 7 - local addition already has the same. ok 7 - 8 - conflicting addition. ok 8 - 9 - conflicting addition. ok 9 - 10 - path removed. ok 10 - 11 - dirty path removed. ok 11 - 12 - unmatching local changes being removed. ok 12 - 13 - unmatching local changes being removed. ok 13 - 14 - unchanged in two heads. ok 14 - 15 - unchanged in two heads. ok 15 - 16 - conflicting local change. ok 16 - 17 - conflicting local change. ok 17 - 18 - local change already having a good result. ok 18 - 19 - local change already having a good result, further modified. ok 19 - 20 - no local change, use new tree. ok 20 - 21 - no local change, dirty cache. ok 21 - DF vs DF/DF case setup. ok 22 - DF vs DF/DF case test. # passed all 22 test(s) 1..22 *** t1003-read-tree-prefix.sh *** ok 1 - setup ok 2 - read-tree --prefix ok 3 - read-tree --prefix with leading slash exits with error # passed all 3 test(s) 1..3 *** t1004-read-tree-m-u-wf.sh *** ok 1 - two-way setup ok 2 - two-way not clobbering ok 3 - two-way with incorrect --exclude-per-directory (1) ok 4 - two-way with incorrect --exclude-per-directory (2) ok 5 - two-way clobbering a ignored file ok 6 - three-way not complaining on an untracked path in both ok 7 - three-way not clobbering a working tree file ok 8 - three-way not complaining on an untracked file ok 9 - 3-way not overwriting local changes (setup) ok 10 - 3-way not overwriting local changes (our side) ok 11 - 3-way not overwriting local changes (their side) ok 12 - funny symlink in work tree ok 13 # skip funny symlink in work tree, un-unlink-able (missing SANITY) ok 14 - D/F setup ok 15 - D/F ok 16 - D/F resolve ok 17 - D/F recursive # passed all 17 test(s) 1..17 *** t1005-read-tree-reset.sh *** ok 1 - setup ok 2 - reset should work ok 3 - reset should remove remnants from a failed merge ok 4 - two-way reset should remove remnants too ok 5 - Porcelain reset should remove remnants too ok 6 - Porcelain checkout -f should remove remnants too ok 7 - Porcelain checkout -f HEAD should remove remnants too # passed all 7 test(s) 1..7 *** t1006-cat-file.sh *** ok 1 - usage: cmdmode -e -p ok 2 - usage: cmdmode -p -t ok 3 - usage: cmdmode -t -s ok 4 - usage: cmdmode -s --textconv ok 5 - usage: cmdmode --textconv --filters ok 6 - usage: cmdmode --batch-all-objects -e ok 7 - usage: incompatible options: --path with --batch ok 8 - usage: incompatible options: --path with --batch-check ok 9 - usage: --textconv requires another option ok 10 - usage: --filters requires another option ok 11 - usage: -e requires another option ok 12 - usage: incompatible options: -e and --batch ok 13 - usage: incompatible options: -e and --batch-check ok 14 - usage: incompatible options: -e and --follow-symlinks ok 15 - usage: incompatible options: -e and --path=foo HEAD:some-path.txt ok 16 - usage: -p requires another option ok 17 - usage: incompatible options: -p and --batch ok 18 - usage: incompatible options: -p and --batch-check ok 19 - usage: incompatible options: -p and --follow-symlinks ok 20 - usage: incompatible options: -p and --path=foo HEAD:some-path.txt ok 21 - usage: -t requires another option ok 22 - usage: incompatible options: -t and --batch ok 23 - usage: incompatible options: -t and --batch-check ok 24 - usage: incompatible options: -t and --follow-symlinks ok 25 - usage: incompatible options: -t and --path=foo HEAD:some-path.txt ok 26 - usage: -s requires another option ok 27 - usage: incompatible options: -s and --batch ok 28 - usage: incompatible options: -s and --batch-check ok 29 - usage: incompatible options: -s and --follow-symlinks ok 30 - usage: incompatible options: -s and --path=foo HEAD:some-path.txt ok 31 - usage: too many arguments: -e one two three ok 32 - usage: incompatible arguments: -e with batch option --buffer ok 33 - usage: incompatible arguments: -e with batch option --follow-symlinks ok 34 - usage: too many arguments: -p one two three ok 35 - usage: incompatible arguments: -p with batch option --buffer ok 36 - usage: incompatible arguments: -p with batch option --follow-symlinks ok 37 - usage: too many arguments: -t one two three ok 38 - usage: incompatible arguments: -t with batch option --buffer ok 39 - usage: incompatible arguments: -t with batch option --follow-symlinks ok 40 - usage: too many arguments: -s one two three ok 41 - usage: incompatible arguments: -s with batch option --buffer ok 42 - usage: incompatible arguments: -s with batch option --follow-symlinks ok 43 - usage: too many arguments: --textconv one two three ok 44 - usage: incompatible arguments: --textconv with batch option --buffer ok 45 - usage: incompatible arguments: --textconv with batch option --follow-symlinks ok 46 - usage: too many arguments: --filters one two three ok 47 - usage: incompatible arguments: --filters with batch option --buffer ok 48 - usage: incompatible arguments: --filters with batch option --follow-symlinks ok 49 - usage: bad option combination: --buffer without batch mode ok 50 - usage: bad option combination: --follow-symlinks without batch mode ok 51 - usage: bad option combination: --batch-all-objects without batch mode ok 52 - usage: bad option combination: -z without batch mode ok 53 - usage: bad option combination: -Z without batch mode ok 54 - setup ok 55 - blob exists ok 56 - Type of blob is correct ok 57 - Size of blob is correct ok 58 - Type of blob is correct using --allow-unknown-type ok 59 - Size of blob is correct using --allow-unknown-type ok 60 - Content of blob is correct ok 61 - Pretty content of blob is correct ok 62 - --batch output of blob is correct ok 63 - --batch-check output of blob is correct ok 64 - --batch-command --buffer output of blob content is correct ok 65 - --batch-command --buffer output of blob info is correct ok 66 - --batch-command --no-buffer output of blob content is correct ok 67 - --batch-command --no-buffer output of blob info is correct ok 68 - custom --batch-check format ok 69 - custom --batch-command format ok 70 - --batch-check with %(rest) ok 71 - --batch without type (blob) ok 72 - --batch without size (blob) ok 73 - --batch-command --buffer with flush for blob info ok 74 - --batch-command --buffer without flush for blob info ok 75 - blob exists ok 76 - Type of blob is correct ok 77 - Size of blob is correct ok 78 - Type of blob is correct using --allow-unknown-type ok 79 - Size of blob is correct using --allow-unknown-type ok 80 - Content of blob is correct ok 81 - Pretty content of blob is correct ok 82 - --batch output of blob is correct ok 83 - --batch-check output of blob is correct ok 84 - --batch-command --buffer output of blob content is correct ok 85 - --batch-command --buffer output of blob info is correct ok 86 - --batch-command --no-buffer output of blob content is correct ok 87 - --batch-command --no-buffer output of blob info is correct ok 88 - custom --batch-check format ok 89 - custom --batch-command format ok 90 - --batch-check with %(rest) ok 91 - --batch without type (blob) ok 92 - --batch without size (blob) ok 93 - --batch-command --buffer with flush for blob info ok 94 - --batch-command --buffer without flush for blob info ok 95 - --batch-check without %(rest) considers whole line ok 96 - tree exists ok 97 - Type of tree is correct ok 98 - Size of tree is correct ok 99 - Type of tree is correct using --allow-unknown-type ok 100 - Size of tree is correct using --allow-unknown-type ok 101 - Pretty content of tree is correct ok 102 - --batch-check output of tree is correct ok 103 - --batch-command --buffer output of tree info is correct ok 104 - --batch-command --no-buffer output of tree info is correct ok 105 - custom --batch-check format ok 106 - custom --batch-command format ok 107 - --batch-check with %(rest) ok 108 - tree exists ok 109 - Type of tree is correct ok 110 - Size of tree is correct ok 111 - Type of tree is correct using --allow-unknown-type ok 112 - Size of tree is correct using --allow-unknown-type ok 113 - Pretty content of tree is correct ok 114 - --batch-check output of tree is correct ok 115 - --batch-command --buffer output of tree info is correct ok 116 - --batch-command --no-buffer output of tree info is correct ok 117 - custom --batch-check format ok 118 - custom --batch-command format ok 119 - --batch-check with %(rest) ok 120 - commit exists ok 121 - Type of commit is correct ok 122 - Size of commit is correct ok 123 - Type of commit is correct using --allow-unknown-type ok 124 - Size of commit is correct using --allow-unknown-type ok 125 - Content of commit is correct ok 126 - Pretty content of commit is correct ok 127 - --batch output of commit is correct ok 128 - --batch-check output of commit is correct ok 129 - --batch-command --buffer output of commit content is correct ok 130 - --batch-command --buffer output of commit info is correct ok 131 - --batch-command --no-buffer output of commit content is correct ok 132 - --batch-command --no-buffer output of commit info is correct ok 133 - custom --batch-check format ok 134 - custom --batch-command format ok 135 - --batch-check with %(rest) ok 136 - --batch without type (commit) ok 137 - --batch without size (commit) ok 138 - commit exists ok 139 - Type of commit is correct ok 140 - Size of commit is correct ok 141 - Type of commit is correct using --allow-unknown-type ok 142 - Size of commit is correct using --allow-unknown-type ok 143 - Content of commit is correct ok 144 - Pretty content of commit is correct ok 145 - --batch output of commit is correct ok 146 - --batch-check output of commit is correct ok 147 - --batch-command --buffer output of commit content is correct ok 148 - --batch-command --buffer output of commit info is correct ok 149 - --batch-command --no-buffer output of commit content is correct ok 150 - --batch-command --no-buffer output of commit info is correct ok 151 - custom --batch-check format ok 152 - custom --batch-command format ok 153 - --batch-check with %(rest) ok 154 - --batch without type (commit) ok 155 - --batch without size (commit) ok 156 - tag exists ok 157 - Type of tag is correct ok 158 - Size of tag is correct ok 159 - Type of tag is correct using --allow-unknown-type ok 160 - Size of tag is correct using --allow-unknown-type ok 161 - Content of tag is correct ok 162 - Pretty content of tag is correct ok 163 - --batch output of tag is correct ok 164 - --batch-check output of tag is correct ok 165 - --batch-command --buffer output of tag content is correct ok 166 - --batch-command --buffer output of tag info is correct ok 167 - --batch-command --no-buffer output of tag content is correct ok 168 - --batch-command --no-buffer output of tag info is correct ok 169 - custom --batch-check format ok 170 - custom --batch-command format ok 171 - --batch-check with %(rest) ok 172 - --batch without type (tag) ok 173 - --batch without size (tag) ok 174 - tag exists ok 175 - Type of tag is correct ok 176 - Size of tag is correct ok 177 - Type of tag is correct using --allow-unknown-type ok 178 - Size of tag is correct using --allow-unknown-type ok 179 - Content of tag is correct ok 180 - Pretty content of tag is correct ok 181 - --batch output of tag is correct ok 182 - --batch-check output of tag is correct ok 183 - --batch-command --buffer output of tag content is correct ok 184 - --batch-command --buffer output of tag info is correct ok 185 - --batch-command --no-buffer output of tag content is correct ok 186 - --batch-command --no-buffer output of tag info is correct ok 187 - custom --batch-check format ok 188 - custom --batch-command format ok 189 - --batch-check with %(rest) ok 190 - --batch without type (tag) ok 191 - --batch without size (tag) ok 192 - Reach a blob from a tag pointing to it ok 193 - Passing -t with --batch fails ok 194 - Passing --batch with -t fails ok 195 - Passing -s with --batch fails ok 196 - Passing --batch with -s fails ok 197 - Passing -e with --batch fails ok 198 - Passing --batch with -e fails ok 199 - Passing -p with --batch fails ok 200 - Passing --batch with -p fails ok 201 - Passing with --batch fails ok 202 - Passing --batch with fails ok 203 - Passing oid with --batch fails ok 204 - Passing -t with --batch-check fails ok 205 - Passing --batch-check with -t fails ok 206 - Passing -s with --batch-check fails ok 207 - Passing --batch-check with -s fails ok 208 - Passing -e with --batch-check fails ok 209 - Passing --batch-check with -e fails ok 210 - Passing -p with --batch-check fails ok 211 - Passing --batch-check with -p fails ok 212 - Passing with --batch-check fails ok 213 - Passing --batch-check with fails ok 214 - Passing oid with --batch-check fails ok 215 - Passing -t with --batch-command fails ok 216 - Passing --batch-command with -t fails ok 217 - Passing -s with --batch-command fails ok 218 - Passing --batch-command with -s fails ok 219 - Passing -e with --batch-command fails ok 220 - Passing --batch-command with -e fails ok 221 - Passing -p with --batch-command fails ok 222 - Passing --batch-command with -p fails ok 223 - Passing with --batch-command fails ok 224 - Passing --batch-command with fails ok 225 - Passing oid with --batch-command fails ok 226 - Passing -t with --batch fails ok 227 - Passing --batch with -t fails ok 228 - Passing -s with --batch fails ok 229 - Passing --batch with -s fails ok 230 - Passing -e with --batch fails ok 231 - Passing --batch with -e fails ok 232 - Passing -p with --batch fails ok 233 - Passing --batch with -p fails ok 234 - Passing with --batch fails ok 235 - Passing --batch with fails ok 236 - Passing oid with --batch fails ok 237 - Passing -t with --batch-check fails ok 238 - Passing --batch-check with -t fails ok 239 - Passing -s with --batch-check fails ok 240 - Passing --batch-check with -s fails ok 241 - Passing -e with --batch-check fails ok 242 - Passing --batch-check with -e fails ok 243 - Passing -p with --batch-check fails ok 244 - Passing --batch-check with -p fails ok 245 - Passing with --batch-check fails ok 246 - Passing --batch-check with fails ok 247 - Passing oid with --batch-check fails ok 248 - Passing -t with --batch-command fails ok 249 - Passing --batch-command with -t fails ok 250 - Passing -s with --batch-command fails ok 251 - Passing --batch-command with -s fails ok 252 - Passing -e with --batch-command fails ok 253 - Passing --batch-command with -e fails ok 254 - Passing -p with --batch-command fails ok 255 - Passing --batch-command with -p fails ok 256 - Passing with --batch-command fails ok 257 - Passing --batch-command with fails ok 258 - Passing oid with --batch-command fails ok 259 - Passing -t with --follow-symlinks fails ok 260 - Passing -s with --follow-symlinks fails ok 261 - Passing -e with --follow-symlinks fails ok 262 - Passing -p with --follow-symlinks fails ok 263 - Passing -t with --follow-symlinks fails ok 264 - Passing -s with --follow-symlinks fails ok 265 - Passing -e with --follow-symlinks fails ok 266 - Passing -p with --follow-symlinks fails ok 267 - --batch-check for a non-existent named object ok 268 - --batch-check for a non-existent hash ok 269 - --batch for an existent and a non-existent hash ok 270 - --batch-check for an empty line ok 271 - empty --batch-check notices missing object ok 272 - --batch with multiple oids gives correct format ok 273 - --batch, -z with multiple oids gives correct format ok 274 - --batch, -Z with multiple oids gives correct format ok 275 - --batch-check with multiple oids gives correct format ok 276 - --batch-check, -z with multiple oids gives correct format ok 277 - --batch-check, -Z with multiple oids gives correct format ok 278 - --batch-command with multiple info calls gives correct format ok 279 - --batch-command with multiple command calls gives correct format ok 280 - --batch with multiple oids gives correct format ok 281 - --batch, -z with multiple oids gives correct format ok 282 - --batch, -Z with multiple oids gives correct format ok 283 - --batch-check with multiple oids gives correct format ok 284 - --batch-check, -z with multiple oids gives correct format ok 285 - --batch-check, -Z with multiple oids gives correct format ok 286 - --batch-command with multiple info calls gives correct format ok 287 - --batch-command with multiple command calls gives correct format ok 288 - setup with newline in input ok 289 - --batch-check, -z with newline in input ok 290 - --batch-check, -Z with newline in input ok 291 - setup blobs which are likely to delta ok 292 - confirm that neither loose blob is a delta ok 293 - %(deltabase) reports packed delta bases ok 294 - setup bogus data ok 295 - cat-file -s error on bogus short OID ok 296 - cat-file -s error on bogus full OID ok 297 - cat-file -s error on missing short OID ok 298 - cat-file -s error on missing full OID ok 299 - cat-file -t error on bogus short OID ok 300 - cat-file -t error on bogus full OID ok 301 - cat-file -t error on missing short OID ok 302 - cat-file -t error on missing full OID ok 303 - cat-file -p error on bogus short OID ok 304 - cat-file -p error on bogus full OID ok 305 - cat-file -p error on missing short OID ok 306 - cat-file -p error on missing full OID ok 307 - cat-file --allow-unknown-type -s error on bogus short OID ok 308 - cat-file --allow-unknown-type -s error on bogus full OID ok 309 - cat-file --allow-unknown-type -s error on missing short OID ok 310 - cat-file --allow-unknown-type -s error on missing full OID ok 311 - cat-file --allow-unknown-type -t error on bogus short OID ok 312 - cat-file --allow-unknown-type -t error on bogus full OID ok 313 - cat-file --allow-unknown-type -t error on missing short OID ok 314 - cat-file --allow-unknown-type -t error on missing full OID ok 315 - -e is OK with a broken object without --allow-unknown-type ok 316 - -e can not be combined with --allow-unknown-type ok 317 - -p cannot print a broken object even with --allow-unknown-type ok 318 - does not work with objects of broken types ok 319 - broken types combined with --batch and --batch-check ok 320 - the --batch and --batch-check options do not combine with --allow-unknown-type ok 321 - the --allow-unknown-type option does not consider replacement refs ok 322 - Type of broken object is correct ok 323 - Size of broken object is correct ok 324 - clean up broken object ok 325 - Type of broken object is correct when type is large ok 326 - Size of large broken object is correct when type is large ok 327 - clean up broken object ok 328 - cat-file -t and -s on corrupt loose object ok 329 - prep for symlink tests ok 330 - git cat-file --batch-check --follow-symlinks works for non-links ok 331 - git cat-file --batch-check --follow-symlinks works for in-repo, same-dir links ok 332 - git cat-file --batch-check --follow-symlinks works for in-repo, links to dirs ok 333 - git cat-file --batch-check --follow-symlinks works for broken in-repo, same-dir links ok 334 - git cat-file --batch-check --follow-symlinks -Z works for broken in-repo, same-dir links ok 335 - git cat-file --batch-check --follow-symlinks works for same-dir links-to-links ok 336 - git cat-file --batch-check --follow-symlinks works for parent-dir links ok 337 - git cat-file --batch-check --follow-symlinks -Z works for parent-dir links ok 338 - git cat-file --batch-check --follow-symlinks works for .. links ok 339 - git cat-file --batch-check --follow-symlinks works for ../.. links ok 340 - git cat-file --batch-check --follow-symlinks works for dir/ links ok 341 - git cat-file --batch-check --follow-symlinks works for dir/subdir links ok 342 - git cat-file --batch-check --follow-symlinks works for dir ->subdir links ok 343 - git cat-file --batch-check --follow-symlinks works for out-of-repo symlinks ok 344 - git cat-file --batch-check --follow-symlinks works for out-of-repo symlinks in dirs ok 345 - git cat-file --batch-check --follow-symlinks works for out-of-repo symlinks in subdirs ok 346 - git cat-file --batch-check --follow-symlinks works for symlinks with internal .. ok 347 - git cat-file --batch-check --follow-symlink breaks loops ok 348 - git cat-file --batch-check --follow-symlink -Z breaks loops ok 349 - git cat-file --batch --follow-symlink returns correct sha and mode ok 350 - cat-file --batch-all-objects shows all objects ok 351 - cat-file --unordered works ok 352 - set up object list for --batch-all-objects tests ok 353 - cat-file --batch="%(objectname)" with --batch-all-objects will work ok 354 - cat-file --batch="%(rest)" with --batch-all-objects will work ok 355 - cat-file --batch="batman" with --batch-all-objects will work ok 356 - cat-file %(objectsize:disk) with --batch-all-objects ok 357 - set up replacement object ok 358 - cat-file --batch respects replace objects ok 359 - cat-file --batch-check respects replace objects ok 360 - cat-file --batch-all-objects --batch ignores replace ok 361 - cat-file --batch-all-objects --batch-check ignores replace ok 362 - batch-command empty command ok 363 - batch-command whitespace before command ok 364 - batch-command unknown command ok 365 - batch-command missing arguments ok 366 - batch-command flush with arguments ok 367 - batch-command flush without --buffer ok 368 - --batch-check is unbuffered by default ok 369 - --batch-command info is unbuffered by default # passed all 369 test(s) 1..369 *** t1007-hash-object.sh *** ok 1 - setup ok 2 - multiple '--stdin's are rejected ok 3 - Can't use --stdin and --stdin-paths together ok 4 - Can't pass filenames as arguments with --stdin-paths ok 5 - Can't use --path with --stdin-paths ok 6 - Can't use --path with --no-filters Initialized empty Git repository in $(@D)/t/trash directory.t1007-hash-object/test/.git/ ok 7 - hash a file ok 8 - blob does not exist in database ok 9 - hash from stdin ok 10 - blob does not exist in database ok 11 - hash a file and write to database ok 12 - blob exists in database ok 13 - git hash-object --stdin file1