Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jedie/cli-base-utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: jedie/cli-base-utilities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 1, 2023

  1. Bugfix "AssertionError: Expected only one line" in Git.first_commit_i…

    …nfo()
    
    e.g.: PyInventory has two root commits, e.g.:
    ```
    PyInventory$ git log --max-parents=0 --reverse HEAD
    commit a2a59c393ac5deb4b4cb4d64bf1b0f18623c7682 (tag: v0.0.1.dev0, tag: v0.0.1)
    Author: JensDiemer <[email protected]>
    Date:   Wed Oct 14 10:03:51 2020 +0200
    
        init
    
        use https://github.com/jedie/django-for-runners as skeleton ;)
    
    commit a45cb1b01f66e723da74857a2add4a3881056d0c
    Author: JensDiemer <[email protected]>
    Date:   Mon Oct 26 18:00:02 2020 +0100
    
        init deployment branch
    ```
    
    Use the oldest one.
    jedie committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ecc68fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from jedie/dev

    Bugfix "AssertionError: Expected only one line" in Git.first_commit_info()
    jedie authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    320c142 View commit details
    Browse the repository at this point in the history
Loading