Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Shell optimization for repo hooks #6130

Description

@isaacl

Instead of git lfs ..., , calling the executable (git-lfs) is faster. Can further speed up with exec to avoid a spawn:

command -v ...
exec git-lfs ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Optional Enhancements

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions