Olivier Tilloy
|
fe28610f21
|
Parse all valid arguments accepted by GNU diff to request a unified context (with an optional number of lines)
|
2024-04-22 18:01:00 +02:00 |
|
Sylvestre Ledru
|
3a8eddfe2c
|
Fix typos
v0.4.0
|
2024-04-21 16:07:01 +02:00 |
|
Tanmay Patil
|
476e69ee20
|
Windows: Fix tests
|
2024-04-21 18:06:15 +05:30 |
|
Tanmay Patil
|
65993d6a13
|
Add tests for diff FILE DIRECTORY
|
2024-04-21 16:10:48 +05:30 |
|
Tanmay Patil
|
39d2ece187
|
Handle directory-file and file-directory comparisons in the diff
GNU diff treats `diff DIRECTORY FILE` as `diff DIRECTORY/FILE FILE`
|
2024-04-21 16:10:48 +05:30 |
|
Sylvestre Ledru
|
46a26e896b
|
Merge pull request #58 from oSoMoN/ed-diff-tests-fix-path
Move test assertions in the cfg block where they belong (fixes #3)
|
2024-04-21 09:37:58 +02:00 |
|
Olivier Tilloy
|
14799eea89
|
Move test assertions in the cfg block where they belong
|
2024-04-21 00:13:52 +02:00 |
|
Olivier Tilloy
|
831348d1fc
|
Fix file path in ed diff tests
|
2024-04-21 00:12:43 +02:00 |
|
Sylvestre Ledru
|
00a5c0ba44
|
Merge pull request #57 from oSoMoN/windows-fix-path-for-ci
CI: On Windows, use GNU's patch.exe instead of Strawberry Perl patch
|
2024-04-20 19:44:40 +02:00 |
|
Olivier Tilloy
|
bf104648c1
|
CI: On Windows, use GNU's patch.exe instead of Strawberry Perl patch
|
2024-04-20 19:30:34 +02:00 |
|
Olivier Tilloy
|
5669f164b3
|
Merge pull request #34 from uutils/renovate/regex-1.x
Update Rust crate regex to 1.10.4
|
2024-04-17 19:19:00 +02:00 |
|
Sylvestre Ledru
|
11bf271666
|
Merge pull request #9 from uutils/renovate/codecov-codecov-action-4.x
Update codecov/codecov-action action to v4
|
2024-04-16 22:18:53 +02:00 |
|
renovate[bot]
|
674974d5e6
|
Update Rust crate regex to 1.10.4
|
2024-04-16 19:54:53 +00:00 |
|
Sylvestre Ledru
|
2ba35db431
|
Merge pull request #4 from uutils/renovate/diff-0.x
Update Rust crate diff to 0.1.13
|
2024-04-16 21:53:45 +02:00 |
|
renovate[bot]
|
fcec7277c9
|
Update codecov/codecov-action action to v4
|
2024-04-16 19:35:04 +00:00 |
|
renovate[bot]
|
b8efad6b90
|
Update Rust crate diff to 0.1.13
|
2024-04-16 19:35:01 +00:00 |
|
Sylvestre Ledru
|
68e2f51983
|
Merge pull request #54 from uutils/renovate/chrono-0.x
Update Rust crate chrono to 0.4.38
|
2024-04-16 21:34:16 +02:00 |
|
Sylvestre Ledru
|
4edaee190f
|
Merge pull request #55 from oSoMoN/use-codecov-token
Use the private Codecov token stored as a secret,
|
2024-04-16 21:34:01 +02:00 |
|
Olivier Tilloy
|
7f7821f558
|
Use the private Codecov token stored as a secret,
to work around rate-limiting issues like https://github.com/codecov/codecov-action/issues/557
|
2024-04-16 18:37:59 +02:00 |
|
renovate[bot]
|
1149a247dd
|
Update Rust crate chrono to 0.4.38
|
2024-04-16 16:20:52 +00:00 |
|
Olivier Tilloy
|
1b311c6673
|
Merge pull request #33 from TanmayPatil105/context-diff-modification-time
Display modification times of input files in context and unified diff
|
2024-04-16 18:20:00 +02:00 |
|
Tanmay Patil
|
aedd0684d1
|
Replace only the first two occurences of timestamp regex
|
2024-04-16 10:41:38 +05:30 |
|
Tanmay Patil
|
54c02bdf0b
|
Use NamedTempFile instead of manually creating files
|
2024-04-16 10:17:09 +05:30 |
|
Tanmay Patil
|
ba7cb0aef9
|
Do not create dummy files
Since we now returning SystemTime::now() for invalid file input,
there is no need to crate dummy files
|
2024-04-14 22:56:37 +05:30 |
|
Tanmay Patil
|
33783d094e
|
Improve tests
|
2024-04-14 17:16:53 +05:30 |
|