Skip to content

Commit

Permalink
Merge PR #266 (Now use short submodule names in .gitmodules)
Browse files Browse the repository at this point in the history
This merge brings PR #266 (Now use short submodule names in gitmodules,
by @yantosca) the HEMCO "no-diff-to-benchmark" development stream.

This update edits the .gitmodules file so as to remove the path from
the submodule names.  Paths are declared with the "path = /path/to/submod"
specification.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Mar 20, 2024
2 parents 22de25e + bd9d8cb commit 3232ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "docs/source/geos-chem-shared-docs"]
[submodule "geos-chem-shared-docs"]
path = docs/source/geos-chem-shared-docs
url = https://github.com/geoschem/geos-chem-shared-docs.git
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - TBD
### Changed
- Now allow up to 10 nested brackets (`((( )))`) in the `HEMCO_Config.rc` file
- Now use short submodule names (i.e. w/o path) in `.gitmodules`

### Fixed
- Limit volcano climatology file read message to root core
Expand Down

0 comments on commit 3232ba9

Please sign in to comment.