Skip to content

Commit 23ed794

Browse files
committed
Merge pull request github#203 from Snakiej/patch-1
Added the base tree to the input example.
2 parents 5cff5c7 + cac12f8 commit 23ed794

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/v3/git/trees.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ out and use that SHA for this entry. Use either this or `tree.sha`
6666

6767
### Input
6868

69-
<%= json "tree"=> \
69+
<%= json
70+
"base_tree" => "9fb037999f264ba9a7fc6274d15fa3ae2ab98312", \
71+
"tree"=> \
7072
[{"path"=>"file.rb", \
7173
"mode"=>"100644", \
7274
"type"=>"blob", \

0 commit comments

Comments
 (0)