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 ?
Asked
Active
Viewed 251 times
1 Answers
2
They are stored in the database of Stash.

dunni
- 43,386
- 10
- 104
- 99
-
That gives me a sad. So if you ever transition off stash all that useful discussion leaves with it. – chrisortman May 11 '15 at 20:08
-
@chrisortman There's a very nice API on the off chance you need to get your data out. – Rog May 13 '15 at 13:03