..
commands
branch: refactor ahead/behind message
2024-01-22 15:07:00 -08:00
config
cli: give root operation special treatment in template (like root commit)
2024-01-14 10:15:14 -08:00
merge_tools
object_id: extract ObjectId trait and macros to separate module
2024-01-05 10:20:57 +09:00
cleanup_guard.rs
No need for Lazy in LIVE_GUARDS
2023-08-22 02:12:05 -04:00
cli_util.rs
cli: move RepoBranchName(Pattern)
to crate::cli_utils
2024-01-20 17:55:45 -06: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: generate commit template after selecting changes
2023-11-09 15:10:25 +01:00
diff_util.rs
cli: group diff formatting options in help
2024-01-11 15:46:58 +09:00
formatter.rs
formatter: reset colors on early drop
2023-11-01 21:41:25 -07:00
git_util.rs
cli: move some git utilities to new crate::git_utils
2024-01-20 15:58:37 -06: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
Allow \0 escape for nulls
2023-09-14 17:11:05 -04:00
template_builder.rs
formatter: reset colors on early drop
2023-11-01 21:41:25 -07:00
template_parser.rs
Allow \0 escape for nulls
2023-09-14 17:11:05 -04: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
testing: allow testing of commands that expect stdin
2024-01-22 13:58:45 -08:00