git-autofixup 0.003001-2 source package in Ubuntu

Changelog

git-autofixup (0.003001-2) unstable; urgency=medium

  * Mark as M-A:foreign

 -- Daniel Gröber <email address hidden>  Sat, 22 Jan 2022 00:58:40 +0100

Upload details

Uploaded by:
Daniel Groeber
Uploaded to:
Sid
Original maintainer:
Daniel Groeber
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
git-autofixup_0.003001-2.dsc 1.9 KiB 9fc01ae09ac27878c8382b81ebe2c05280c69f929a17135ce55f8ec8d1fac7ab
git-autofixup_0.003001.orig.tar.gz 17.0 KiB d9e4f83ec71e8fbb5bd61a0bca5a2b47297ef649a55b5a75a82598b1242f3abd
git-autofixup_0.003001-2.debian.tar.xz 4.4 KiB fd9932bd53d5014a7739cfbe87846d6a11dbc1a8169d3f517ec34aceb9f0df92

Available diffs

No changes file available.

Binary packages built by this source

git-autofixup: Automatically fixup commits with related changes

 git-autofixup creates fixup commits from changes in the worktree. This can
 save the tedious work of amending fixes into the appropriate commits during
 codereview.
 .
 Changes to consider are parsed out of git-diff(1) and git-blame(1) is used to
 assign hunks to commits since the revision given on the commandline, which
 will typically represent a topic branch. Then it creates fixup commits to be
 used with git rebase --autosquash.