回答編集履歴

1

回答を追記

2017/03/09 06:57

投稿

KiyoshiMotoki
KiyoshiMotoki

スコア4791

test CHANGED
@@ -9,3 +9,17 @@
9
9
  > --diff-filter=[(A|C|D|M|R|T|U|X|B)…​[*]]
10
10
 
11
11
  Select only files that are Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R), have their type (i.e. regular file, symlink, submodule, …​) changed (T), are Unmerged (U), are Unknown (X), or have had their pairing Broken (B).
12
+
13
+
14
+
15
+ ---
16
+
17
+ もしくは
18
+
19
+ ```sh
20
+
21
+ git diff --stat --diff-filter=d [20016/07/01時点のmasterブランチのcommit_id] [20017/02/28時点のmasterブランチのcommit_id]
22
+
23
+ ```
24
+
25
+ > Also, these upper-case letters can be downcased to exclude. E.g. --diff-filter=ad excludes added and deleted paths.