Welcome to mirror list, hosted at ThFree Co, Russian Federation.

diff.log_-SF_-p_master « t4013 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db2264c6e95293e35df04e41538043610659d41c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$ git log -SF -p master
commit 889b315013ef9f2e2f90aa0b054b267c8a557847
Author: A U Thor <author@example.com>
Date:   Mon Jun 26 00:02:00 2006 +0000

    Third

diff --git a/dir/sub b/dir/sub
index 8422d40..cead32e 100644
--- a/dir/sub
+++ b/dir/sub
@@ -2,3 +2,5 @@ A
 B
 C
 D
+E
+F
$