commit-patch 2.6.2-1.1 source package in Ubuntu

Changelog

commit-patch (2.6.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * source only upload to enable migration (Closes: #1065038)

 -- Paul Gevers <email address hidden>  Thu, 29 Feb 2024 07:41:54 +0100

Upload details

Uploaded by:
David Caldwell
Uploaded to:
Sid
Original maintainer:
David Caldwell
Architectures:
all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe vcs

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commit-patch_2.6.2-1.1.dsc 1.6 KiB a914d156b32f7e81cebdd85d1ea69273891e70f3859dbce499e5f8880909e906
commit-patch_2.6.2.orig.tar.gz 19.3 KiB 949e02a2bfbd291f7382c7ea92795c09557646e5fe6585a58a74cf7c27cec2a7
commit-patch_2.6.2-1.1.debian.tar.xz 3.2 KiB 5cbf2ea3eb494a18f1029751c3d09f78da4c46a505da21cba522a7777f24ca57

Available diffs

No changes file available.

Binary packages built by this source

commit-patch: utility to commit fine grained patches to source code control repositories

 Normally version control systems don't allow fine grained
 commits. commit-patch allows the user to control exactly what gets
 committed by letting the user supply a patch to be committed rather than
 using the files in the current working directory.
 .
 commit-patch supports Darcs, Git, Mercurial, Bazaar, Monotone, Subversion,
 or CVS repositories.
 .
 Also included is an Emacs interface to commit-patch. It allows you to just
 hit C-c C-c in any patch buffer to apply and commit only the changes
 indicated by the patch, regardless of the changes in your working
 directory.