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

Support git worktrees for foreman-packaging #207

Merged
merged 2 commits into from
Nov 7, 2023

Commits on Nov 1, 2023

  1. Support git worktrees for foreman-packaging

    Previously it was assumed to have something like ~/dev/foreman-packaging
    but with git worktrees you can create multiple working directories. I
    have switched over to:
    
        $ tree -L 1 ~/dev/foreman-packaging
        /home/ekohl/dev/foreman-packaging
        ├── deb-3.1
        ├── deb-3.2
        ├── deb-3.3
        ├── deb-3.4
        ├── deb-3.5
        ├── deb-3.6
        ├── deb-develop
        ├── master
        ├── rpm-3.1
        ├── rpm-3.2
        ├── rpm-3.3
        ├── rpm-3.5
        ├── rpm-3.6
        └── rpm-develop
    
    This is all backed by a single .git directory, which makes it much
    cheaper.
    
    It is off by default, but can be enabled with a (local) setting.
    ekohl committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d8fa6fa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Use long option

    Co-authored-by: Evgeni Golov <[email protected]>
    ekohl and evgeni authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a583eda View commit details
    Browse the repository at this point in the history