Commit graph

6 commits

Author SHA1 Message Date
aviu16
a150e75ae8 docs(jj): clarify git async-prompt limitation with wrapper functions
When wrapping git_prompt_info in a custom function (as recommended for jj fallback),
the git async prompt feature fails to detect the usage pattern and doesn't register
async handlers. This causes git_prompt_info to return nothing.

Add a note explaining this limitation and providing two workarounds:
- Disable git async prompt entirely
- Force async handlers to register unconditionally

Fixes #13555
2026-02-14 12:30:48 -05:00
Match
35068db837
feat(jj): add alias for jj abandon (#13510) 2026-01-11 12:54:11 +01:00
Cyril Plisko
a98a9f7122
feat(jj): add jj aliases for common workflows (#13179)
- jj bookmark
    Aliases for bookmark subcommands
- jj git push
    Aliases for popular push flags
- jj new "trunk()"
- jj rebase -d "trunk()"
- jj status
2025-12-05 12:00:56 +01:00
Cyril Plisko
62afbdebb9
feat(jj): add jjgfa alias (#13105) 2025-05-06 17:27:04 +02:00
nasso
1c2127727a
feat(jj): enable dynamic completion (#13003) 2025-03-04 11:46:29 +01:00
nasso
30e516a3aa
feat(jj): add jujutsu plugin (#12292) 2025-03-03 17:15:43 +01:00