Metadata-Version: 2.4
Name: git-quilt
Version: 0.0.1
Summary: git based patch manager
License: Apache-2.0
Author: Lawrence D'Anna
Author-email: larry@elder-gods.org
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

# git-quilt

##  ⚠️ 🪏 Work In Progress 🪏 ⚠️ 

This is currently a work in progress and doesn't do much yet.

There is a tool called git-swap which can re-order commits with less manual
conflict resolution than `git rebase -i`

## Description

This is my second attempt to make a git-based patch queue tool.

It's similar to `git-pq`, `quilt`, `stgit`, and others.

