jj/src
Samuel Tardieu 0ca4e2dad2 git: absence of globs is None rather than &[]
In `git_fetch()`, any glob present in `globs` is an "allow" mark. Using
`&[]` to represent an "allow-all" may be misleading, as it could
indicate that no branch (only the git HEAD) should be fetched.

By using an `Option<&[&str]>`, it is clearer that `None` means that
all branches are fetched.
2023-03-02 10:09:08 +01:00
..
commands git: absence of globs is None rather than &[] 2023-03-02 10:09:08 +01:00
config templater: require infix ++ operator to concatenate expressions 2023-03-01 16:39:23 +09:00
cleanup_guard.rs style: move unix-specific imports into unix section 2023-02-06 13:16:30 +01:00
cli_util.rs Implement "config set" subcommand 2023-02-28 18:18:02 -08:00
commit_templater.rs templater: Upper and lowercase ids and strings 2023-02-21 22:50:27 -08:00
config-schema.json templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
config.rs config: extract default log template to config/templates.toml 2023-02-15 00:23:48 +09:00
diff_util.rs repo: replace RepoRef by Repo trait 2023-02-15 19:15:17 -08:00
formatter.rs formatter: rename underlined color config to underline 2023-01-31 08:14:27 -08:00
graphlog.rs
lib.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
main.rs
merge_tools.rs allow passing environment variables to external tools 2023-02-12 07:23:29 -08:00
operation_templater.rs templater: migrate op log to template language 2023-02-20 18:20:41 +09:00
progress.rs
template.pest templater: require infix ++ operator to concatenate expressions 2023-03-01 16:39:23 +09:00
template_parser.rs templater: require infix ++ operator to concatenate expressions 2023-03-01 16:39:23 +09:00
templater.rs templater: add TimestampRange type, migrate operation time to it 2023-02-20 18:20:41 +09:00
time_util.rs
ui.rs cli: remove attempt to detect EPIPE caused by bad pager configuration 2023-02-15 15:36:23 +09:00