summaryrefslogtreecommitdiff
path: root/bin/hstow
Commit message (Collapse)AuthorAge
* http->https in some license headersSean Whitton2024-04-12
|
* hstow: escape two forward slashesSean Whitton2023-07-06
|
* hstow: documentationSean Whitton2023-01-29
|
* hstow: use globs in .hstow-always-adopt & convert to EREs for awkSean Whitton2023-01-29
|
* hstow: don't look for links to unstow inside our .STOW directorySean Whitton2023-01-27
|
* hstow: just remove empty directories that are in our waySean Whitton2023-01-27
|
* hstow: use find(1)'s -path argument rather than filtering its outputSean Whitton2023-01-27
| | | | | | The -path argument is included in POSIX.1-2017. Also improve the awk code in the case where .hstow-always-adopt doesn't exist.
* hstow: move a few other things out to posix-defuns.shSean Whitton2023-01-27
|
* hstow: reduce number of ls(1), dirname(1), rm(1) and rmdir(1) callsSean Whitton2023-01-27
| | | | Also improve comment: 'xargs readlink' can be used like 'xargs ls -ld'.
* hstow: speed up stowing by using more streamingSean Whitton2023-01-27
| | | | | | | Extend the dot[-.] feature to intermediate pathname components. We no longer match $path_dir against the ignore patterns. I can't see how that was useful.
* hstow: readlinks: check link targets for control charsSean Whitton2023-01-19
|
* hstow: readlinks: handle add'l fields, check that input names a linkSean Whitton2023-01-19
|
* hstow: speed up unstowing by using more streamingSean Whitton2023-01-18
|
* attempt to improve readabilitySean Whitton2023-01-17
|
* hstow: readlink: don't collapse runs of blanks in filename or targetSean Whitton2023-01-17
|
* reflowSean Whitton2023-01-17
|
* hstow: disjoin_hstow_file: skip blank linesSean Whitton2023-01-13
|
* hstow: factor out disjoin_hstow_file, replacing read_globs_fileSean Whitton2023-01-13
|
* hstow: don't stow .hstow-unstow-ignoreSean Whitton2023-01-13
|
* hstow: when unstowing, don't recurse into directories we don't ownSean Whitton2023-01-08
|
* hstow: hide stderr from dir_contents find(1) invocation tooSean Whitton2023-01-06
|
* hstow: hide stderr from main unstow find(1) invocationSean Whitton2023-01-06
|
* speed up hstow's restowing, restow in post_update actionsSean Whitton2022-12-03
|
* hstow: reflow/tweak to consistently use fill column of 72Sean Whitton2022-11-15
|
* hstow: escape literal .Sean Whitton2022-11-14
|
* hstow: strip leading whitespace from one case of output from wc(1)Sean Whitton2022-11-13
| | | | Thanks to Mike Lee Williams for reporting the problem.
* hstow: use correct option to wc(1) for counting characters not bytesSean Whitton2022-11-13
|
* GNU Stow -> hstow, and follow-up tidying & simplificationsSean Whitton2022-11-12