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

Commit History not being preserved from initial migration #288

Open
Harsh24893 opened this issue Apr 3, 2024 · 1 comment
Open

Commit History not being preserved from initial migration #288

Harsh24893 opened this issue Apr 3, 2024 · 1 comment

Comments

@Harsh24893
Copy link

I am migrating a service from monorepo to it's own repo, for initial copying the files from source repo to destination repo, git commit history of source repo is not being copied over.

Config looks like

core.workflow(
    name = "abc_monorepo",
    mode="ITERATIVE",
    origin = git.origin(
        url = "https://github.xyz.net/abc/ghi.git",
        ref = "main",
        first_parent = False,
    ),
    destination = git.destination(
        url = destinationURL,
        fetch = "main",
        push = "main",
    ),
    origin_files = glob([
        "mno/**"
    ], 
    exclude = []),
    transformations = [],
    destination_files = glob(
        ["**"],
        exclude = []
    ),
    authoring = authoring.pass_thru("ghi <[email protected]>"),
)
@hsudhof
Copy link
Collaborator

hsudhof commented Apr 9, 2024

Sorry, but I cannot reproduce the issue with the information provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants