[Git] Is it possible to show changes for the whole directory managed by git?
Hi,
Is it possible to show changes in git for the whole directory? Something like "git log". Show history works only for a simgle file. I would like to browse recent changes in the whole directory/branch.
Marcin
Please sign in to leave a comment.
Hello Marcin,
It's not yet possible right now, but we definitely plan to support this feature
in a future version. Feel free to vote for http://youtrack.jetbrains.net/issue/IDEA-53116
to get notified when this is implemented.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I see. Thanks for your answer.
Marcin