need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / stgit / DESCR
1 StGIT is a Python application providing similar functionality to Quilt
2 (i.e. pushing/popping patches to/from a stack) on top of GIT. These
3 operations are performed using GIT commands and the patches are stored
4 as GIT commit objects, allowing easy merging of the StGIT patches into
5 other repositories using standard GIT functionality.
6
7 Note that StGIT is not an SCM interface on top of GIT and it expects a
8 previously initialised GIT repository (unless it is cloned using StGIT
9 directly). For standard SCM operations, either use plain GIT commands
10 or the Cogito tool but it is not recommended to mix them with the
11 StGIT commands.