stgit
stgit copied to clipboard
Stacked Git
such as `stg new feature/core` has no error. but stg refresh will cause error
## Problem: STG is using `git notes copy ` command to copy over notes upon modifying stack. This means that users only option is to set `core.notesRef` (if the noted...
It would be useful if the Message-ID header could be extracted from email imports and optionally included in the commit log. For example, a new --msgid option to the import...
This is a repository that has already been initialized with stgit (older than v1.1). The other branches that git can find here were created with "stg branch --create". ``` [cel@morisot...
If "stg mail" is given a single patch and a cover letter to send, it doesn't insert the usual patch numbering into the subject fields; however, I would expect the...
Mercurial Queues have an extremely useful feature when trying to maintain a patch queue for e.g. multiple base branches: [patch guards](http://hgbook.red-bean.com/read/advanced-uses-of-mercurial-queues.html#id433787). Basically, each patch can be "tagged" positively or negatively,...
I would find it very useful to have a terminology section. It would define, at a minimum, what is a branch, a patch, a (stage/unstage) change and a commit, and...
POC implementation of issue #75
There are cases where I would like to `stg import` a GNU patch, but would like to update an existing patch rather than creating a new one. Currently the closest...