回答編集履歴

3

テキスト修正

2018/01/19 06:03

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -10,9 +10,11 @@
10
10
 
11
11
 
12
12
 
13
- 追記1:
13
+ **追記1:**
14
14
 
15
+
16
+
15
- 質問の趣旨が、
17
+ 質問の趣旨が、
16
18
 
17
19
  「cherry pick によって取り込んだコミットだけを一覧する git コマンドは?」
18
20
 
@@ -20,13 +22,15 @@
20
22
 
21
23
 
22
24
 
23
- 追記2:
25
+ **追記2:**
24
-
25
- 読み込んでいませんが、以下の投稿を見つけました。
26
26
 
27
27
 
28
28
 
29
- stackoverflow: [Git: Is there a way to figure out where a commit was cherry-pick'ed from?](https://stackoverflow.com/questions/2922652/git-is-there-a-way-to-figure-out-where-a-commit-was-cherry-picked-from)
29
+ 読み込んでいませんが、以下のstackoverflowの投稿を見つけました。
30
+
31
+
32
+
33
+ [Git: Is there a way to figure out where a commit was cherry-pick'ed from?](https://stackoverflow.com/questions/2922652/git-is-there-a-way-to-figure-out-where-a-commit-was-cherry-picked-from)
30
34
 
31
35
 
32
36
 

2

テキスト追加

2018/01/19 06:03

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -10,8 +10,26 @@
10
10
 
11
11
 
12
12
 
13
- 追記:
13
+ 追記1
14
14
 
15
+ 質問の趣旨が、
16
+
15
- 質問の趣旨が、「cherry pick によって取り込んだコミットだけを一覧する git コマンドは?」
17
+ 「cherry pick によって取り込んだコミットだけを一覧する git コマンドは?」
16
18
 
17
19
  というようなものであれば、私の回答は無視してください。
20
+
21
+
22
+
23
+ 追記2:
24
+
25
+ 読み込んでいませんが、以下の投稿を見つけました。
26
+
27
+
28
+
29
+ stackoverflow: [Git: Is there a way to figure out where a commit was cherry-pick'ed from?](https://stackoverflow.com/questions/2922652/git-is-there-a-way-to-figure-out-where-a-commit-was-cherry-picked-from)
30
+
31
+
32
+
33
+ 上記のAnswersで、一番支持されている回答にある、`match_cherries()` のような
34
+
35
+ シェル関数を自作すると出来るようです。

1

テキスト追加

2018/01/19 06:00

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -7,3 +7,11 @@
7
7
 
8
8
 
9
9
  でどうでしょう?
10
+
11
+
12
+
13
+ 追記:
14
+
15
+ 質問の趣旨が、「cherry pick によって取り込んだコミットだけを一覧する git コマンドは?」
16
+
17
+ というようなものであれば、私の回答は無視してください。