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
/
utils
/
process.rs
Age
Commit message (
Expand
)
Author
2025-01-09
clippy 1.84 fix
Thomas Otto
2024-11-28
Support external subcommands: rg, diff, git-show (etc.) (#1769)
Thomas Otto
2024-09-22
Improve blame file type detection (#1829)
dvermd
2024-09-15
Do not double panic in FakeParentArgs::drop
dvermd
2024-05-04
clippy (#1686)
Dan Davison
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-02-19
Accept clippy suggestions (#1632)
Dan Davison
2023-03-03
Spelling (#1257)
Josh Soref
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-10-11
Fix clippy warnings after rust 1.64 upgrade
Thomas Otto
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-08-07
Fix typos (#1151)
Kian-Meng Ang
2022-06-22
Allow to run tests using "cargo t"
Björn Steinbrink
2022-03-01
Disable full process scans on Linux
Thomas Otto
2022-03-01
Also look at grandparent process when determining the caller
Thomas Otto
2022-02-14
Fix hyperlink absolute paths (#939)
Dan Davison
2022-01-25
Use sysinfo::Pid as less as possible
Guillaume Gomez
2022-01-25
Update sysinfo version to 0.23
Guillaume Gomez
2022-01-13
Fix new 1.58 clippy lints
Thomas Otto
2022-01-03
Cache parent process when testing unless FakeParentArgs are used
Thomas Otto
2022-01-03
The calling process must have a common parent with delta
Thomas Otto
2022-01-03
Move parent process query into a thread
Thomas Otto
2022-01-03
Re-enable full process scans on Linux
Thomas Otto
2022-01-03
Disable /proc fd caching on Linux when querying processes
Thomas Otto
2021-12-11
Do not query CPU data when querying process data (#845)
Dan Davison
2021-12-11
Query fewer processes when searching for the parent
Thomas Otto
2021-12-07
Disable last-resort process tree inspection
Dan Davison
2021-12-07
Fixed some test clippys
Thomas Otto
2021-12-04
Silence warning
Dan Davison
2021-12-02
Fix new v1.57 clippy warnings
Thomas Otto
2021-11-29
Do not handle --word-diff or --color-words output
Dan Davison
2021-11-29
Refactor: parse command line
Dan Davison
2021-11-29
Test sibling process detection
Thomas Otto
2021-11-29
Match process binary case insensitively
Thomas Otto
2021-11-29
Clean up FakeParentArgs
Thomas Otto
2021-11-24
Do not recognize grep tools whose output we cannot currently parse
Dan Davison
2021-11-22
Syntax-highlight `git show $revision:./path/to/file.ext` output
Dan Davison
2021-11-22
Handle grep output
Dan Davison
2021-11-22
Obtain parent git grep command line options
Dan Davison
2021-11-21
Enable faking `extract_args()` parameters from process utils (#783)
Thomas Otto
2021-11-18
Add ProcessInterface
Thomas Otto
2021-11-18
Make process utils more generic
Thomas Otto
2021-11-15
Refactor: utils module
Dan Davison