diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 19:28:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 19:28:37 -0400 |
commit | 9a8368704c5824b36d4f21783e36ba3a3ef1a10f (patch) | |
tree | 34727787295394968a2046d7bebb6450859a6ffb /RELEASES.md | |
parent | 2e97f262058bb5d13bf318956d990fbd5434c31d (diff) | |
download | bfs-9a8368704c5824b36d4f21783e36ba3a3ef1a10f.tar.xz |
RELEASES.md: Add explicit hyperlinks for issues
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 898bacd..556a033 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,7 +6,7 @@ **Unreleased** -- New `-exclude <expression>` syntax to more easily and reliably filter out paths (#8). +- New `-exclude <expression>` syntax to more easily and reliably filter out paths ([#8]). For example: bfs -name config -exclude -name .git @@ -29,10 +29,13 @@ bfs -type f -nohidden - to do what was intended (#30). + to do what was intended ([#30]). - Fixed an optimizer bug that could skip `-empty`/`-xtype` if they didn't always lead to an action +[#8]: https://github.com/tavianator/bfs/issues/8 +[#30]: https://github.com/tavianator/bfs/issues/30 + 1.* === |