Changeset 4b80795


Ignore:
Timestamp:
08/26/2024 07:33:48 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
0e2c6bc
Parents:
57a5e9a
Message:

Fix --from lfs removal when there's only one occurence of it

This code path has been incorrect but the vanilla book does not invoke
it. But fix it anyway for customized LFS branches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r57a5e9a r4b80795  
    589589          </xsl:when>
    590590          <xsl:otherwise>
    591             <xsl:copy-of select="string()"/>
     591            <xsl:copy-of select="substring-after(string(), '--from lfs')"/>
    592592          </xsl:otherwise>
    593593        </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.