mirror of
https://github.com/git/git.git
synced 2024-11-17 14:34:49 +01:00
19 lines
293 B
Text
19 lines
293 B
Text
|
$ git whatchanged -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
|
||
|
$
|