I'm working on a Git Client based on JGit and I'm trying to implement stash support. To display the files in the stash, I used the git.diff ()
command, but the untracked files are not shown. For the other file types it works great. How can I view untracked files as well?
Asked
Active
Viewed 100 times
1

Sorin Adrian Carbunaru
- 608
- 1
- 13
- 38

maul
- 21
- 3
-
Check this out: https://stackoverflow.com/a/12681856/1288460 – Sorin Adrian Carbunaru Sep 06 '21 at 14:24