tibirna / qgit

Official git repository for QGit.
Other
174 stars 68 forks source link

QGit should support git worktree #28

Open tibirna opened 6 years ago

tibirna commented 6 years ago

Submitted by Daniel Levin on 2016-01-06.

Since Git 2.5 release Git supports multiple working directories. QGit should be able to open such working copy as usual one.

This change does not require much effort as far as I see:

In addition QGit should also support opening bare repository to show history without HEAD. This can be addressed in separate issue I believe.