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)
* 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
* vidir: Don't abort if it sees an empty or all-whitespace line. * vidir: If just a filename is removed and the number is left, treat this the same as removing the whole line, and delete the file, instead of trying to rename the file to "". * vidir: Remove the periods after the item numbers. * vidir: Man page improvements. Closes: #378122 3095ba17495d0f1871900fcc1c87e6efe9f55f18 joeyh 2006-07-13 21:10:34
* Remove notes about potential tools from README, moved to wiki. 987dac354dbcb7367addc40d69c51bc61897f9ee joeyh 2006-07-13 16:22:44
releasing version 0.14 3de0317294bad0e765c97f6f5486f200ae2f6a33 joeyh 2006-07-12 17:36:43
releasing version 0.13 7d38acc76a549d06e2d90bae6bb814173799c461 joeyh 2006-07-12 16:55:15
* ifdata: typo 0f8137c0a9a628206a23d343573debb544c4a811 joeyh 2006-06-29 16:02:21
releasing version 0.12 a127a7e9f7cb198d1a3e50b20b73525f20264cfd joeyh 2006-06-28 18:05:19
* ifdata: Fix bug in argument parsing that could make it segfault. * combine: Allow operators to be written in any case. b21b76ed6a5d574890637b97b21517edd2920fae joeyh 2006-06-28 18:04:23
* zrun: Add usage message. 876016dc3a12a333c485841c277b7d653b9717d0 joeyh 2006-06-25 02:12:31
* Really fix typo. Closes: #369485 561410533b010dd20358211c8e6265769806130e joeyh 2006-05-30 15:53:49
releasing version 0.11 82a9b595bbf3e600d213ad3517e3fa2c153ea9e8 joeyh 2006-05-27 23:18:29
Commit 14f2f08540f4bb1490ef532619ccb3d948a0d5f9 - * mispipe.docbook: Typo. Closes: #386756
Author: joeyh
Author date (UTC): 2006-09-09 22:47
Committer name: joeyh
Committer date (UTC): 2006-09-09 22:47
Parent(s): 03924314a9abd0dd135f5fbc99197050b9abd15c
Signer:
Signing key:
Signing status: N
Tree: e8af6fe82f4c63f2409bb99b394941432a08b99b
File Lines added Lines deleted
debian/changelog 6 0
mispipe.docbook 1 1
File debian/changelog changed (mode: 100644) (index c876953..f10b43d)
1 moreutils (0.18) UNRELEASED; urgency=low
2
3 * mispipe.docbook: Typo. Closes: #386756
4
5 -- Joey Hess <joeyh@debian.org> Sat, 9 Sep 2006 18:46:41 -0400
6
1 7 moreutils (0.17) unstable; urgency=low moreutils (0.17) unstable; urgency=low
2 8
3 9 * Add missing \n to sponge usage. Closes: #383944 * Add missing \n to sponge usage. Closes: #383944
File mispipe.docbook changed (mode: 100644) (index ce25e86..b645b2c)
... ... with this program; if not, write to the Free Software Foundation, Inc.,
49 49
50 50 <refsynopsisdiv> <refsynopsisdiv>
51 51 <cmdsynopsis> <cmdsynopsis>
52 <command>mispope</command>
52 <command>mispipe</command>
53 53 <arg><replaceable>"command1"</replaceable></arg> <arg><replaceable>"command1"</replaceable></arg>
54 54 <arg><replaceable>"command2"</replaceable></arg> <arg><replaceable>"command2"</replaceable></arg>
55 55 </cmdsynopsis> </cmdsynopsis>
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