diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2010-05-11 20:00:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:31 +0200 |
commit | 62d792b77efe73d81dd81c58b35ff8dc15f7937a (patch) | |
tree | ebebfa8bc5f3d1325c8ba881bf0feb9ecfacd7fc /development/stgit/README | |
parent | 553525cd39835d39987dda08dd4c5e3785bfc27b (diff) | |
download | slackbuilds-62d792b77efe73d81dd81c58b35ff8dc15f7937a.tar.gz |
development/stgit: Added to 12.0 repository
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 |