Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix search when REPO_PATH contains a dot-dir #82

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/dev
/repos
/rush-dev.ini
/tmp
/tmp
2 changes: 1 addition & 1 deletion doc/rush-add.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-add" "1" "July 2024" "" "Register a local repository."
.TH "rush\-add" "1" "October 2024" "" "Register a local repository."
.SH NAME
\f[B]rush add\f[R] \- Register a local repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-add.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-add(1) | Register a local repository.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-clone.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-clone" "1" "July 2024" "" "Clone a GitHub package repository."
.TH "rush\-clone" "1" "October 2024" "" "Clone a GitHub package repository."
.SH NAME
\f[B]rush clone\f[R] \- Clone a GitHub package repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-clone.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-clone(1) | Clone a GitHub package repository.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-completions.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-completions" "1" "July 2024" "" "Generate bash completions."
.TH "rush\-completions" "1" "October 2024" "" "Generate bash completions."
.SH NAME
\f[B]rush completions\f[R] \- Generate bash completions.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-completions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-completions(1) | Generate bash completions.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-config.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-config" "1" "July 2024" "" "Show or edit the configuration file."
.TH "rush\-config" "1" "October 2024" "" "Show or edit the configuration file."
.SH NAME
\f[B]rush config\f[R] \- Show or edit the configuration file.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-config(1) | Show or edit the configuration file.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-copy.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-copy" "1" "July 2024" "" "Copy a package between local repositories."
.TH "rush\-copy" "1" "October 2024" "" "Copy a package between local repositories."
.SH NAME
\f[B]rush copy\f[R] \- Copy a package between local repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-copy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-copy(1) | Copy a package between local repositories.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-default.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-default" "1" "July 2024" "" "Set a default repository."
.TH "rush\-default" "1" "October 2024" "" "Set a default repository."
.SH NAME
\f[B]rush default\f[R] \- Set a default repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-default.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-default(1) | Set a default repository.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-edit.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-edit" "1" "July 2024" "" "Edit package files."
.TH "rush\-edit" "1" "October 2024" "" "Edit package files."
.SH NAME
\f[B]rush edit\f[R] \- Edit package files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-edit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-edit(1) | Edit package files.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-get.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-get" "1" "July 2024" "" "Install a package."
.TH "rush\-get" "1" "October 2024" "" "Install a package."
.SH NAME
\f[B]rush get\f[R] \- Install a package.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-get(1) | Install a package.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-info.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-info" "1" "July 2024" "" "Show information about a package."
.TH "rush\-info" "1" "October 2024" "" "Show information about a package."
.SH NAME
\f[B]rush info\f[R] \- Show information about a package.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-info(1) | Show information about a package.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-list.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-list" "1" "July 2024" "" "Show packages in one or all repositories."
.TH "rush\-list" "1" "October 2024" "" "Show packages in one or all repositories."
.SH NAME
\f[B]rush list\f[R] \- Show packages in one or all repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-list(1) | Show packages in one or all repositories.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-pull.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-pull" "1" "July 2024" "" "Git pull one or all repositories."
.TH "rush\-pull" "1" "October 2024" "" "Git pull one or all repositories."
.SH NAME
\f[B]rush pull\f[R] \- Git pull one or all repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-pull.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-pull(1) | Git pull one or all repositories.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-push.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-push" "1" "July 2024" "" "Git push one or all repositories."
.TH "rush\-push" "1" "October 2024" "" "Git push one or all repositories."
.SH NAME
\f[B]rush push\f[R] \- Git push one or all repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-push.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-push(1) | Git push one or all repositories.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-remove.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-remove" "1" "July 2024" "" "Unregister a local repository."
.TH "rush\-remove" "1" "October 2024" "" "Unregister a local repository."
.SH NAME
\f[B]rush remove\f[R] \- Unregister a local repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-remove.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-remove(1) | Unregister a local repository.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-search.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-search" "1" "July 2024" "" "Search in package names and info files."
.TH "rush\-search" "1" "October 2024" "" "Search in package names and info files."
.SH NAME
\f[B]rush search\f[R] \- Search in package names and info files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-search(1) | Search in package names and info files.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-show.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-show" "1" "July 2024" "" "Show package files."
.TH "rush\-show" "1" "October 2024" "" "Show package files."
.SH NAME
\f[B]rush show\f[R] \- Show package files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-show(1) | Show package files.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-snatch.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-snatch" "1" "July 2024" "" "Install a package from a remote repo."
.TH "rush\-snatch" "1" "October 2024" "" "Install a package from a remote repo."
.SH NAME
\f[B]rush snatch\f[R] \- Install a package from a remote repo.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-snatch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-snatch(1) | Install a package from a remote repo.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-undo.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush\-undo" "1" "July 2024" "" "Uninstall a package."
.TH "rush\-undo" "1" "October 2024" "" "Uninstall a package."
.SH NAME
\f[B]rush undo\f[R] \- Uninstall a package.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-undo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-undo(1) | Uninstall a package.
%
% July 2024
% October 2024

NAME
==================================================
Expand Down
6 changes: 3 additions & 3 deletions doc/rush.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush" "1" "July 2024" "Version 0.7.14" "Personal package manager."
.TH "rush" "1" "October 2024" "Version 0.7.14" "Personal package manager."
.SH NAME
\f[B]rush\f[R] \- Personal package manager.
.SH SYNOPSIS
Expand Down Expand Up @@ -66,8 +66,8 @@ Default: \[ti]/rush\-repos
\f[B]rush\-edit\f[R](1), \f[B]rush\-show\f[R](1),
\f[B]rush\-completions\f[R](1)
.SH SOURCE CODE
https://github.com/dannyben/rush\-cli
https://github.com/dannyben/rush
.SH ISSUE TRACKER
https://github.com/dannyben/rush\-cli/issues
https://github.com/dannyben/rush/issues
.SH AUTHORS
Danny Ben Shitrit <https://github.com/dannyben>.
2 changes: 1 addition & 1 deletion doc/rush.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush(1) Version 0.7.14 | Personal package manager.
% Danny Ben Shitrit \<https://github.com/dannyben\>
% July 2024
% October 2024

NAME
==================================================
Expand Down
Loading
Loading