index
:
difftastic
a_star_module
a_star_v2
accurate_ancestors_v2
accurate_ancestors_with_fallback
add_libdifftastic
better_inline
bounded_dijkstra
bumpstack
compact_arena_syntax
create_workspace
edge_only_predecessors
empty_delimiters_heuristic
fix_newline_splitting
fringe_search
gh-pages
html_output
id_arena_for_vertex
id_arena_syntax
ida_star
master
merge_comment_blocks
parallel_diffing
pass_end_node
patch_format
remove_eq_on_syntax
shared_unique
significant_whitespace
skip_unique_atoms
syntactic_context
syntax_id
syntax_id_on_vertex
tagged_syntax_pointers_in_vertex
text_sliders
trailing_commas
try_similar_lib
unified_patch
Mirror of https://github.com/Wilfred/difftastic/
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
options.rs
Age
Commit message (
Expand
)
Author
5 days
Improve handling of named pipe arguments
Wilfred Hughes
5 days
Remove another mention of old flag name
Wilfred Hughes
5 days
Update options parsing for new flag spelling
Wilfred Hughes
5 days
The syntax is dot, not dotty
Wilfred Hughes
6 days
Add a debug helper for syntax tree as DOT
Wilfred Hughes
2024-10-23
Distinguish version and short version metadata to make --help clearer
Wilfred Hughes
2024-09-22
Tweak name to reflect git internals conventions
Wilfred Hughes
2024-08-26
Find and replace all instances of "the all the" with "all the"
Alexander Ilin
2024-05-10
Improve terminal width detection
Wilfred Hughes
2024-05-10
Prefer 'terminal' over 'display' terminology
Wilfred Hughes
2024-05-10
Factor out a constant for the default terminal width
Wilfred Hughes
2024-05-07
Prefer .to_owned() on &str
Wilfred Hughes
2024-04-28
Prefer _1 and _2 naming for test files
Wilfred Hughes
2024-04-09
Enable --strip-cr by default
Wilfred Hughes
2024-03-20
Trace git environment variables
Wilfred Hughes
2024-03-04
Fix new files claiming they have permission changes
0.56.0
Wilfred Hughes
2024-02-26
Fix windows build
Wilfred Hughes
2024-02-20
Fix permissions always shown as 'changed' with git-difftool
Wilfred Hughes
2024-02-20
Parse file mode properly from git and pass through
Wilfred Hughes
2024-02-19
Detect git difftool paths and prefer the second argument
Wilfred Hughes
2024-02-08
Prefer implementing Display over a custom .display() method
Wilfred Hughes
2024-01-07
Change default tab width to 4
Wilfred Hughes
2023-12-29
Clarify field that is a path description, not a path
Wilfred Hughes
2023-12-29
When called with a single path, require conflict markers
Wilfred Hughes
2023-12-05
cargo fmt
Wilfred Hughes
2023-11-28
Avoid `res` locals in favour of more meaningful names
Wilfred Hughes
2023-11-24
Treat --sort-paths as a flag option
Wilfred Hughes
2023-11-20
Sort by path before outputting directory diff so that the order is always the...
Milan Damen
2023-11-18
Remove unused struct field
Wilfred Hughes
2023-11-18
Use pub(crate) everywhere for visibility
Wilfred Hughes
2023-11-11
Silence some clippy warnings
Wilfred Hughes
2023-10-13
Add missing environment variable for --skip-unchanged
Wilfred Hughes
2023-10-10
Add --strip-cr
Wilfred Hughes
2023-08-25
Group overrides from the same language together
0.51.0
Wilfred Hughes
2023-08-24
Allow a language override to include multiple globs
Wilfred Hughes
2023-08-18
feat: display commit info in --version (#558)
eth3lbert
2023-08-17
Add JSON cli flag
Alex Krantz
2023-08-15
Add the ability to parse conflict markers and diff the two files
Wilfred Hughes
2023-08-14
Renamed `old_path` to `extra_info` and format it during option parsing
Wilfred Hughes
2023-08-14
Move local variable closer to first use
Wilfred Hughes
2023-08-13
Move option parsing before argument parsing
Wilfred Hughes
2023-07-21
Clarify how to find language names in argument help
Wilfred Hughes
2023-05-15
Document the --override option in CHANGELOG and --help
0.47.0
Wilfred Hughes
2023-05-15
Fully document --override
Wilfred Hughes
2023-05-15
Allow overriding language associations from numbered environment variables
Wilfred Hughes
2023-05-15
Pass overrides to guess() and display them in --list-languages
Wilfred Hughes
2023-05-14
Move LanguageOverride to guess_language
Wilfred Hughes
2023-05-14
Pass language_overrides to all modes
Wilfred Hughes
2023-05-14
Initial support for parsing --override
Wilfred Hughes
2023-05-14
Remove --language
Wilfred Hughes
[next]