git提交历史丢失了吗?

时间:2015-04-19 03:37:54

标签: git gitlab

我遇到了以下问题:

    $ git show 0fb108b
    commit 0fb108b3e564f92e60a14d4da6ab1df32e67a35f
    Author: user1 <user1@example.com>
    Date:   Thu Apr 16 10:08:01 2015 +0800

        update commiit

    diff --git a/file1.jsp
    index a6183b1..b07cd04 100644
    ...
    ...

但是当我提交此文件的查询历史记录时,并未看到上述提交历史记录:

    $ git log -- file1.jsp
    ...
    ...

gitlab版本:gitlab-7.7.2_omnibus.5.4.2.ci x86_64 git版本:git版本1.9.5.msysgit.0或Eclipse subgit-2.0.3 操作系统版本:CentOS 7.0 64位

如何解决这个问题?谢谢!

1 个答案:

答案 0 :(得分:0)

这样做的简单方法是:

git log --follow -p -- file1.jsp