nicolas / debian.moreutils (public) (License: GPL-2, GPL-2+, Expat, BSD-2-Clause, Public Domain) (since 2018-09-25) (hash sha1)
Debian packaging of joeyh's moreutils
List of commits:
Subject Hash Author Date (UTC)
releasing version 0.21 058c192993796e007353506873611d110bf613d0 joeyh 2007-06-25 17:08:46
* Patch from Sergej Pupykin fixing ifdata -pN. 63b55e43fde7f4ee84a6432c98ef0fad932f468e joeyh 2007-06-25 17:06:51
sort f9c026a0b72eb7161c612ee62fabea5edbaec419 joeyh 2006-12-24 04:55:17
reorder 72ccd64efd4b63a28c7ee0f907a6565c302c08d3 joeyh 2006-12-24 02:55:50
releasing version 0.20 b6547b684543ce4dca051366714065d6482e7bd5 joeyh 2006-12-23 20:58:47
* Typo fixes from Ralf Wildenhues. 7b0da07eeeb8007494f92391b03f5128ed3e5cd7 joeyh 2006-11-26 19:49:18
releasing version 0.19 0a72631e595507348b6a5518eb7b586b3a5c2bf6 joeyh 2006-11-12 03:03:46
add XS-Vcs-Svn field a7cc6680fb9f2ce1f4f785d09d23e1274c3972b9 joeyh 2006-10-04 17:26:48
releasing version 0.18 978f10e76bee0b53e4b6f578de0371a73e09cadc joeyh 2006-09-14 19:15:29
* spongs: Output to stdout if no file is specified, useful in a pipeline such as: cvs diff | sponge | patch -R -p0 Closes: #387501 08be7808b13547b5632f9a98470ca62b1f55aeee joeyh 2006-09-14 19:13:26
* mispipe.docbook: Typo. Closes: #386756 14f2f08540f4bb1490ef532619ccb3d948a0d5f9 joeyh 2006-09-09 22:47:07
releasing version 0.17 03924314a9abd0dd135f5fbc99197050b9abd15c joeyh 2006-09-08 00:49:51
* Add mispipe, contributed by Nathanael Nerode. Pipes together two commands, returning the exit status of the first. 7b6c6008e0e3f2a88c974cf8bea0545037626d2c joeyh 2006-09-08 00:33:43
* Add missing \n to sponge usage. Closes: #383944 79881487962d274e73b475458b6a1847789ca562 joeyh 2006-08-20 22:37:20
releasing version 0.16 fba236a29d973360915b168a83f50e54e1ff1c75 joeyh 2006-08-19 19:30:56
support lastlog format 4efc12865588023b906c51cd688c6f67941051f6 joeyh 2006-08-19 19:26:59
* Change the default ts format to include the month and day, for consistency with syslog format. * Add -r switch to ts, which makes it convert existing timestamps in the input into relative times, such as "15m2s ago". de4c5fde3d86ae278e71b102f640b110f361bda2 joeyh 2006-08-18 05:46:19
releasing version 0.15 c7f258b2fbdcae9dc20d83dde6252dc8579962a5 joeyh 2006-07-26 02:51:02
* vidir, vipe: Use /usr/bin/editor if it's present, and EDITOR and VISUAL arn't set, to comply with Debian policy. For portability, fall back to vi if there's no /usr/bin/editor. Closes: #378623 92f6884638abdda0fd8140379fcfc2ed36c37679 joeyh 2006-07-26 02:46:50
* combine: Man page improvements, to clarify even more that order does matter and that the operations are not commutative. Closes: #361123 * combine: The behavior of "or" was fairly strange if lines were repeated in a file. Changed behavior to just print all lines from both files, even if this means printing dups. Not sure I like this behavior either, but it's consistent with the very useful behaviors of "and" and "not". 11a51513fff47e8756ecdc1f24703b540c309eb5 joeyh 2006-07-26 02:40:28
Commit 058c192993796e007353506873611d110bf613d0 - releasing version 0.21
Author: joeyh
Author date (UTC): 2007-06-25 17:08
Committer name: joeyh
Committer date (UTC): 2007-06-25 17:08
Parent(s): 63b55e43fde7f4ee84a6432c98ef0fad932f468e
Signing key:
Tree: e2426d10a361f4353015fbc2659a7212c038264f
File Lines added Lines deleted
debian/changelog 2 2
File debian/changelog changed (mode: 100644) (index 6db7dfc..c856224)
1 moreutils (0.21) UNRELEASED; urgency=low
1 moreutils (0.21) unstable; urgency=low
2 2
3 3 * Patch from Sergej Pupykin fixing ifdata -pN. * Patch from Sergej Pupykin fixing ifdata -pN.
4 4
5 -- Joey Hess <joeyh@debian.org> Mon, 25 Jun 2007 13:06:21 -0400
5 -- Joey Hess <joeyh@debian.org> Mon, 25 Jun 2007 13:07:21 -0400
6 6
7 7 moreutils (0.20) unstable; urgency=low moreutils (0.20) unstable; urgency=low
8 8
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/nicolas/debian.moreutils

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/nicolas/debian.moreutils

Clone this repository using git:
git clone git://git.rocketgit.com/user/nicolas/debian.moreutils

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main