0

When you comment on a pull request in stash or add comments to certain lines of a file in the diff where do these things get stored? Are they locked away in a database somewhere or does stash store them in the git repository using something like git-notes ?

chrisortman
  • 1,514
  • 15
  • 22

1 Answers1

2

They are stored in the database of Stash.

dunni
  • 43,386
  • 10
  • 104
  • 99