Skip to content

File history also displays changes before rename #1697

@kambala-decapitator

Description

@kambala-decapitator

I've created new file recently, now went to check its history:

~/d/v/vcmi (ios-PR)> git log launcher/main.h
commit 922d8e86eaeb3fc91d92fe736cff445861166c36
Author: Andrey Filipenkov <decapitator@ukr.net>
Date:   Sun Aug 7 08:58:04 2022 +0300

    add setting to control app launch type: launcher or game
    
    - removes custom AppDelegate
    - now starting launcher using qt_main_wrapper
    - when starting SDL from launcher, SDLUIKitDelegate is created and assigned as app delegate
    
    fix kambala-decapitator/vcmi#33

commit 5c9c39a6d5dec481a0f26572eb43a878db190f71
Author: Andrey Filipenkov <decapitator@ukr.net>
Date:   Fri Aug 5 14:32:29 2022 +0300

    start app with launcher, start SDL from launcher
    
    kambala-decapitator/vcmi#33
~/d/v/vcmi (ios-PR)> git show --name-status 5c9c39a6d5dec481a0f26572eb43a878db190f71
commit 5c9c39a6d5dec481a0f26572eb43a878db190f71
Author: Andrey Filipenkov <decapitator@ukr.net>
Date:   Fri Aug 5 14:32:29 2022 +0300

    start app with launcher, start SDL from launcher
    
    kambala-decapitator/vcmi#33

M   client/CMT.cpp
M   client/CMakeLists.txt
A   client/ios/AppDelegate.h
A   client/ios/AppDelegate.mm
A   client/ios/main.m
A   client/ios/startSDL.h
R076    client/ios/SDL_uikit_main.mm    client/ios/startSDL.mm
M   launcher/CMakeLists.txt
M   launcher/ios/mainwindow_moc.mm
M   launcher/main.cpp
A   launcher/main.h

Fork also shows some extra commits from the past that of course don't have this file:
Screenshot 2022-09-18 at 13 06 55

Interesting though, Xcode 13.4.1 behaves identical to Fork:
Screenshot 2022-09-18 at 13 07 15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions