stgit 0.15-1ubuntu1 source package in Ubuntu

Changelog

stgit (0.15-1ubuntu1) oneiric; urgency=low

  * Documentation: fix "only book doctypes can contain level 0 sections"
    (LP: #756039) (Closes: #621802)
 -- Andreas Moog <email address hidden>   Sat, 09 Jul 2011 20:57:05 +0200

Upload details

Uploaded by:
Andreas Moog
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
stgit_0.15.orig.tar.gz 334.3 KiB 691fe26dc0c0691cb65fa2763c437eaafc28c107a4d64a03653ce613414ff84d
stgit_0.15-1ubuntu1.diff.gz 14.8 KiB 1a703d8994ca9867a5a19cb8b5fdef4d5661f8db5b3888374f61c01c4696fafd
stgit_0.15-1ubuntu1.dsc 1.8 KiB df611dd522ef138f6cc960c173acb5acb3ec25c0aa7bd531b66d4f43f9e9e85d

Available diffs

View changes file

Binary packages built by this source

stgit: manage stacks of patches in a git repository

 stgit provides 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-contrib: set of contributed script to help working with stgit

 Among others, this package provides the following helper scripts:
  * stg-gitk: show all patches in gitk, not only applied ones, and hide
 logs
  * stg-whatchanged: examine how the to-be-committed changes modify the
 current patch
  * stg-fold-files-from: pick specific hunks from another patch up
 the stack
  * stg-dispatch: dispatch specific hunks into another patch down
 the stack
  * stg-swallow: completely merge another patch into the current one
  * stg-k: provide robust --keep functionality to all stgit commands
 .
 Most of the functionality of these scripts may one day be
 incorporated into stgit.