submod 0.2.0

A headache-free submodule management tool, built on top of gitoxide. Manage sparse checkouts, submodule updates, and adding/removing submodules with ease.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-FileCopyrightText: 2025 Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
#
# SPDX-License-Identifier: LicenseRef-PlainMIT OR MIT

version = 1

# git2 docs
[[annotations]]
path = ["dev/git2/**"]

SPDX-FileCopyrightText = "2014 Alex Crichton"
SPDX-License-Identifier = "MIT OR Apache-2.0"

# gix docs
[[annotations]]
path = ["dev/gix/**"]
SPDX-FileCopyrightText = "2025 Sebastian Thiel"
SPDX-License-Identifier = "MIT OR Apache-2.0"