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.28 33a313d03913e33ca8b8803caeb70baa8486ce32 Joey Hess 2008-02-02 22:27:02
* Add example to man page about recursive modification of directories. Closes: #390099 a3627335c84246278d940b250c7d4c61df7595c3 Joey Hess 2008-02-02 22:24:39
* vidir: Applied patch from Stefan Fritsch (one part of #412176): - Check for control characters (especially newlines) in filenames and error out, since this can greatly confuse the editor or vidir. - If the source of a rename does not exist (and thus the rename will fail anyway), vidir should not move an existing target file to a tmpfile. - If a directory is renamed, vidir should take that into account when renaming files in this directory. - If a directory name is passed as name/ to vidir, vidir should not add second slash after the name. * vidir: Add support for unlinking directories. To recursivly delete a directory and its contents, pipe find to vidir, and delete the directory and its contents in the editor. Closes: #412176 bc053c5868a14bd166160ffd2b143dd47622aba5 Joey Hess 2008-02-02 22:18:59
* Moved to a git repository. 6c5feb7e384bcf7bae50ccfbefff2db9f03de35c Joey Hess 2008-02-02 22:03:34
releasing version 0.27 7d606d7c155c331eff7601476cbf7ba48e6dc49b joeyh 2008-02-02 21:44:09
* vidir: Check exit codes of close. Closes: #463739 8437ce241dda9004cd87b0d46ce6e7ff197fc927 joeyh 2008-02-02 21:42:22
releasing version 0.26 36f9ddc3d3d521a1568685d2882ea892fda51593 joeyh 2007-11-28 19:24:05
* isutf8: Correct inverted exit code when passed a file to check. Closes: #453306 a7b6e16281c45aa91395a8dcdaa623d6bce69bab joeyh 2007-11-28 19:19:39
* isutf8: Detect and reject overlong UTF-8 sequences. Closes: #440951 Many thanks to liw for the patch. 97bbfc9b4a3f995776e5229bbfd8214282308b77 joeyh 2007-11-12 17:04:11
add homepage field f955b3741c6fa10ad3c326257462ba39b2dd444e joeyh 2007-11-06 20:56:12
Vcs- fields are now official 90818d6e7a8ed725142aa5ecdbacdc0a9ecdfe50 joeyh 2007-10-10 22:31:20
* vidir: Force numbers to normalised integers. * vidir: Abort on unknown item numbers rather than deleting them. Closes: #442440 4a0cb2806a75ca4a36472835fcbe0f41085902b2 joeyh 2007-09-16 17:06:14
releasing version 0.23 cade3b932e3fc6f2fdc576a6ef0e061cf49a6653 joeyh 2007-09-06 01:54:45
reformat 6512dfbce4cf15b27db1849b02493776aa07941e joeyh 2007-09-06 01:45:04
* Don't strip binaries for debian package if built with DEB_BUILD_OPTIONS=nostrip. Closes: #437577 * Include Michael Tokarev's lckdo program and replace / conflict with the current lckdo package. (Robert Edmonds) Closes: #432906 * lckdo: Don't clear other flags when setting close on exec. 70564cb95575300bd77dd8035f2d010e9030de4c joeyh 2007-09-06 01:28:28
fix repo path 2025c9c518e7165da3d08b28bb7d62682d2f3b1f joeyh 2007-08-13 04:30:10
* Add pointer to join from combine's man page. Closes: #435516 8773c86ce7fc4dd09a47dcae4edc2c95a3f90cef joeyh 2007-08-01 17:45:57
releasing version 0.22 20f02556ba24e70151d51cd82b68a74f876ddedf joeyh 2007-06-25 20:14:11
* vidir, zrun: Don't put temp files in the current directory. Closes: #429367 1d7165266b9f24feeabf1480dc68e7ea6114a718 joeyh 2007-06-25 20:10:35
releasing version 0.21 058c192993796e007353506873611d110bf613d0 joeyh 2007-06-25 17:08:46
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