I encountered the following problem:

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

        update commiit

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

But when I submitted the query history of this file, and didn't see the 
above submit history:

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

gitlab version: gitlab-7.7.2_omnibus.5.4.2.ci x86_64 

git version: git version 1.9.5.msysgit.0 *OR* Eclipse subgit-2.0.3

OS version: CentOS 7.0 64bit

update:

    The simple way to do it is this:

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

To see a more complete history。

However, file1.jsp file for some reason lost the code inferior to how 
missing?

This problem has occurred several times, but unfortunately was unable to 
reproduce the problem.

How to solve this problem? Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/760643b4-0e30-4b35-a053-9840064531c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to