-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Issues: BurntSushi/ripgrep
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Adjacent replaced multiline matches result in wrong line numbers
bug
A bug.
#2779
opened Apr 11, 2024 by
meedstrom
1 task done
rg allocates too much memory with: A bug.
rg --files --ignore-file ~/.ultimate-gitignore
bug
#2750
opened Mar 7, 2024 by
wis
1 task done
Incorrect application of ignore rule with single glob in nested
bug
A bug.
#2747
opened Mar 6, 2024 by
tmccombs
1 task done
ripgrep mis-parses A bug.
*[\<\>\:\"\/\\\|\?\*]*
in .gitignore
bug
#2745
opened Mar 1, 2024 by
andreamah
1 task done
Inconsistent behavior with negation pattern in A bug.
.gitignore
bug
#2731
opened Feb 7, 2024 by
Nadrieril
1 task done
Inline flag (?x) with comment doesn't work due to automatic wrapping of patterns inside non-capturing group
bug
A bug.
#2677
opened Dec 6, 2023 by
learnbyexample
1 task done
a broken symlink results in ripgrep emitting an error even if the symlink is ignored
bug
A bug.
#2552
opened Jul 7, 2023 by
BurntSushi
ripgrep always adds a newline at the end of data (including when A bug.
--passthru
is used)
bug
#2474
opened Mar 22, 2023 by
misaki-web
First entry of gitignore searched if it starts with BOM
bug
A bug.
#2177
opened Apr 11, 2022 by
tvrg
decompression binaries are searched for even when they will never be used
bug
A bug.
#2111
opened Dec 21, 2021 by
Antiever
ignore: WalkBuilder.add_ignore() patterns are not rooted in the path being walked
bug
A bug.
gitignore
Bugs related to gitignore problems.
question
An issue that is lacking clarity on one or more points.
#1394
opened Sep 30, 2019 by
dragonmaus
No matches with empty patterns file and invert match
bug
A bug.
question
An issue that is lacking clarity on one or more points.
#1332
opened Jul 29, 2019 by
wrodis
globset (and thus ripgrep) interpret braces ({}) as alternative ("a or b") whereas git doesn't
bug
A bug.
#1221
opened Mar 13, 2019 by
anntzer
Directory paths are ignored even if negative-ignore exists for files underneath it
bug
A bug.
gitignore
Bugs related to gitignore problems.
#1050
opened Sep 13, 2018 by
infinity0
Absolute path glob patterns on windows
bug
A bug.
icebox
A feature that is recognized as possibly desirable, but is unlikely to implemented any time soon.
question
An issue that is lacking clarity on one or more points.
#530
opened Jun 28, 2017 by
roblourens
ProTip!
Adding no:label will show everything without a label.