mirror of
https://github.com/git/git.git
synced 2024-11-17 06:25:13 +01:00
47979d5d5b
Signed-off-by: Junio C Hamano <junkio@cox.net>
18 lines
293 B
Text
18 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
|
|
$
|