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

Fix generation of commit history after moving providers #43412

Merged
merged 1 commit into from
Oct 27, 2024

Commits on Oct 27, 2024

  1. Fix generation of commit history after moving providers

    Another teething problem after moving providers in apache#42505. After
    moving providers, the history of the current folder in "providers"
    only contains changes after the move - it does not include
    changes from before the move - and since we always regenerate
    the full list of commits - they were missing.
    
    We cannot use `--follow` - because `git log --follow` only
    works for single files, not directories, but since the move
    was very predictable ("airflow/providers/nnn" ->
    "airflow/providers/src/airflow/providers/nnn") we can add the old
    path to `git log` command to get both - pre and post move commit
    history.
    potiuk committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    bf88970 View commit details
    Browse the repository at this point in the history