diff options
Diffstat (limited to 'development/stgit/README')
-rw-r--r-- | development/stgit/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/stgit/README b/development/stgit/README new file mode 100644 index 0000000000..0f2a404f92 --- /dev/null +++ b/development/stgit/README @@ -0,0 +1,8 @@ +StGIT is a Python application providing similar functionality to +Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. +These operations are performed using GIT commands and the patches are +stored as GIT commit objects, allowing easy merging of the StGIT +patches into other repositories using standard GIT functionality. + +If you are building this on Slamd64, execute the build script as follows: + DISTRO=slamd64 ./stgit.SlackBuild
\ No newline at end of file |