prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
161 stars 87 forks source link

gitk: Flatten packages #19

Closed johnjohndoe closed 4 years ago

johnjohndoe commented 4 years ago

In a project with nested folders or packages the path to a file can show up rather long in the bottom right window .

gitk bottom right window

If this windows cannot take a lot of space due to screen restrictions then the long paths wrap as shown in the following screenshot:

gitk bottom right window wrapped paths

It would be convenient to have the possibility to switch on/off package flattening as it is supported by IDEs such as IntelliJ - shown in the screenshot:

Flatten packages option in IntelliJ or Android Studio

johnjohndoe commented 4 years ago

Oh! I just realized that this is git-gui not gitk. Sorry! Is there a issue tracker for gitk?

prati0100 commented 4 years ago

Not one I'm aware of. Gitk is maintained by Paul Mackerras \paulus@ozlabs.org\ over at git://ozlabs.org/~paulus/gitk.git

You should try contacting him about this issue. I'll close the issue here.