Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions