git-revise 0.4.2-1 source package in Ubuntu

Changelog

git-revise (0.4.2-1) unstable; urgency=medium

  * Initial release (Closes: #935329)
  * Remove doc references to non-existing README.{source,Debian}
  * debian/control: wrap and sort control field values
  * debian/copyright: remove trailing whitespaces
  * Add git as dependency
  * Switch to debhelper-compat (= 12) build-dep
  * Mark FHS patch for upstream forwarding
  * Purge empty postinst,prerm templates
  * lintian: override false positive: todo.py is code not documentation
  * debian/control: remove Testsuite field, as autopkgtest is not yet used

 -- Nicolas Schier <email address hidden>  Thu, 26 Sep 2019 18:14:39 +0200

Upload details

Uploaded by:
Nicolas Schier
Uploaded to:
Sid
Original maintainer:
Nicolas Schier
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
git-revise_0.4.2-1.dsc 1.5 KiB 1e8418c4b2f9d0e35985c7cc9f46af7632f03c68cdd71ad0c3d1d5174eb479c8
git-revise_0.4.2.orig.tar.gz 30.6 KiB 217b1bb9a3b34d0c7e7544b516a9eed5bc061b9bafd3a97bc7edfd83ea54c0d6
git-revise_0.4.2-1.debian.tar.xz 3.0 KiB 3ce21df684e536e18cc10117bf4d4c8e094e7e2d83fb1834ca93285133641638

No changes file available.

Binary packages built by this source

git-revise: handy git tool for doing efficient in-memory commit rebases & fixups

 git revise is a git subcommand to efficiently update, split, and
 rearrange commits. It is heavily inspired by git rebase, however it
 tries to be more efficient and ergonomic for patch-stack oriented
 workflows.
 .
 By default, git revise will apply staged changes to a target commit,
 then update HEAD to point at the revised history. It also supports
 splitting commits and rewording commit messages.
 .
 Unlike git rebase, git revise avoids modifying the working directory
 or the index state, performing all merges in-memory and only writing
 them when necessary. This allows it to be significantly faster on
 large codebases and avoids unnecessarily invalidating builds.