jesseduffield.lazygit/pkg/app
Stefan Haller 71813fdda5 Create a user-specific temp dir to avoid permission problems on multi-user machines
In 3a9dbf7341 we created a global /tmp/lazygit/ folder that contains the temp
directories of each running instance, to avoid polluting /tmp with multiple
folders. The problem with that approach was that the folder was created with 700
permissions, so if multiple users were using lazygit on the same machine (e.g. a
server), all users except the first one would get fatal errors on startup.

Fix this by creating temp folders containing the user's uid.
2025-08-05 22:50:22 +02:00
..
daemon Don't exit after handling daemon mode 2025-08-01 10:30:28 +02:00
types Add screen-mode command line argument 2025-01-02 16:01:48 +11:00
app.go Make the minimum required git version a placeholder in the error text 2025-07-28 13:10:25 +02:00
entry_point.go Create a user-specific temp dir to avoid permission problems on multi-user machines 2025-08-05 22:50:22 +02:00
errors.go Make the minimum required git version a placeholder in the error text 2025-07-28 13:10:25 +02:00