たとえば、this commitを見てください。 2人のユーザーが@unionalと@blakeembrey両方、ここで示される方法GitHubがコミットを1人のユーザによってコミットされたものとして表示させる原因*別のユーザと*
注意してください。
この原因は何ですか?
EDITいくつかのさらなる研究は:
$ git clone [email protected]:typings/typings.git
$ cd typings
$ git show abea10b5787e1a18634d5f37bb2fa56550c32fd1
commit abea10b5787e1a18634d5f37bb2fa56550c32fd1
Author: Homa Wong <[email protected]>
Date: Thu May 26 09:47:58 2016 -0700
Update `bundle` help (#557)
diff --git a/src/bin-bundle.ts b/src/bin-bundle.ts
index 8e6dd26..2af3599 100644
--- a/src/bin-bundle.ts
+++ b/src/bin-bundle.ts
@@ -5,11 +5,10 @@ import { bundle } from 'typings-core'
export function help() {
return `
-typings bundle --out <directory>
+typings bundle --out <filepath>
Options:
- [--out|-o] <directory> The bundled output directory
- [--name] <name> Bundle module name
+ [--out|-o] <filepath> The bundled output file path
[--global|-G] Bundle as an global definition
`
}
興味深いことにコミットに言及しただけで一人のユーザー(unional)があります。これはGitHubに保存されている追加のメタデータですか?
EDIT 2実際にはgit show
がフルパッチメタデータを与えないようです。 gitk
を使用して私の代わりにこれを参照してください。
Author: Homa Wong <[email protected]> 2016-05-26 17:47:58
Committer: Blake Embrey <[email protected]> 2016-05-26 17:47:58
Parent: b79fd3f0f9af245a790717dcb5493fb49db2788d (Update README.md to add example of dt install (#547))
Branches: master, remotes/origin/master
Follows: v1.0.4
Precedes:
Update `bundle` help (#557)
我々は異なる作者とコミッタを参照してください。これは統合されたものではなく元に戻されたPRだったようです。
著者コミッタ –
対プルリクエストをマージひとつです@ IsmailBadawi、それはそれだとは思わない。私の編集を参照してください。 –