-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore files when compressing path components (#8)
* don't insert files into filename prefix trie prefixes are properly considered unique over the set of directories/symlinks to directories, not over the set of directories, files, and symlinks. in other words, given a folder containing the directory "colibc", the directory "clanker", and the file "clacker", "cl" would be a unique prefix indicating the directory "clanker" * bump version to 0.5.2
- Loading branch information
1 parent
9ebc215
commit f09b694
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "clanker" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["Gregory Meyer <[email protected]>"] | ||
edition = "2018" | ||
description = "Minimalistic command prompt for fish." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters