Skip to content

Commit

Permalink
Made #addFilesToIndex: on IceLibgitRepository refresh the index befor…
Browse files Browse the repository at this point in the history
…e adding the files.
  • Loading branch information
Rinzwind committed Feb 14, 2025
1 parent 626c82b commit 9a7ac7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Iceberg-Libgit/IceLibgitRepository.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ IceLibgitRepository >> addFilesToIndex: aCollection [
| gitIndex |
gitIndex := self repositoryHandle index.
gitIndex
refresh;
addAll:
(aCollection
collect: [ :each |
Expand Down

0 comments on commit 9a7ac7a

Please sign in to comment.