Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to GPL v3 and add headers to files (#44) | Adam Spiers | 2019-06-27 | 1 | -318/+641 |
| | | | | | | | | | | | | | | | | | Following advice from maintainers@gnu.org, bring Stow in line with other GNU projects by upgrading it from GPL v2 to v3 https://www.gnu.org/prep/maintain/html_node/Licensing-of-GNU-Packages.html#Licensing-of-GNU-Packages as obtained in plain text and texinfo formats from https://www.gnu.org/licenses/ and adding appropriate headers: https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Code.html#License-Notices-for-Code Fixes #44: https://github.com/aspiers/stow/issues/44 | ||||
* | remove trailing whitespace from lines | Adam Spiers | 2019-06-27 | 1 | -15/+15 |
| | |||||
* | Include the preamble in online versions of the manual | Adam Spiers | 2019-06-26 | 1 | -2/+0 |
| | | | | | | | | This is more inline with the suggestion in the texinfo manual: https://www.gnu.org/software/texinfo/manual/texinfo/html_node/_0040top-Command.html and also the preamble is useful in all cases. | ||||
* | Add Guillaume and myself to the list of @authors | Adam Spiers | 2019-06-26 | 1 | -1/+3 |
| | |||||
* | Add some polish to the release process | Adam Spiers | 2019-06-25 | 1 | -15/+19 |
| | |||||
* | Add function to expand ~ in .stowrc files (#14) | Charles LeDoux | 2019-06-25 | 1 | -3/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add a new expand_tilde() function that performs tilde expansion of strings, and corresponding unit tests: * A ~ at the beginning of a path is expanded to the user's home directory. * Literal '~' can be provided with '\~' Combine this with expand_environment() in a new expand_filepath() function which applies all (both) required expansion functions to a string, and use that in get_config_file_options() to expand .stowrc options. Add more tests to check that tilde expanded in correct places, i.e.: * expanded for --target and --dir * not expanded for --ignore, --defer, or --override Update documentation on stowrc files according to this functionality change. Fixes #14: https://github.com/aspiers/stow/issues/14 | ||||
* | Synchronise --verbose documentation | Adam Spiers | 2019-06-25 | 1 | -1/+1 |
| | | | | | The man page was updated with regard to higher --verbose levels but not the info manual, so fix that. | ||||
* | Fix old descriptions of Stow (#22) | Adam Spiers | 2019-06-25 | 1 | -24/+35 |
| | | | | | | | | | | | De-emphasise the package management aspects, since these days almost everyone prefers to use modern package managers such as rpm / dpkg / Nix for (system-wide) package management. Also include more popular modern use cases for Stow such as management of dotfiles and software compiled in the user's $HOME directory. Fixes #22: https://github.com/aspiers/stow/issues/22 | ||||
* | avoid "regex" abbreviation for consistency | Adam Spiers | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | fix erroneous glob examples in --ignore documentation | Adam Spiers | 2018-02-11 | 1 | -2/+2 |
| | | | | | | Many thanks to Daniel Shahaf for noticing this. http://lists.gnu.org/archive/html/bug-stow/2017-07/msg00000.html | ||||
* | update the introductory text to clarify Stow's common usage | Adam Spiers | 2018-02-11 | 1 | -8/+28 |
| | | | | Thanks to Jean Louis for some suggestions on this. | ||||
* | fix typo in "Deleting Packages" chapter | Adam Spiers | 2017-03-04 | 1 | -1/+1 |
| | | | | Thanks to Hongyi Zhao for spotting this error and reporting it. | ||||
* | clarify that ~/.stowrc args don't get processed by a shell | Adam Spiers | 2016-12-18 | 1 | -1/+2 |
| | | | | | | Address confusion reported here: http://lists.gnu.org/archive/html/bug-stow/2016-08/msg00000.html | ||||
* | replace a "you" typo with better text | Adam Spiers | 2016-12-18 | 1 | -4/+4 |
| | | | | | The contents are prepended to the arguments; they still come after the stow executable. | ||||
* | HOWTO-RELEASE: use Docker to test before releasing | Adam Spiers | 2016-11-20 | 1 | -0/+5 |
| | | | | | | Charles LeDoux did some awesome work providing this Docker environment which can test across multiple Perl versions using perlbrew, so it would be crazy not to use it. | ||||
* | use PAUSE upload for final validation step of release | Adam Spiers | 2016-11-20 | 1 | -4/+8 |
| | |||||
* | make sure release tags are also pushed to GitHub | Adam Spiers | 2016-11-20 | 1 | -3/+5 |
| | |||||
* | further refine the release process | Adam Spiers | 2016-11-20 | 1 | -1/+29 |
| | | | | | | | | | | | Let's try a new approach where we increment the version number immediately after publishing a release, not just before. This will mean that anyone who builds from git gets a version of Stow which is higher than the release which was just cut, and this could provide valuable debugging hints in case a bug report does not clearly state whether the problem arose with the latest release or with a build from git. | ||||
* | whitespace cleanups | Adam Spiers | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | HOWTO-RELEASE: add a reminder to update THANKS | Adam Spiers | 2016-11-20 | 1 | -1/+2 |
| | | | | Make sure the maintainer always gives credit to contributors :-) | ||||
* | HOWTO-RELEASE: remove body indent | Adam Spiers | 2015-11-09 | 1 | -61/+61 |
| | |||||
* | HOWTO-RELEASE: add link to official GNU maintainers guide | Adam Spiers | 2015-11-09 | 1 | -0/+10 |
| | |||||
* | HOWTO-RELEASE: encourage use of SemVerv2.2.1 | Adam Spiers | 2015-11-09 | 1 | -0/+3 |
| | |||||
* | HOWTO-RELEASE: encourage GPG-signing of release tags | Adam Spiers | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | HOWTO-RELEASE: use gnulib for gendocs instead of texinfo | Adam Spiers | 2015-11-09 | 1 | -5/+5 |
| | | | | | | These days it seems that gendocs can be done entirely from the templates in gnulib, rather than requiring the texinfo repository. | ||||
* | HOWTO-RELEASE: include automake --add-missing | Adam Spiers | 2015-11-09 | 1 | -0/+1 |
| | | | | | This is necessary since automake files were removed from the repository recently. | ||||
* | Add more index entries to the manual. | Adam Spiers | 2015-11-09 | 1 | -0/+2 |
| | |||||
* | Fix a typo in the docs. | Adam Spiers | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | Fix typo in manual. | Adam Spiers | 2012-02-19 | 1 | -1/+1 |
| | |||||
* | Add a few more items to index. | Adam Spiers | 2012-02-19 | 1 | -0/+5 |
| | |||||
* | Add boilerplate commit message for web docs update. | Adam Spiers | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Add --no-folding option. | Adam Spiers | 2012-02-18 | 1 | -8/+26 |
| | |||||
* | Remove -a option for safety reasons (but keep --adopt). | Adam Spiers | 2012-02-18 | 1 | -2/+1 |
| | |||||
* | Last known bug was fixed a long time ago :-) | Adam Spiers | 2012-02-18 | 1 | -12/+9 |
| | |||||
* | Update structure of manual to match recommended texinfo structure. | Adam Spiers | 2012-02-18 | 1 | -39/+25 |
| | | | | | TOC now appears after title page. Copying information is no longer duplicated. | ||||
* | Fix various formatting issues in the manual. | Adam Spiers | 2012-02-18 | 1 | -18/+19 |
| | |||||
* | Add some more index entries to the manual. | Adam Spiers | 2012-02-18 | 1 | -1/+8 |
| | |||||
* | Add some @sections to the manual to break larger nodes up. | Adam Spiers | 2012-02-18 | 1 | -1/+8 |
| | |||||
* | Use @command / @samp / @env / @var in the manual where appropriate, rather ↵ | Adam Spiers | 2012-02-18 | 1 | -34/+34 |
| | | | | than @code. | ||||
* | Fix formatting of regexp values in the manual. | Adam Spiers | 2012-02-18 | 1 | -3/+3 |
| | |||||
* | perl Build.PL needs a prefix during testing | Adam Spiers | 2012-01-09 | 1 | -1/+1 |
| | |||||
* | Add --adopt / -a option. | Adam Spiers | 2012-01-09 | 1 | -0/+23 |
| | |||||
* | Improve the footnote which defines 'subpath'. | Adam Spiers | 2011-12-21 | 1 | -3/+3 |
| | |||||
* | Add another ignore example to the manual and test suite. | Adam Spiers | 2011-12-21 | 1 | -5/+5 |
| | |||||
* | Automate check for 'use lib' line in bin/stow. | Adam Spiers | 2011-12-11 | 1 | -9/+0 |
| | |||||
* | Significantly improve the handling of --with-pmdir. | Adam Spiers | 2011-12-07 | 1 | -6/+24 |
| | |||||
* | Ensure the ChangeLog is up-to-date when making a new distribution. | Adam Spiers | 2011-12-07 | 1 | -2/+0 |
| | | | | Thanks to Stefano Lattarini for this suggestion. | ||||
* | Add a workaround for not being able to ensure that git commit triggers | Adam Spiers | 2011-12-06 | 1 | -0/+2 |
| | | | | ChangeLog update. | ||||
* | Fix release instructions regarding CPAN distribution. | Adam Spiers | 2011-12-06 | 1 | -2/+7 |
| | |||||
* | Change @dircategory to `System administration' as suggested by Karl Berry. | Adam Spiers | 2011-12-04 | 1 | -1/+1 |
| |