Skip to content

Commit

Permalink
Merge 'git-fixes'
Browse files Browse the repository at this point in the history
Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Dec 18, 2024
2 parents 8d6c637 + 57abeec commit 2b936a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ New features:

Fixes in this release:

* ...
* Git Backend: When opening the repo, use exact location,
don't search it upwards on the directory tree


==== Development
Expand Down
2 changes: 1 addition & 1 deletion tackler-core/src/parser/tackler_txns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub fn git_to_txns(
// perf: let mut ts_par_total: u128 = 0;
// perf: let ts_start = SystemTime::now().duration_since(UNIX_EPOCH).unwrap(/*:test:*/);

let repo = git::discover(repo_path)?;
let repo = git::open(repo_path)?;

let (object, reference) = match input_selector {
GitInputSelector::CommitId(id) => {
Expand Down

0 comments on commit 2b936a7

Please sign in to comment.