git-mestrelion-tools 2019.10-1 source package in Ubuntu

Changelog

git-mestrelion-tools (2019.10-1) unstable; urgency=medium

  * New upstream release.
  * dh 12.

 -- Adam Borowski <email address hidden>  Sat, 16 Nov 2019 16:45:06 +0100

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
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-mestrelion-tools_2019.10-1.dsc 1.9 KiB aac090a6a09ee99269422484e3d204328899d448be3c16125a853c73ef4a9fcc
git-mestrelion-tools_2019.10.orig.tar.gz 27.1 KiB deec7dccba4da8261563b4612a08f91558fe650aedf4ac62df1170c74ac081ca
git-mestrelion-tools_2019.10-1.debian.tar.xz 2.3 KiB 8753d952b3fb4fa1a39318610edc23e22d5c96c04b0629734199a9c489f0c290

Available diffs

No changes file available.

Binary packages built by this source

git-restore-mtime: set timestamps to the date of a file's last commit

 This utility can set timestamps in a git checkout to the last commit that
 changes a given file. This is useful whenever meaningful mtimes are wanted,
 as "last change" is better than "last checkout". Use cases include syncing
 timestamps on a web server's contents, preparing a release tarball, etc.
 Pretty much, every scenario other than an unclean source tree where you're
 about to type "make" without "make clean".
 .
 When called from a .git/hooks/post-checkout trigger, this is the equivalent
 of Subversion's "use-commit-times".
 .
 Unlike metastore, git restore-mtime gives you only commit times rather than
 the true original timestamp; on the other hand it works retroactively and
 doesn't require a manual action by every contributor in every working copy.
 .
 This package includes three other utilities:
  * git clone-subset - clones only some files from a repository (inc. history)
  * git find-uncommitted-repos - recursively searches for unclean git repos
  * git strip-merge - filters away some files during a merge