Skip to content

how to use filter_by_commit_interval #339

Answered by carlosparadis
rnkazman asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure if we have the same mental model here. If you are trying to filter_by_commit_hash, what is happening under the hood is the timestamp of the two commit hashes are used to obtain their respective timestamps. Then, the time range between said commit hash is subset using the date field (you can perform greater than or less than operations on dates).

The only alternative is to manually specify every commit hash associated to the time period, which I don't think you want.

(*) Note even though you may do a git_checkout to get a source code folder to a particular point in time, it would be incorrect to subset the git log by just said commit hash. You would only get the files for that…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

rnkazman
Dec 30, 2024
Maintainer Author

You must be logged in to vote
1 reply
@carlosparadis
Comment options

Comment options

rnkazman
Dec 30, 2024
Maintainer Author

You must be logged in to vote
4 replies
@carlosparadis
Comment options

Answer selected by carlosparadis
@carlosparadis
Comment options

@rnkazman
Comment options

rnkazman Dec 30, 2024
Maintainer Author

@carlosparadis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants