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)
reword 5fc75ad5d7a2e1594a78d46715f3f01c48b1372c Joey Hess 2015-01-19 17:01:58
sponge: add append option '-a' (Closes: #623197) 51c6514da433a54a70b49bc928113119a08440a6 Nicolas Schier 2015-01-14 05:47:19
changelog 5f0360ae33d21d8ba35679dc5c1dd3af9e36dab4 Joey Hess 2015-01-19 16:58:25
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
Commit 5fc75ad5d7a2e1594a78d46715f3f01c48b1372c - reword
Author: Joey Hess
Author date (UTC): 2015-01-19 17:01
Committer name: Joey Hess
Committer date (UTC): 2015-01-19 17:01
Parent(s): 51c6514da433a54a70b49bc928113119a08440a6
Signing key:
Tree: 2a00ddc7730d3a4e55f78c53b32ecd8524c02955
File Lines added Lines deleted
sponge.docbook 2 1
File sponge.docbook changed (mode: 100644) (index a892837..601be42)
... ... USA
82 82 <term><option>-a</option></term> <term><option>-a</option></term>
83 83 <listitem> <listitem>
84 84 <para>Append the output to the specified file <para>Append the output to the specified file
85 instead possible backup and re-creation.</para>
85 instead of the default behavior of
86 overwriting the file.</para>
86 87 </listitem> </listitem>
87 88 </varlistentry> </varlistentry>
88 89
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