prati0100 / git-gui

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

Turn off the annoying "loose objects" warning #9

Open prati0100 opened 4 years ago

prati0100 commented 4 years ago

The discussion over at [0] suggested that we should probably stop showing the annoying the dialog on startup, and instead start doing auto-gc. Since git-gui mostly uses plumbing commands, auto-gc is not triggered. But it is a pretty good idea to use it.

I have an almost complete implementation over at [1]. I'll try to finish up a few loose ends and send it soon.

[0] https://public-inbox.org/git/20191001180005.iemqmlbn7ncv3dav@yadavpratyush.com/ [1] https://github.com/prati0100/git-gui/tree/py/auto-gc