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 nested submodules #36

Merged
merged 3 commits into from
Jul 12, 2022
Merged

Commits on Mar 14, 2019

  1. git-evtag: Fix support for nested submodules

    While top-level submodules (e.g. $GIT_DIR/mysubmodule) were working
    fine, those in subdirectories (for example,
    $GIT_DIR/subprojects/mysubmodule) were not, since the middle part of the
    path (‘subprojects’) was being dropped during the checksum recursion.
    
    Fixing this is especially important for any project using Meson-style
    subprojects, which are conventionally all grouped in the ‘subprojects’
    directory.
    
    Signed-off-by: Philip Withnall <withnall@endlessm.com>
    pwithnall committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    cc658e6 View commit details
    Browse the repository at this point in the history
  2. git-evtag-compute-py: Fix support for nested submodules

    As in the previous commit.
    
    Signed-off-by: Philip Withnall <withnall@endlessm.com>
    pwithnall committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    09d7005 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. tests: Add a test for nested submodules

    Signed-off-by: Philip Withnall <withnall@endlessm.com>
    pwithnall committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d96af5d View commit details
    Browse the repository at this point in the history