ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Vamsi Avula 60d1537731 let branches and remote_branches revset functions take needles as arguments
- branches has the signature branches([needle]), meaning the needle is optional (branches() is equivalent to branches("")) and it matches all branches whose name contains needle as a substring
- remote_branches has the signature remote_branches([branch_needle[, remote_needle]]), meaning it can be called with no arguments, or one argument (in which case, it's similar to branches), or two arguments where the first argument matches branch names and the second argument matches remote names (similar to branches, remote_branches(), remote_branches("") and remote_branches("", "") are all equivalent)
2023-01-16 12:15:30 +05:30
..
technical docs: mention that the "view" object knows about all workspaces 2022-12-08 17:30:29 -08:00
branches.md templater: indicate if branch needs to be pushed to a remote 2022-11-09 22:44:55 -08:00
code-of-conduct.md Boilerplate for new Google open source project 2020-12-11 23:37:59 -08:00
config.md cli: load configs from .jj/repo/config.toml 2023-01-07 11:33:12 +09:00
config.toml Documentation for jj resolve and merge tool config 2022-12-03 15:12:40 -08:00
conflicts.md docs: indent conflict marker examples to not confuse tools 2022-12-12 16:20:40 -08:00
contributing.md docs: don't recommend running cargo fmt in the background 2023-01-12 11:50:02 -08:00
git-comparison.md Rename jj touchup to jj diffedit 2022-12-21 08:15:06 -08:00
git-compatibility.md feature: support git credential helpers 2022-11-19 22:06:27 -08:00
github.md [Docs]: Add some more documentation on how to work with github. 2023-01-01 16:36:09 +01:00
operation-log.md docs: mention that the "view" object knows about all workspaces 2022-12-08 17:30:29 -08:00
related-work.md docs: hyphenate "working-copy" when used as a compound modifier 2022-08-25 18:08:36 -07:00
revsets.md let branches and remote_branches revset functions take needles as arguments 2023-01-16 12:15:30 +05:30
tutorial.md log: add (empty) in front of an empty commit description 2023-01-14 16:00:42 +01:00
working-copy.md docs/working-copy.md: Mention jj resolve 2023-01-13 13:26:24 -08:00