jj/cli/src
Ilya Grigoriev 777da99533 jj git push: always force-push, all safety logic now in push_negotiation
This should be a no-op, though that is not necessarily obvious in corner
cases.

Note that libgit2 already performs the push negotiation even when
pushing without force (without `+` in the refspec).
2024-05-28 21:38:26 -07:00
..
commands jj git push: always force-push, all safety logic now in push_negotiation 2024-05-28 21:38:26 -07:00
config cli: add space around = in jj config list output 2024-05-24 19:35:45 -07:00
merge_tools conflicts: indicate executable conflict in git-format diff 2024-05-22 06:46:58 -07:00
cleanup_guard.rs
cli_util.rs diff_util: replace DiffWorkspaceContext by RepoPathUiConverter 2024-05-28 21:36:40 -07:00
command_error.rs fileset: replace FilesetParseContext by RepoPathUiConverter 2024-05-28 21:36:40 -07:00
commit_templater.rs templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
config-schema.json cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
config.rs config: migrate "config get"/"set" to TOML-based name argument parsing 2024-05-23 12:22:12 +09:00
description_util.rs diff_util: remove WorkspaceCommandHelper dependency from show functions 2024-05-14 09:36:13 +09:00
diff_util.rs diff_util: replace DiffWorkspaceContext by RepoPathUiConverter 2024-05-28 21:36:40 -07:00
formatter.rs ui: add per-type FormatterFactory constructors, inline selection 2024-05-12 09:21:18 +09:00
generic_templater.rs templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
git_util.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
progress.rs
revset_util.rs revset: make .get_symbol/function() compatible with TemplateAliasesMap 2024-05-20 10:32:18 +09:00
template.pest fileset, revset, templater: add support for single-quoted raw string literals 2024-04-25 11:14:33 +09:00
template_builder.rs dsl_util: add trait for alias substitution errors 2024-05-26 11:21:45 +09:00
template_parser.rs dsl_util: introduce visitor-based generic alias substitution 2024-05-26 11:21:45 +09:00
templater.rs templater: add SizeHint type to represent revset.count_estimate() value 2024-05-09 08:51:34 +09:00
text_util.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
time_util.rs
ui.rs cli: insert tracing at editor/pager invocation 2024-05-12 23:06:14 +09:00