ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Martin von Zweigbergk 14d35b0198 cli: make jj git push -r just warn if no branches targeted
If there are branches in the revset that don't need to be pushed
because they already match the destination, we currently just print
`Nothing changed.` It seems consistent with that to also treat it as
success if there are no branches in the specified set to start
with. This patch makes the command print a warning in that case
instead.
2023-08-23 15:00:03 -07:00
..
commands cli: make jj git push -r just warn if no branches targeted 2023-08-23 15:00:03 -07:00
config merge_tools: Allow 3-pane diff editing 2023-08-21 20:19:15 -07:00
merge_tools Make find_all_variables lazy, and not allocate 2023-08-22 13:15:56 -04:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs git: handle remote not found error by remove/rename_remote() 2023-08-23 10:02:52 +09:00
commit_templater.rs templater: add root keyword 2023-08-15 18:54:59 +03:00
config-schema.json settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
config.rs cli: let custom binaries add extra default configs 2023-08-19 06:48:29 -07:00
diff_util.rs Fix docs for diff --stat 2023-08-22 20:38:15 -07:00
formatter.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs
progress.rs settings: support human-readable byte sizes for max-new-file-size 2023-08-17 19:29:38 -07:00
template.pest
template_builder.rs Add UTC format for timestamp formats. Thanks to @rauljordan for these changes. 2023-08-20 17:24:09 -05:00
template_parser.rs
templater.rs templates: replace empty name and email strings with placeholders 2023-08-18 17:22:59 -05:00
text_util.rs
time_util.rs
ui.rs cli: fix --no-pager to persist across layered config loading 2023-08-12 13:47:31 +09:00