Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass --renormalize during git add to fix LFS usage in destination repo #301

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2024

  1. fix(GitModule): add enable_lfs param to git.origin

    - "false" by default
    - value passed to call to GitOrigin.newGitOrigin, just like for github_origin
    - allows for LFS usage with any Git backend that supports LFS, e.g. GitLab
    
    Co-authored-by: Ashraful Islam <[email protected]>
    Algomorph and 1-ashraful-islam committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a787216 View commit details
    Browse the repository at this point in the history
  2. fix(GitRepository): add renormalize() method

    - `renormalize` field is "false" by default
    - sets `renormalize` field to true
    - if `renormalize` is set to true, "--renormalize" argument is appended to the `git add` command.
    
    Co-authored-by: Ashraful Islam <[email protected]>
    Algomorph and 1-ashraful-islam committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d3b27c9 View commit details
    Browse the repository at this point in the history
  3. fix(GitDestination): renormalize during git add

    - enables use of Git LFS in git destinations
    
    Co-authored-by: Ashraful Islam <[email protected]>
    Algomorph and 1-ashraful-islam committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b28f11b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c810397 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix(GitDestination): don't renormalize during git add if --force ge…

    …neral option is used
    
    Co-authored-by: Ashraful Islam <[email protected]>
    
    - fix on very first (--force) revision
    Algomorph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3c2371a View commit details
    Browse the repository at this point in the history