summaryrefslogtreecommitdiffstats
path: root/python-pypi/stgit/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'python-pypi/stgit/DETAILS')
-rwxr-xr-xpython-pypi/stgit/DETAILS10
1 files changed, 8 insertions, 2 deletions
diff --git a/python-pypi/stgit/DETAILS b/python-pypi/stgit/DETAILS
index aaf97875b1..0202b37111 100755
--- a/python-pypi/stgit/DETAILS
+++ b/python-pypi/stgit/DETAILS
@@ -10,7 +10,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20050820
SHORT="Patch stack management for git"
cat << EOF
-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.
+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.
-Note that StGIT is not an SCM interface on top of GIT and it expects a previously initialised GIT repository. For standard SCM operations, either use plain GIT commands or the Cogito tool.
+Note that StGIT is not an SCM interface on top of GIT and it expects a
+previously initialised GIT repository. For standard SCM operations, either
+use plain GIT commands or the Cogito tool.
EOF