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

Now use short submodule names in .gitmodules #394

Merged
merged 2 commits into from
Mar 18, 2024

Commits on Mar 18, 2024

  1. Bug fix: Make submodule names consistent with declared paths

    .gitmodules
    - The geos-chem-shared-docs submodule should be named
      "docs/source/geos-chem-shared-docs" to be consistent with its path
    - The Cloud-J submodule should be "src/GCHP_GridComp/Cloud_J", to be
      consistent with its path
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    516ec68 View commit details
    Browse the repository at this point in the history
  2. Now use short names for submodules in .gitmodules

    .gitmodules
    - Use short names (i.e. only the name of the module and not of the
      entire path) for submodules
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7896445 View commit details
    Browse the repository at this point in the history