index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2024-12-02
Don't keep subcommand stdout around
Thomas Otto
2024-11-28
Support external subcommands: rg, diff, git-show (etc.) (#1769)
Thomas Otto
2024-11-05
Add optional capture-output writer to run_app()
Thomas Otto
2024-09-08
Replace "light mode" bool with a dedicated enum
Tau Gärtli
2024-08-24
Don't use a pager for --version (#1824)
Dan Davison
2024-08-01
Wrap --help output and use pager
Thomas Otto
2024-08-01
OutputType: PagerCfg and oneshot_write
Thomas Otto
2024-06-24
Don't read git files when --no-gitconfig is given + unused variables (#1728)
Thomas Otto
2023-11-19
feat: generate completion subcommand (#1561)
plustik
2023-07-18
Revert "Refactor subcommand handling (#1467)"
Dan Davison
2023-07-10
Refactor subcommand handling (#1467)
Dan Davison
2023-07-08
Replace usage of the `atty` crate with `std::io::IsTerminal` trait (#1465)
nickelc
2023-04-26
Replace deprecated `error_chain` crate with `anyhow` (#1405)
nickelc
2023-04-26
Remove unneeded `extern crate` statements (#1345)
nickelc
2023-03-03
Fixed broken link to README (#1185)
USAMI Kenta
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-06-22
Avoid lockup when running without arguments and stdin is connected to tty (#1...
Björn Steinbrink
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-03-01
Run in diff mode iff two positional arguments are supplied
Dan Davison
2022-02-27
Use assets API from bat library instead of vendored code (#903)
Dan Davison
2022-01-03
Move parent process query into a thread
Thomas Otto
2021-11-23
Add --parse-ansi command
Dan Davison
2021-11-22
Handle broken pipe error in subcommands
Dan Davison
2021-11-22
Show colors subcommand
Dan Davison
2021-11-21
Allow styles to be specified as references to other styles
Dan Davison
2021-11-15
Refactor: utils module
Dan Davison
2021-11-15
Util: check parent process for `git blame` filename (#770)
Thomas Otto
2021-10-18
Use fatal() to exit with errorcode 2 (#739)
Thomas Otto
2021-10-16
Change PlusMinus to the correct MinusPlus, add documentation
Thomas Otto
2021-10-16
Rename syntect module
Dan Davison
2021-10-16
Add side-by-side line wrapping
Thomas Otto
2021-10-16
Add fatal() function to handle exiting on errors
Thomas Otto
2021-09-19
General PlusMinus data structure
Thomas Otto
2021-08-29
Refactor: subcommands module
Dan Davison
2021-08-29
Refactor: state machine handlers module
Dan Davison
2021-08-28
Handle blame output
Dan Davison
2021-08-28
Refactor: module for working with format strings
Dan Davison
2021-08-28
Refactor: eliminate format module
Dan Davison
2021-08-20
Use "syntax theme" terminology in show-syntax-themes output (#697)
Dan Davison
2021-08-20
Fix deadlock in `git diff` mode (#695)
Dan Davison
2021-08-20
Refactoring for #693 (#696)
Dan Davison
2021-08-18
Remove unnecessary borrows (#692)
Ben Armstead
2021-08-12
Ignore ctrl-c (SIGINT) to avoid leaving an orphaned pager process. (#686)
Dan Davison
2021-08-12
Terminate process gracefully on error in diff() (#685)
Dan Davison
2021-07-10
Do not resolve executables as relative path from current directory (#658)
Dan Davison
2021-07-10
Clippy: don't nest module inside module with same name
Dan Davison
2021-06-26
Revert to capturing diff output and processing in current process (#645)
Dan Davison
2021-06-12
Fix #631 (#632)
Dan Davison
2021-06-09
Add pager option for customizing pager without environment variables (#627)
Kangwook Lee (이강욱)
2021-05-09
Ignore problematic test
Dan Davison
[next]