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.36 6cf8eb501e1636b37bf61b86b0aaeade05fc768b Joey Hess 2009-07-10 15:04:21
update 87bb3ae3ea452f7abba694be1840ee177d03c085 Joey Hess 2009-07-10 15:01:25
use sysconf to determine number of processors b5c8031c8f202c8140ee69c901c0e719a244aa77 Joey Hess 2009-07-10 14:51:46
update ab46fb8018f45a5584485edfd3c0caa82f3fd9b4 Joey Hess 2009-07-10 14:51:43
Fix indentation 2a323e50cf8b4b75b9cf1e258908819e6f59daa6 Tollef Fog Heen 2009-07-10 12:11:17
parallel: Argument validation 4c46b498f7c42a037f4f00e54f8a6a0197a80c93 Tollef Fog Heen 2009-07-10 12:09:48
parallel: Assume -j 1 if no -j or -l is given 4154bdcaadc1fb1ad2e7cd0f8f887dac5346a0d7 Tollef Fog Heen 2009-07-10 11:54:21
mispipe: Fix closing of extra pipe FD before starting command so it is not inherited by daemons. Closes: #533448 (Thanks, Jeremie Koenig) ac6ea9a555dc33d0f9978b92acbb5963e68f81ae Joey Hess 2009-07-02 19:58:38
avoid uninitalized value warning 6675d7c3b4b61ce03117f5878e62f31c64810dbc Joey Hess 2009-07-02 19:17:59
misc formatting 80476a56d197062c933c0c59bfb2d4c107344157 Joey Hess 2009-07-02 19:17:27
parallel: New program, contributed by Tollef Fog Heen, that can run multiple jobs in parallel, optionally checking load average. 2cf23588d768fa8b632d80354cb8501a97426af0 Joey Hess 2009-07-02 19:16:26
parallel: Implement -l (maxload) and -i (replace {}) e608a0284a84bb37a5a621eae72b0a456ec5484b Tollef Fog Heen 2009-06-30 02:49:07
parallel: Fix typo in usage string 397defef1f5994344d261cda1cfffb1e21d935cc Tollef Fog Heen 2009-06-30 02:28:00
Return non-zero if something goes wrong cde80342f40f2393f5a76974adf595d5aeb2ec52 Tollef Fog Heen 2009-06-30 02:26:16
Compile parallel by default b55a8e3a90e876fe1b80c886e63bb5d9fe0e022a Tollef Fog Heen 2009-06-30 02:25:55
Add initial writeup of parallel tool 0f012c74fcfaea8d661a729fd5cc2ad4f3563115 Tollef Fog Heen 2009-06-30 02:19:07
releasing version 0.35 b729d870341ae06f9a5a945717eb61c1d60a3af5 Joey Hess 2009-05-05 19:19:37
remove unnecessary quotes b08aeb0570bfd28f29a7708ab65f0f09f89e3883 Joey Hess 2009-05-05 19:09:40
isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301 (Thanks, Jakub Wilk and liw) a250ae89f37849be1caf204a07d2e4e563503390 Joey Hess 2009-05-05 19:06:34
ifdata: Don't assume that all interface names are 6 characters or less, for instance "wmaster0" is longer. Increase the limit to 20 characters. Closes: #526654 (Thanks, Alan Pope) 0aa82b9e712f62170d7f433b9fb181cdc6a60a92 Joey Hess 2009-05-03 00:41:06
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