show only changed files in git

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sakrificeking
    New User
    • Nov 2011
    • 0

    show only changed files in git

    Hi,
    is there a way in bc3 to make it show only the files in the current repo which were changed?

    I am using git as my VCS, i want to view diff of all the files which are modified to their corresponding unmodified versions in the HEAD. is this possible using bc3?

    "git difftool" does this but unfortunately it opens and closes bc3 for each file. I want to view all the files in the same bc3 session.
  • Aaron
    Team Scooter
    • Oct 2007
    • 16026

    #2
    BC3 supports a folder comparison, but does not currently support loading different revisions as a folder. Instead, perform a temporary checkout to a temp folder of the revision you wish to compare your local files against. Then perform a Rules-based comparison against the two to see if any text has changed inside of the files.
    Aaron P Scooter Software

    Comment

    Working...