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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ files within it's directory.
125
125
<li><b>remote_latest_tagged_commit</b>: Returns the SHA of the most recently tagged commit in a remote repo (<code>tag^{}</code>).</li>
126
126
<li><b>remote_sha_for_ref</b>: Returns the SHA for a given ref from a named remote.</li>
127
127
<li><b>remote_tag_for_sha</b>: Returns the tag corresponding to a SHA from a named remote - if there is one.</li>
128
-
<li>tracked_files_excluding_subtrees: List files tracked by git, but excluding any files that are in paths listed in <code>.gittrees</code>.</li>
128
+
<li><b>tracked_files_excluding_subtrees</b>: List files tracked by git, but excluding any files that are in paths listed in <code>.gittrees</code>.</li>
129
129
<li><b>cat_gittrees</b>: Returns the contents of .gittrees from the top level of the repo, excluding any comments. Fails if .gittrees is not present.</li>
130
130
</ol>
131
131
</td>
@@ -174,7 +174,7 @@ files within it's directory.
174
174
</table>
175
175
176
176
# Contributing
177
-
For further informaiton on contributing, style & testing, please see [CONTRIBUTING.md](CONTRIBUTING.md)
177
+
For further information on contributing, style & testing, please see [CONTRIBUTING.md](CONTRIBUTING.md)
0 commit comments