Skip to content

[question] How to get the last updated time of a directory? #2530

Answered by nejch
MarkRushB asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately git doesn't work with directories but files. To my knowledge, best you can do is get the repository tree for that directory and then inspect the blame for individual files in there, at least via the REST API that we use.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JohnVillalovos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #2528 on March 24, 2023 09:28.