RepoBlob now also includes the last commit for the blob.
Signed-off-by: Anirudh Oppiliappan anirudh@tangled.org
RepoBlob now also includes the last commit for the blob.
Signed-off-by: Anirudh Oppiliappan anirudh@tangled.org
None yet.
None yet.
RepoBlob now also includes the last commit for the blob.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
this is just a more specific case of
calculateCommitTime(from the same file).LastCommitInfofor a single filemap[string]LastCommitInfofor a list of fileswhat we can do instead, is extract the core logic for commit-info parsing (that parses the output of
g.streamingGitLog), and reuse for both scenarios.presently, the newly introduced function is slightly inefficient because it runs for the parent dir and then selects the required path.