Home
last modified time | relevance | path

Searched refs:tree_sha1 (Results 1 – 17 of 17) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt1006-cat-file.sh145 tree_sha1=$(git write-tree)
149 run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content"
152 commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1)
154 commit_content="tree $tree_sha1
267 $tree_sha1
275 $tree_sha1 tree $tree_size
/dports/devel/git-p4/git-2.34.1/t/
H A Dt1006-cat-file.sh143 tree_sha1=$(git write-tree)
147 run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content"
150 commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1)
152 commit_content="tree $tree_sha1
265 $tree_sha1
273 $tree_sha1 tree $tree_size
H A Dt1450-fsck.sh340 tree_sha1=$(printf "100644 \0$junk" | git hash-object -t tree --stdin -w --literally) &&
341 commit_sha1=$(git commit-tree $tree_sha1) &&
345 test_i18ngrep "$tree_sha1" out &&
/dports/devel/git-svn/git-2.34.1/t/
H A Dt1006-cat-file.sh143 tree_sha1=$(git write-tree)
147 run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content"
150 commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1)
152 commit_content="tree $tree_sha1
265 $tree_sha1
273 $tree_sha1 tree $tree_size
H A Dt1450-fsck.sh340 tree_sha1=$(printf "100644 \0$junk" | git hash-object -t tree --stdin -w --literally) &&
341 commit_sha1=$(git commit-tree $tree_sha1) &&
345 test_i18ngrep "$tree_sha1" out &&
/dports/devel/git/git-2.34.1/t/
H A Dt1006-cat-file.sh143 tree_sha1=$(git write-tree)
147 run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content"
150 commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1)
152 commit_content="tree $tree_sha1
265 $tree_sha1
273 $tree_sha1 tree $tree_size
H A Dt1450-fsck.sh340 tree_sha1=$(printf "100644 \0$junk" | git hash-object -t tree --stdin -w --literally) &&
341 commit_sha1=$(git commit-tree $tree_sha1) &&
345 test_i18ngrep "$tree_sha1" out &&
/dports/devel/git-gui/git-2.34.1/t/
H A Dt1006-cat-file.sh143 tree_sha1=$(git write-tree)
147 run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content"
150 commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1)
152 commit_content="tree $tree_sha1
265 $tree_sha1
273 $tree_sha1 tree $tree_size
H A Dt1450-fsck.sh340 tree_sha1=$(printf "100644 \0$junk" | git hash-object -t tree --stdin -w --literally) &&
341 commit_sha1=$(git commit-tree $tree_sha1) &&
345 test_i18ngrep "$tree_sha1" out &&
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt1006-cat-file.sh143 tree_sha1=$(git write-tree)
147 run_tests 'tree' $tree_sha1 $tree_size "" "$tree_pretty_content"
150 commit_sha1=$(echo_without_newline "$commit_message" | git commit-tree $tree_sha1)
152 commit_content="tree $tree_sha1
265 $tree_sha1
273 $tree_sha1 tree $tree_size
H A Dt1450-fsck.sh340 tree_sha1=$(printf "100644 \0$junk" | git hash-object -t tree --stdin -w --literally) &&
341 commit_sha1=$(git commit-tree $tree_sha1) &&
345 test_i18ngrep "$tree_sha1" out &&
/dports/devel/p5-Git-PurePerl/Git-PurePerl-0.53/t/
H A Dsimple.t19 is( $commit->tree_sha1, '37b4fcd62571f07408e830f455268891f95cecf5' );
51 is( $commit->tree_sha1, 'd0492b368b66bdabf2ac1fd8c92b39d3db916e59' );
78 is( $commit->tree_sha1, '92b8b694ffb1675e5975148e1121810081dbdffe' );
H A Dprotocol.t40 is( $commit->tree_sha1, '37b4fcd62571f07408e830f455268891f95cecf5' );
H A Dinit.t84 is( $commit2->tree_sha1, $tree->sha1 );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/win_toolchain/
H A Dget_toolchain_if_necessary.py350 def DoTreeMirror(target_dir, tree_sha1): argument
356 local_zip = os.path.join(ToolchainBaseURL(), tree_sha1 + '.zip')
360 temp_dir, local_zip = DownloadUsingHttp(tree_sha1 + '.zip')
362 temp_dir, local_zip = DownloadUsingGsutil(tree_sha1 + '.zip')
/dports/devel/p5-App-GitHub/App-GitHub-1.0.1/
H A DREADME51 o.tree :tree_sha1 get the contents of a tree by tree sha
52 …o.trees :tree_sha1 get the contents of a tree by tree sha and recursively descend down th…
/dports/devel/p5-Git-PurePerl/Git-PurePerl-0.53/lib/Git/PurePerl/Object/
H A DCommit.pm69 return $self->git->get_object( $self->tree_sha1 );