From 26062c0080d0cc4e069f13b1ef61bc1b8fe82170 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 9 Mar 2025 23:45:50 -0700 Subject: [PATCH] Updated Line Based Diffs (markdown) --- Line-Based-Diffs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Line-Based-Diffs.md b/Line-Based-Diffs.md index 68e7c1d..a5c3716 100644 --- a/Line-Based-Diffs.md +++ b/Line-Based-Diffs.md @@ -18,7 +18,7 @@ Variations, Myers $ diff --color=always -u sample_files/css_before.css sample_files/css_after.css ``` -Note that GNU diff [originally used the Hunt-McIlroy +Note that diff [originally used the Hunt-McIlroy algorithm](http://fabiensanglard.net/git_code_review/diff.php). ### Patience Diff