1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Update all files to use {% data %} (#15253)

* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
This commit is contained in:
Jason Etcovitch
2020-09-29 16:01:04 -04:00
committed by GitHub
parent aa5a62d49d
commit caaee7a124
14816 changed files with 100317 additions and 100247 deletions

View File

@@ -1,6 +1,6 @@
---
title: Subversion properties supported by GitHub
intro: 'There are several Subversion workflows and properties that are similar to existing functionality on {{ site.data.variables.product.product_name }}.'
intro: 'There are several Subversion workflows and properties that are similar to existing functionality on {% data variables.product.product_name %}.'
redirect_from:
- /articles/subversion-properties-supported-by-github
versions:
@@ -14,12 +14,12 @@ We convert `svn:executable` properties by updating the file mode directly before
### MIME types (svn:mime-type)
{{ site.data.variables.product.product_name }} internally tracks the mime-type properties of files and the commits that added them.
{% data variables.product.product_name %} internally tracks the mime-type properties of files and the commits that added them.
### Ignoring unversioned items (svn:ignore)
If you've set files and directories to be ignored in Subversion, {{ site.data.variables.product.product_name }} will track them internally. Files ignored by subversion clients are completely distinct from entries in a *.gitignore* file.
If you've set files and directories to be ignored in Subversion, {% data variables.product.product_name %} will track them internally. Files ignored by subversion clients are completely distinct from entries in a *.gitignore* file.
### Currently unsupported properties
{{ site.data.variables.product.product_name }} doesn't currently support `svn:externals`, `svn:global-ignores`, or any properties not listed above, including custom properties.
{% data variables.product.product_name %} doesn't currently support `svn:externals`, `svn:global-ignores`, or any properties not listed above, including custom properties.