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)
fix url 28242c4d201f281e0e72e674f13728aca8f422c7 Joey Hess 2010-07-12 19:05:00
Add missing AUTHOR section to docbook man pages. 40d283244f9ea5e83422b9c486d07171386890b0 Joey Hess 2010-07-12 19:01:32
ifdata.docbook: Mark interface as required in synopsis. Closes: #588397 8064766e05fa6d49c3a481ac634291b24818b973 Joey Hess 2010-07-08 18:40:30
clarify 174f95e703fff88307f203f2fa30ddebf27839f7 Joey Hess 2010-07-07 17:08:48
releasing version 0.40 5e413817d726a2879f56c94f498dcaa94f887813 Joey Hess 2010-07-06 23:42:05
update 9b22d8c29882a723df4db6f993e283ce37f0acc7 Joey Hess 2010-07-06 19:08:08
parallel: -i will now replace {} inside parameters, before the {} had to be a separate parameter. b5af8181d2bb7e08e08fcab7a0d5910acb7a8522 Joey Hess 2010-07-06 19:06:51
optimisations and fix memory leak b01a6aabcf738b3d86c0fce2164861f783ed37ca Joey Hess 2010-07-06 18:55:22
lckdo: Now deprecated, since util-linux's flock(1) can do the same thing. f597f10475a2e906b96e2856818632dbf66a61b5 Joey Hess 2010-06-18 17:07:10
use dpkg-mergechangelog 780448e12df9190486ef9ac0638aed8fa0270415 Joey Hess 2010-05-24 15:12:47
add note about 578517 717323107eb5583236d64cf0864247979e0c4ca1 Joey Hess 2010-04-28 15:47:55
zrun: Add support for .xz files. 6ec9f75d9c41ff60acf1e3362321e76b699706b1 Joey Hess 2010-02-23 20:58:54
fix load edge case b04468bb912d9635fe5f3965b15678add8046f58 Joey Hess 2010-02-23 20:48:44
allow -l 0 7ef2ddb70209ae8f7bd2941787e87fe168965715 Joey Hess 2010-02-23 20:47:16
parallel: Allow a decimal load value to be specified with -l 4665e4fdca863b8346ed2cc39304f2c763e183a9 Joey Hess 2010-02-23 20:44:08
parallel: Fix logic error in code handling -l that could make parallel return a bogus 255 exit code when all jobs succeeded. Closes: #569617 a1a2b5fe9f8e474c55308637caa3f4852f52b480 Joey Hess 2010-02-23 20:35:34
parallel: Fix to really avoid running new jobs when load is too high. f8f42e5fae33fc0e5a5500c2594982f84de592a2 Joey Hess 2010-02-23 19:36:50
parallel: Make -j 0 do something reasonable (start all jobs at once). 9e1baf374a9e26b2e29f706ef3e65273410eedb9 Joey Hess 2010-02-23 19:17:26
parallel: Fix exit code handling when commands are specified after -- 448a100d287f2cc183f305f9e28723776f10b1bf Joey Hess 2010-02-23 18:59:20
Cap sillyness. Closes: #570815 62b8a323afe9cd95f2bff26c7db455e226a40cec Joey Hess 2010-02-21 18:16:23
Commit 28242c4d201f281e0e72e674f13728aca8f422c7 - fix url
Author: Joey Hess
Author date (UTC): 2010-07-12 19:05
Committer name: Joey Hess
Committer date (UTC): 2010-07-12 19:05
Parent(s): 40d283244f9ea5e83422b9c486d07171386890b0
Signing key:
Tree: fd1e59e2f5d9dd2bca6f61605fa70ec5cfa8e66b
File Lines added Lines deleted
README 1 1
File README changed (mode: 100644) (index 2ad29e4..548acf2)
... ... vipe
28 28 zrun zrun
29 29 automatically uncompress arguments to command automatically uncompress arguments to command
30 30
31 Its web page is here: http://kitenet.net/~joey/code/moreutils.html
31 Its web page is here: http://kitenet.net/~joey/code/moreutils/
32 32
33 33 Your suggestions of additional tools to add to this collection are Your suggestions of additional tools to add to this collection are
34 34 appreciated. The web page lists some that are under consideration but appreciated. The web page lists some that are under consideration but
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