jj/cli/src
Yuya Nishihara 88a1729f8b templater: parse logical operators (||, &&, and !)
These operator symbols are different from the ones in the revset language. I
have no idea if we need bitwise operators, but we'll probably add comparison
operators. It would look weird if 'x == y & z' were parsed as '(x == y) & z'.
2024-02-09 07:42:54 +09:00
..
commands lib refs.rs: rename TrackingRefPair to LocalAndRemoteRef 2024-02-07 17:06:28 -08:00
config templates: use surround() function in default "show" template 2024-02-08 02:16:47 +09:00
merge_tools cleanup: remove remaining ": {source}" from error message templates 2024-02-04 09:13:21 +09:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs cli: suggest "jj git init" if workspace looks like a plain git repo 2024-02-08 00:34:55 +09:00
commit_templater.rs object_id: extract ObjectId trait and macros to separate module 2024-01-05 10:20:57 +09:00
config-schema.json git: turn git.auto-local-branch off by default 2023-12-17 08:30:24 +09:00
config.rs cli: show executable name in error message, include underlying error details 2023-11-23 10:05:45 +09:00
description_util.rs cli_util: improve API for editing text in a tempfile 2024-01-23 23:49:35 -08:00
diff_util.rs don't try to diff binary files 2024-02-04 11:49:52 -08:00
formatter.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
git_util.rs cli: move is_colocated_git_workspace() to git_util, make it public 2024-02-06 17:19:37 +09:00
graphlog.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
lib.rs cli: move some git utilities to new crate::git_utils 2024-01-20 15:58:37 -06:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
operation_templater.rs cli: give root operation special treatment in template (like root commit) 2024-01-14 10:15:14 -08:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest templater: parse logical operators (||, &&, and !) 2024-02-09 07:42:54 +09:00
template_builder.rs templater: parse logical operators (||, &&, and !) 2024-02-09 07:42:54 +09:00
template_parser.rs templater: parse logical operators (||, &&, and !) 2024-02-09 07:42:54 +09:00
templater.rs templater: move empty signature placeholder to user template 2023-08-27 09:38:36 +09:00
text_util.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
time_util.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
ui.rs ui: remove redundant .to_lowercase() from prompt_yes_no() 2024-01-23 08:48:58 +09:00