stgit 0.17.1-1 source package in Ubuntu
Changelog
stgit (0.17.1-1) unstable; urgency=medium * New upstream release. (Closes: #669664, #465343, #600238, #656804) * New maintainer. (Closes: #643801) * Install additional documentation. (#Closes: #556525) -- Maximiliano Curia <email address hidden> Wed, 26 Mar 2014 19:18:23 +0100
Upload details
- Uploaded by:
- Maximiliano Curia
- Uploaded to:
- Sid
- Original maintainer:
- Maximiliano Curia
- Architectures:
- all
- Section:
- vcs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | devel | |
Xenial | release | universe | devel | |
Trusty | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
stgit_0.17.1-1.dsc | 1.9 KiB | 50148d477001194b9ce94531a26d6c31477d7e4d43b348d2fab2a199464f956b |
stgit_0.17.1.orig.tar.gz | 389.1 KiB | d43365a0c22e41a6fb9ba1a86de164d6475e79054e7f33805d6a829eb4056ade |
stgit_0.17.1-1.debian.tar.xz | 64.6 KiB | 73b767eaf737aa515582429225bd29643f830dfab244d10bfd79b2abd2e3ef82 |
Available diffs
- diff from 0.15-1.1 to 0.17.1-1 (117.3 KiB)
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.