stgit 0.19-1.1 source package in Ubuntu
Changelog
stgit (0.19-1.1) unstable; urgency=medium * Non-maintainer upload. [ Chris Lamb ] * Make the build reproducible. (Closes: #942009) -- Vagrant Cascadian <email address hidden> Thu, 01 Dec 2022 11:53:31 -0800
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 | |
---|---|---|---|---|
Mantic | release | universe | devel | |
Lunar | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
stgit_0.19-1.1.dsc | 1.3 KiB | 1b88cbf3c3507954a9b0d57efdcedd00e5347af5a718e8f683810b69c00d850a |
stgit_0.19.orig.tar.gz | 240.5 KiB | 58fa01c07f67c88b3c32811bb6c949558590aa3ce7624e0dcaf00b72c3c2a4f6 |
stgit_0.19-1.1.debian.tar.xz | 16.3 KiB | caeb7513bfdd3d09a61de8543339f5941081cb0bb62ccbc17df7b948064d507e |
Available diffs
- diff from 0.19-1 to 0.19-1.1 (963 bytes)
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.