git-publish 1.4.3-1 source package in Ubuntu

Changelog

git-publish (1.4.3-1) unstable; urgency=low

  * Add 's' menu command to select a subset of patches to send
  * Use UTF-8 encoding for annotated tags
  * Use a cover letter by default for pull requests
  * Convert README.rst to git-publish.pod man page
  * Add --no-sign-pull option to skip pull request signing
  * Run cccmd in the top-level directory
  * Show meaningful error message when run outside top-level directory

 -- Philippe Mathieu-Daudé <email address hidden>  Fri, 20 Apr 2018 23:22:52 -0300

Upload details

Uploaded by:
Philippe Mathieu-Daudé
Uploaded to:
Sid
Original maintainer:
Philippe Mathieu-Daudé
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
git-publish_1.4.3-1.dsc 1.8 KiB 5610bda190dbd0a10258ffa289988c7f34d3c2e14d5b06357b5b6b51bab71c81
git-publish_1.4.3.orig.tar.gz 14.8 KiB 4a79476e96339585e77da12562763ac0e785000abaac25fb166854cac0d96a37
git-publish_1.4.3-1.debian.tar.xz 2.1 KiB 68f6676b60e705726caf10183381ac40f6c79f8ddd49558ff3d2b6eee89fe639

Available diffs

No changes file available.

Binary packages built by this source

git-publish: git command to prepare and store patch revisions as git tags

 git-publish prepares patches consistently and stores them as git tags for
 future reference.
 .
 Features:
  - It works with individual patches as well as patch series.
  - No constraints are placed on git workflow, both vanilla git commands and
  custom workflow scripts are compatible with git-publish.
  - Email sending and pull requests are fully integrated so that publishing
  patches can be done in a single command.
  - Hook scripts called during patch preparation can be used to add custom
  format checking or automated test runs.