Open-source Languages & Tools for z/OS

 View Only
  • 1.  Git - report on deleted files during Merge?

    Posted 02-13-2020 08:40

    When doing a merge in git how can I generate a report of the files that were deleted?

    I found this works for files in the repository root but it does not work for files in subdirectories:

                     git show -m --first-parent --name-only            
    

    Thanks for any direction.



  • 2.  RE: Git - report on deleted files during Merge?

    Posted 02-13-2020 10:59

    Hi,
    Rocket team can help only with questions related to z/OS behavior.
    For general questions regarding functionality we recommend official documentation and searching in the Internet.

    Thank you for understanding.



  • 3.  RE: Git - report on deleted files during Merge?

    Posted 02-13-2020 11:18

    understood - just thought I’d try :slight_smile:

    after all the old saying - if you don’t ask you don’t get

    have a great day



  • 4.  RE: Git - report on deleted files during Merge?



  • 5.  RE: Git - report on deleted files during Merge?

    Posted 03-02-2020 14:51

    surtyaar - thanks - it does help