From 63d71256f83e5da6479d90d1bbdaf17ad6d31f02 Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 5 Apr 2024 23:16:19 +0000 Subject: deploy: c660b71b9689af89bc09671e6a6de7f9943e2709 --- tools/git.html | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/git.html') diff --git a/tools/git.html b/tools/git.html index 2d64c24..68ee78f 100644 --- a/tools/git.html +++ b/tools/git.html @@ -294,6 +294,7 @@ the same repository (shared .git folder).

  git diff <commit>..<commit> [<file>] .... show changes between two arbitrary
                                             commits. If one <commit> is omitted
                                             it is if HEAD is specified.
+  git diff --name-only <commit>..<commit> . show names of files changed
   git diff -U$(wc -l <file>) <file> ....... shows complete file with diffs
                                             instead of usual diff snippets
   git diff --staged ....................... show diffs of staged files
-- 
cgit v1.2.3