Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Ignore dirty, not untracked.
Browse files Browse the repository at this point in the history
This might do the trick better.
  • Loading branch information
aj-stein-gsa committed Jan 12, 2021
1 parent a181f2d commit ea0b261
Show file tree
Hide file tree
Showing 5 changed files with 4,643 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
path = oscal
url = https://github.com/usnistgov/OSCAL.git
branch = master
ignore = untracked
ignore = dirty

[submodule "resources/validations/test/xspec"]
path = resources/validations/lib/xspec
url = https://github.com/xspec/xspec.git
branch = master
ignore = untracked
ignore = dirty

[submodule "resources/validations/src/schematron"]
path = resources/validations/lib/schematron
url = https://github.com/schematron/schematron.git
branch = master
ignore = untracked
ignore = dirty
2 changes: 1 addition & 1 deletion oscal
Submodule oscal updated 246 files
5 changes: 5 additions & 0 deletions resources/validations/src/ssp.sch
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<xsl:output method="xml" indent="yes" encoding="UTF-8"/>

<xsl:param name="registry-href" select="'../../xml?select=*.xml'"/>
<xsl:param name="metaschema-href" selcect="''"/>

<xsl:function name="lv:if-empty-default">
<xsl:param name="item"/>
Expand Down Expand Up @@ -153,6 +154,10 @@
<xsl:value-of select="$results"/>
</xsl:function>

<xsl:function name="with-ns-or-default" >

</xsl:function>

<xsl:template name="analysis-template" as="element()">
<xsl:param name="value-set" as="element()*"/>
<xsl:param name="element" as="element()*"/>
Expand Down
Loading

0 comments on commit ea0b261

Please sign in to comment.