forkctl 0.0.11

Control audited StGit downstream patch stacks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Downstream Patches

> Generated by `forkctl`; edit the manifest, not this file.

Base: `{{ target_selector }}` (`{{ base_sha }}`)

| Order | Patch | Kind | Purpose | Upstream status | Drop condition |
|--:|:--|:--|:--|:--|:--|
{% for patch in patches %}| {{ loop.index }} | `{{ patch.name }}` | {{ patch.kind }} | {{ patch.purpose }} | {{ patch.upstream_status }} | {{ patch.drop_when }} |
{% endfor %}
## History

| Event | Patch | Former commit | Target | Purpose |
|:--|:--|:--|:--|:--|
{% for event in history %}| {{ event.kind }} | `{{ event.patch }}` | `{{ event.commit }}` | `{{ event.target }}` (`{{ event.target_commit }}`) | {{ event.purpose }} |
{% else %}| None |||||
{% endfor %}