Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git图形日志只包含几个提交_Git_Logging_Graph_Commit - Fatal编程技术网

Git图形日志只包含几个提交

Git图形日志只包含几个提交,git,logging,graph,commit,Git,Logging,Graph,Commit,例如,我有一些承诺: v1.2.3(标签) 硕士(分部) 发布/1.2(分支机构) 12345af(提交的SHA-1) 有没有可能让图形日志链接那些可以让我快速看到顺序和关系。比如: * f000000 - (master) Blabla | ... |\ | | ... | * f000000 - (refs/remotes/origin/release/1.2) Blabla | | ... * | 12345af - Blabla | | ... | * f000000 - (ref

例如,我有一些承诺:

  • v1.2.3(标签)
  • 硕士(分部)
  • 发布/1.2(分支机构)
  • 12345af(提交的SHA-1)
有没有可能让图形日志链接那些可以让我快速看到顺序和关系。比如:

* f000000 - (master) Blabla
| ...
|\
| | ...
| * f000000 - (refs/remotes/origin/release/1.2) Blabla
| | ...
* | 12345af - Blabla
| | ...
| * f000000 - (refs/tags/v1.2.3) Blabla

如何隐藏其他提交(不同于简单的
git--graph--online…
)。有一个git分支--contains…,它很有帮助,但不知道标记是在提交之前还是之后,和/或标记是否“包含”该提交。

您是否尝试过切换--“通过装饰简化”?使用此开关,只会显示与分支或标记相关的提交。

这是一个很好的助手,但不会回答问题(此时可能没有答案)。我们只是有太多的标签和安静的一些分支。