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)
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
releasing version 0.10 68088da67528e6db63175305776e288d33755646 joeyh 2006-04-02 22:47:56
* ifdata: patch from Adam Lackorzynski to translate French error messages to English and to convert some #defines to enums. * ifdata: patch from Adam Lackorzynski to avoid printing info for bogus interface. Closes: #360433 * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to "z"). 830a7b56d7c03e6819e2ccdd65b5015a2606ebd1 joeyh 2006-04-02 22:32:24
releasing version 0.9 64f0d162b040d66fd21c4ec8c7b5e9792866febc joeyh 2006-03-27 18:48:20
* Typo fixes. Closes: #359039, #359040 * pee: don't send a copy of every line sent to every command to stdout. Seems best for it not to output anything to stdout on its on at all. Closes: #359041 67ccef6db58b56bdfed8d1a96d3a7d298f42c625 joeyh 2006-03-27 18:45:08
* ifdata: robustness patch from Adam Lackorzynski, in particular deal with /proc not mounted. Closes: #358930 78133bda9c752e761ae00b6a43d2ddf5c67af53f joeyh 2006-03-25 17:52:25
Commit 4efc12865588023b906c51cd688c6f67941051f6 - support lastlog format
Author: joeyh
Author date (UTC): 2006-08-19 19:26
Committer name: joeyh
Committer date (UTC): 2006-08-19 19:26
Parent(s): de4c5fde3d86ae278e71b102f640b110f361bda2
Signer:
Signing key:
Signing status: N
Tree: 71e9868cf2fa2eca34834d2592caed20c8d9dc9c
File Lines added Lines deleted
ts 3 0
File ts changed (mode: 100755) (index de620c8..d1cbb16)
... ... while (<>) {
75 75 # 16 Jun 94 07:29:35 # 16 Jun 94 07:29:35
76 76 (?:\s+\w\w\w|\s+-\d\d\d\d)? (?:\s+\w\w\w|\s+-\d\d\d\d)?
77 77 # (optional timezone) # (optional timezone)
78 |
79 \w\w\w\s+\w\w\w\s+\d\d\s+\d\d:\d\d
80 # lastlog format
78 81 )\b )\b
79 82 }{ }{
80 83 concise(ago(time - str2time($1), 2)) concise(ago(time - str2time($1), 2))
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