You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
<p>Files and symlinks support<ahref="#custom-media-types">a custom media type</a> for retrieving the raw content or rendered HTML (when supported).
130
130
Directories and submodules do<em>not</em> support custom media types.</p>
131
131
132
-
<p><em>Notes</em>:</p>
132
+
<divclass="alert tip">
133
+
134
+
<p><strong>Note</strong>:</p>
133
135
134
136
<ul>
135
137
<li>To get a repository’s contents recursively, you can<ahref="/v3/git/trees/">recursively get the tree</a>.</li>
138
+
<li>This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the<ahref="/v3/git/trees/#get-a-tree">Git Trees API</a>
139
+
</li>
136
140
<li>This API supports files up to 1 megabyte in size.</li>