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

GH-83417: Allow venv to add a .gitignore file to environments via a new scm_ignore_file parameter #108125

Merged
merged 12 commits into from
Sep 15, 2023

Commits on Aug 18, 2023

  1. pythonGH-83417: Allow venv add a .gitignore file to environments

    Off by default via code but on by default via the CLI, the `.gitignore` file contains `*` which causes the entire directory to be ignored.
    brettcannon committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f889dc6 View commit details
    Browse the repository at this point in the history
  2. Add a news entry

    brettcannon committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1faf4b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Apply suggestions from code review

    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    brettcannon and AA-Turner authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    31d0558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e541c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    c3b96e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8528dd View commit details
    Browse the repository at this point in the history
  3. Update Doc/library/venv.rst

    Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
    brettcannon and AA-Turner authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ddc2225 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Fix capitalization of "Git"

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    brettcannon and hugovk authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    547879d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba65b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Add a What's new entry

    brettcannon authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f75b26c View commit details
    Browse the repository at this point in the history