jj/cli/src/commands
2024-07-25 22:39:00 +09:00
..
branch branch: ignore git tracking branches for rename warning 2024-07-18 17:27:19 -05:00
debug copy-tracking: add a command line driver with a simple test 2024-07-03 20:26:30 -04:00
file cli chore: standardize subcommand function and argument type names 2024-06-28 13:38:04 -07:00
git cli: make for_loaded_repo() callers specify whether repo/workspace are synced 2024-07-24 18:06:09 +09:00
operation cli: make for_loaded_repo() callers specify whether repo/workspace are synced 2024-07-24 18:06:09 +09:00
abandon.rs Make check_rewritable take an iterator of &CommitId instead of &Commit 2024-04-04 09:31:17 -04:00
backout.rs backout: accept multiple revisions to back out 2024-07-07 17:58:10 +08:00
bench.rs revset: add a SymbolResolverExtension trait to provide custom resolvers 2024-04-26 10:55:34 -04:00
checkout.rs jj help: note that move, checkout, and merge as deprecated 2024-06-01 18:38:23 -07:00
commit.rs cli: merge description_template_for_*() functions 2024-07-25 22:39:00 +09:00
config.rs cli: sort config/sparse subcommands in lexicographical order 2024-06-21 09:43:14 +09:00
describe.rs cli: merge description_template_for_*() functions 2024-07-25 22:39:00 +09:00
diff.rs cli: add helper functions that set up diff renderer based on command args 2024-05-14 09:36:13 +09:00
diffedit.rs cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
duplicate.rs ui: make status() return a dyn Write, add status_formatter() 2024-04-01 13:00:27 -07:00
edit.rs Make check_rewritable take an iterator of &CommitId instead of &Commit 2024-04-04 09:31:17 -04:00
fix.rs cli fix: change default from -s @ to -s 'reachable(@, mutable())' 2024-06-13 17:08:24 -05:00
init.rs cli: error out on "init --at-op/--ignore-working-copy" or "clone --at-op" 2024-07-24 18:06:09 +09:00
interdiff.rs cli: add helper functions that set up diff renderer based on command args 2024-05-14 09:36:13 +09:00
log.rs cli: deprecate -l short alias for --limit in favour of -n 2024-06-15 14:14:29 +02:00
merge.rs cli: add convenient methods to print hint or warning with default headings 2024-03-26 00:28:27 +09:00
mod.rs cli chore: standardize subcommand function and argument type names 2024-06-28 13:38:04 -07:00
move.rs feat(squash): Add --keep-emptied flag 2024-07-03 12:03:26 +10:00
new.rs cli: remove deprecated --allow-large-revsets flag at all 2024-07-03 23:06:26 +09:00
next.rs next/prev: fix a few bugs in --conflict 2024-06-22 04:48:29 +09:00
obslog.rs obslog: reverse order of predecessors in topo traversal 2024-07-15 20:10:31 -05:00
parallelize.rs parallelize: drop redundant "Nothing changed." case 2024-04-18 21:06:52 -07:00
prev.rs prev: make revset code more similar to next 2024-06-22 04:48:29 +09:00
rebase.rs feat(rebase): Rename --skip-empty to --skip-emptied. 2024-07-04 12:13:02 +10:00
resolve.rs cli: inline matcher_from_values() in favor of parse_file_patterns() 2024-04-07 19:43:29 +09:00
restore.rs commit: add a helper for returning parent tree of Commit 2024-05-07 19:35:03 -07:00
root.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
run.rs run: Treat jj run -j0 <command> as use all available cores 2024-07-24 22:13:28 +02:00
show.rs cli: add helper functions that set up diff renderer based on command args 2024-05-14 09:36:13 +09:00
sparse.rs cli: sort config/sparse subcommands in lexicographical order 2024-06-21 09:43:14 +09:00
split.rs cli: merge description_template_for_*() functions 2024-07-25 22:39:00 +09:00
squash.rs cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
status.rs lib: Add RevsetExpression::filtered(). 2024-06-20 23:29:41 +02:00
tag.rs cli: rename "sub_args" variables to "args" 2024-06-21 09:43:14 +09:00
unsquash.rs cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
untrack.rs feat: add an option to monitor the filesystem asynchronously 2024-06-16 23:24:22 -04:00
util.rs ui: remove Option<_> wrapping from ui.hint_() helpers 2024-06-18 09:37:23 +09:00
version.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
workspace.rs cli: make for_loaded_repo() callers specify whether repo/workspace are synced 2024-07-24 18:06:09 +09:00