ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Valentin Gatien-Baron 8783a05551 doc: suggest ripgrep as an equivalent of git grep
Sadly, ripgrep won't honor the .gitignore files in the absence of a
.git directory, so we need to pass an annoying flag (for non-colocated
repos).

That seems worth adding despite the existing suggestion, because rg is
faster, and for existing users for rg, it would teach them how to make
rg work as expected.
2024-01-12 17:01:14 -05:00
..
design git: turn git.auto-local-branch off by default 2023-12-17 08:30:24 +09:00
technical docs: update description of conflicts to be about tree-level conflicts 2023-11-30 14:24:48 -08:00
branches.md docs: reorder and partially rewrite remote branches section to reflect changes 2024-01-04 10:57:27 +09:00
code-of-conduct.md Replace contact method with addresses of active leads. 2023-11-28 13:48:22 -05:00
config.md docs config.md Vim instructions: link to the Wiki instead of a gist 2023-12-17 22:16:02 -08:00
config.toml docs/config.toml: update the default diff editor 2023-10-25 13:05:04 -07:00
conflicts.md
contributing.md poetry: Poetry 1.7 issues 2023-11-06 17:10:27 -08:00
FAQ.md FAQ: Describe how to integrate with Gerrit. 2024-01-01 21:08:19 +01:00
git-comparison.md doc: suggest ripgrep as an equivalent of git grep 2024-01-12 17:01:14 -05:00
git-compatibility.md gc: implement basic GC for Git backend 2023-12-03 07:40:12 -08:00
github.md git: turn git.auto-local-branch off by default 2023-12-17 08:30:24 +09:00
glossary.md glossary.md: Add a stub for "Hidden commits, Abandoned commits" 2023-10-31 23:41:41 -07:00
index.md
install-and-setup.md install-and-setup.md: --strategy -> --strategies for cargo binstall 2023-11-21 20:19:38 -08:00
operation-log.md op_walk: add support for op_id+ (children) operator 2024-01-02 10:30:08 +09:00
related-work.md
revsets.md revset: exclude @git branches from remote_branches() 2023-11-08 07:34:30 +09:00
sapling-comparison.md mkdocs: make MkDocs work with more GitHub-like list formatting 2023-11-03 19:15:37 -07:00
templates.md templater: add local/remote_branches keywords 2023-10-28 11:03:23 +09:00
tutorial.md docs: update CLI output in Tutorial 2024-01-08 19:59:59 +04:00
working-copy.md