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

Add --squash-history option #127

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

Commits on Jan 19, 2024

  1. Add --squash-history option

    This option is similar to --no-history (avoid bloating the repository
    size) but keep data. We squash all commits from gh-pages branch filtered
    on the current commit message.
    
    This allow workflows like keeping commits and data for a released doc
    and always override nightlies documentations.
    Florian Ramillien committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    954938c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix git-filter warning

    Add env var FILTER_BRANCH_SQUELCH_WARNING to avoid warnings and
    temporisation when git-filter is called.
    Florian Ramillien committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1554611 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Flake8 formatting

    Florian Ramillien committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    208f9d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update Python versions

    Avoid deprecated Python version 2.7, being removed from GitHub Actions
    images.
    Florian Ramillien committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9f1ab1d View commit details
    Browse the repository at this point in the history