You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to work out how to filter file paths affected by a specific commit. Or in other words, show me the files modified by a particular commit, or maybe all the files affected when a particular merge happens.
As far as I can tell, each commit hash in the files table has a record for every file in the tree at that time. I'm struggling to see where in the data model the file paths changed in each commit might be available.
Thanks!
The text was updated successfully, but these errors were encountered:
Will return the stats (additions/deletions) for every file modified in a commit. In this case, since you mainly are looking for the files modified, the stats name is a bit misleading, but the query will give a list of the file paths modified by the commit (and you can ignore the "stats").
I've been trying to work out how to filter file paths affected by a specific commit. Or in other words, show me the files modified by a particular commit, or maybe all the files affected when a particular merge happens.
As far as I can tell, each commit hash in the
files
table has a record for every file in the tree at that time. I'm struggling to see where in the data model the file paths changed in each commit might be available.Thanks!
The text was updated successfully, but these errors were encountered: