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)
rewording f44acae28d10d153c7b8cca5c72ebfb1ed4c3be5 Joey Hess 2015-01-19 16:57:44
parallel: serialise output through internal pipe (Closes: #704125) 823b5754d2275b5b17bd03d94200946789ccf28c Nicolas Schier 2015-01-15 08:15:17
prep release fe7652adc13d99b8c697bccaff905eed22ef4a0c Joey Hess 2014-11-28 15:25:40
update 5bcbf230bd326d0731b6d7c2b82fc10789b3b004 Joey Hess 2014-11-10 16:19:05
vidir handle items with common prefix (moreutils debian bug 654326) 0aeceb285c9ce53a78c3b2fac8ff4b2015a0965d Kushal Kumaran 2014-11-10 11:23:40
Orphaned the Debian package. 2ac31faaefa940248c1d2818671bc7476661fabc Joey Hess 2014-11-08 04:31:47
prep ab65e3880c57b508b5f4e1ab46872dd797f5c1dd Joey Hess 2014-09-09 18:12:12
Add option to count elapsed time since the start of the program. ae14e19ebb489d4c063ba82ef0247439fc3417c3 Adam Juraszek 2014-09-09 07:00:19
Fix docbook markup for parallel examples. Closes: #756377 10de03e34f78612531f49828b0f32b8fc0152451 Joey Hess 2014-07-29 15:46:00
portability fix 7096a1dc5b014d8fc14477758baf2c8c3b8c9f39 Joey Hess 2014-02-28 19:19:58
sv f0eadf7076dc44bfd439e6199ad46eaeacfe19ec Joey Hess 2014-02-27 16:02:29
prep release 8d7819910267592baf02dae9413b795c15990715 Joey Hess 2014-02-27 16:01:29
Fix ifdata, ifne, parallel to build on illumos. Thanks, Gabriele Giacone Closes: #733736 cd3722aabdefd293f0200c56579616092a15e5a4 Joey Hess 2013-12-31 17:36:33
Make vipe manpage a little clearer 63d717ea18eea93f89ef9654b1626bef500b6e36 Marian Sigler 2013-11-18 02:34:31
changelog 58b6500f1144793cb70932e5b58b39e9b95c482a Joey Hess 2013-11-06 02:36:42
Use docbook-xsl to build man pages a4ae7cb030f54132756fd2dc74bbdf47bdbdc134 Peter Eisentraut 2013-11-02 21:44:03
Run xmllint as part of DocBook build f0fb1db1f524d51503ebc757828c7d2f3874cebf Peter Eisentraut 2013-11-02 21:04:58
Use pattern rule for building man pages from DocBook aba6afa8e508f78c02ed50691d01eb8837046592 Peter Eisentraut 2013-11-02 21:04:22
Fix invalid DocBook markup aa6bbfff0bc300dc096bb324f011b90f428e213e Peter Eisentraut 2013-11-02 21:02:03
Use http system identifiers 75383286c0bb03da8b97283fe8fc7acdbfac414e Peter Eisentraut 2013-11-02 20:24:37
Commit f44acae28d10d153c7b8cca5c72ebfb1ed4c3be5 - rewording
Author: Joey Hess
Author date (UTC): 2015-01-19 16:57
Committer name: Joey Hess
Committer date (UTC): 2015-01-19 17:00
Parent(s): 823b5754d2275b5b17bd03d94200946789ccf28c
Signing key:
Tree: 0a13e019ad40733ba0c9dca9ca4d669d3f3c81e4
File Lines added Lines deleted
parallel.docbook 3 2
File parallel.docbook changed (mode: 100644) (index 664e237..4be9578)
... ... Written by Joey Hess
155 155 All output to stdout and stderr is serialised through a All output to stdout and stderr is serialised through a
156 156 corresponding internal pipe, in order to prevent annoying corresponding internal pipe, in order to prevent annoying
157 157 concurrent output behaviour. Note that serialisation is not concurrent output behaviour. Note that serialisation is not
158 done on any other file descriptor and file position based
159 access might result in a "loss" of data.
158 done on any other file descriptors and file position based
159 access to a nonstandard file descriptor might have unexpected
160 results.
160 161 </para> </para>
161 162
162 163 </refsect1> </refsect1>
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