reposurgeon 4.25-1build1 source package in Ubuntu

Changelog

reposurgeon (4.25-1build1) jammy; urgency=medium

  * No-change rebuild against Go 1.17

 -- William 'jawn-smith' Wilson <email address hidden>  Tue, 30 Nov 2021 13:56:47 -0600

Upload details

Uploaded by:
William Wilson
Uploaded to:
Jammy
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
reposurgeon_4.25.orig.tar.xz 757.8 KiB 26f16cae40a0e96d8a8dda17467b0f23d8c1eef1b738d7938d3c7ff3fd35d697
reposurgeon_4.25-1build1.debian.tar.xz 39.1 KiB 4c5e66a567290051125d26f60c5b90cdd7d6d0b4cfcd25390fb93ba5c0c133d2
reposurgeon_4.25-1build1.dsc 2.4 KiB 6d4f2f0a664521a322689cdce4a8f86889b2da1ad235bde91bab2cb377de7acc

Available diffs

View changes file

Binary packages built by this source

reposurgeon: Tool for editing version-control repository history

 `reposurgeon` enables risky operations that version-control systems
 don't want to let you do, such as (a) editing past comments and metadata,
 (b) excising commits, (c) coalescing commits, and (d) removing files and
 subtrees from repo history. The original motivation for `reposurgeon`
 was to clean up artifacts created by repository conversions.
 .
 `reposurgeon` is also useful for scripting very high-quality
 conversions from Subversion. It is better than `git-svn` at tag
 lifting, automatically cleaning up `cvs2svn` conversion artifacts,
 dealing with nonstandard repository layouts, recognizing branch
 merges, handling mixed-branch commits, and generally at coping with
 Subversion's many odd corner cases. Normally Subversion repos should
 be analyzed at a rate of upwards of ten thousand commits per minute,
 though that rate can fall significantly on extremely large
 repositories.
 .
 An auxiliary program, `repotool`, performs various useful
 operations such as checkouts and tag listing in a VCS-independent
 manner. Yet another, `repomapper`, assists in automatically preparing
 contributor maps of CVS and SVN repositories.
 .
 The `repocutter` program is available for some specialized operations on
 Subversion dumpfiles; it may be useful in extracting portions of
 particularly gnarly Subversion repositories for conversion with
 reposurgeon.
 .
 This distribution supports a generic conversion workflow using these
 tools, and includes a long-form manual "Repository Editing and
 Conversion With Reposurgeon" that describes how to use it.
 .
 The file `reposurgeon-git-aliases` can be appended to your `~/.gitconfig` to
 support working directly with action stamps in git.
 .
 Finally, an Emacs Lisp mode with useful functions for editing large
 comment message-boxes is included.

reposurgeon-dbgsym: debug symbols for reposurgeon