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)
errno.docbook: fix typo (Closes: #749399) 87ddb61899c51c0e2c00336adaeae9acd1501e19 Nicolas Schier 2015-03-30 05:27:46
remove announcedir target e5da6688db97734dc694befd28d3f0b33cd40034 Joey Hess 2015-03-14 19:57:57
update copyright bdb114b8de6fccfb903016fb57aa0c7375bd8afd Joey Hess 2015-01-19 18:03:51
update maintainer 7f13a1a69a3126b6edaffe7a42223a8dd8e24235 Joey Hess 2015-01-19 18:02:08
squash build warning 097ed623cb1bd76722b31bf39bdb538499216abd Joey Hess 2015-01-19 18:01:14
update to debhelper v9 d3135b067bcbd65662fad5adf0d64a65ebd2c369 Joey Hess 2015-01-19 17:59:49
prep release 4a8d84e44b4d4dc97e7864758b861e8d33d4552f Joey Hess 2015-01-19 17:58:14
update to joeyh.name 6c4c74649423eede3548e54bd1dbe0d230f4acba Joey Hess 2015-01-19 17:57:05
mention that sponge cannot always atomically rename a temp file 6e5678c3a8a4ab3b6128bcf1e37fabf3a592c69e Joey Hess 2015-01-19 17:48:25
make -a create the file atomically 6b4ac073da1c091329974132625acac19599df72 Joey Hess 2015-01-19 17:43:37
document that -a should be atomic (it's not implemented as such yet) de5a08fca9dfe0f847e81214af81064c2aaa77ae Joey Hess 2015-01-19 17:23:48
switch to getopt 843154d7f3fc592b6bca110384e501e8f6df47bc Joey Hess 2015-01-19 17:21:47
changelog 9828d3257691a52d9c3e084e5e77f7eb84452a48 Joey Hess 2015-01-19 17:02:36
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
Commit 87ddb61899c51c0e2c00336adaeae9acd1501e19 - errno.docbook: fix typo (Closes: #749399)
Author: Nicolas Schier
Author date (UTC): 2015-03-30 05:27
Committer name: Joey Hess
Committer date (UTC): 2015-03-30 15:40
Parent(s): e5da6688db97734dc694befd28d3f0b33cd40034
Signing key:
Tree: 0eaee89d2512d93059ce477c30d26b524aef2aa9
File Lines added Lines deleted
errno.docbook 1 1
File errno.docbook changed (mode: 100644) (index e045f7e..8d9b4ac)
... ... with this program; if not, write to the Free Software Foundation, Inc.,
79 79 errno codes, and the corresponding descriptions. For example, errno codes, and the corresponding descriptions. For example,
80 80 if given <literal>ENOENT</literal> on a Linux system, it if given <literal>ENOENT</literal> on a Linux system, it
81 81 prints out the code 2 and the description "No such file or directory". prints out the code 2 and the description "No such file or directory".
82 If given the code 2, it printes <literal>ENOENT</literal>
82 If given the code 2, it prints <literal>ENOENT</literal>
83 83 and the same description.</para> and the same description.</para>
84 84
85 85 </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