Skip to content

Commit

Permalink
add the size attribute to the tree/full and blob/full doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed May 27, 2010
1 parent 7cfa892 commit a6f3214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2010-04-23-object.markdown
Expand Up @@ -150,6 +150,7 @@ If you want to get the metadata of each blob (including sha, name, and mime type
---
blobs:
- name: README.txt
size: 178
sha: d4fc2d5e810d9b4bc1ce67702603080e3086a4ed
mode: "100644"
mime_type: text/plain
Expand All @@ -162,6 +163,7 @@ You can also get the metadata of each tree and blob object:
---
tree:
- name: README.txt
size: 178
sha: d4fc2d5e810d9b4bc1ce67702603080e3086a4ed
mode: "100644"
mime_type: text/plain
Expand Down

0 comments on commit a6f3214

Please sign in to comment.