stgit 0.15-1.1 source package in Ubuntu

Changelog

stgit (0.15-1.1) unstable; urgency=low


  * Non-maintainer upload for RC bugfix:
  * Fix build, patch by Andreas Moog (Closes: #621802)

 -- Moritz Muehlenhoff <email address hidden>  Tue, 13 Mar 2012 16:46:04 +0100

Upload details

Uploaded by:
Yann Dirson
Uploaded to:
Sid
Original maintainer:
Yann Dirson
Architectures:
all
Section:
vcs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
stgit_0.15-1.1.dsc 1.1 KiB 4ec3ff04e065c0dc38c23c8582d1bdfd9a5b91203f1415c65d79aee14175e5b0
stgit_0.15.orig.tar.gz 334.3 KiB 691fe26dc0c0691cb65fa2763c437eaafc28c107a4d64a03653ce613414ff84d
stgit_0.15-1.1.diff.gz 14.6 KiB 284d5f227574028ffd6f63e7bd5589b5e25e59804a09f7edab989e219b5649fb

No changes file available.

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 changes that would 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.