Skip to content

git vendor track creates .gitattributes at repo root instead of vendor directory #22

@jdc-pub

Description

@jdc-pub

When using git vendor track to add patterns to an existing vendor, it creates a new .gitattributes file at the repository root instead of updating the vendor-specific .gitattributes in the vendor directory.

This creates an untracked file at the root and leaves the vendor's .gitattributes directory untouched.

Expected: git vendor track should update or create the .gitattributes file in the vendor's target directory, consistent with git vendor add behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions