0
Completed
Add per-repository --git-dir option
Sometimes developers want/need to move the git repository (aka. .git directory) out of the working directory. The CLI provides an option --git-dir=/foo/bar which allows one to specify a custom .git directory location. As far as I understand, this can not be done with SmartGit.
It would be really cool if we could configure this on a per-repository basis.
Customer support service by UserEcho
Possibly. I am talking about `man git | grep -A2 ' --git-dir='`:
One way to implement this could indeed be a .git file at the repository TLD containing:
Not specific commands actually. If SmartGit already supports .git files, all you have to do is create a nice GUI that
Maybe a new tab in the [Repository > Settings] dialog?
Today we configured the repository in question. While generally everything seems to work, it appears to be quite slow.
Also SmartGit displays the following warning:
The repository has an error-prone admin area configuration.
For the repository the .git-admin directory is located at C:\GIT\foobar.git.
If the repository is not located on the same drive as the admin area, this will cause troubles for Refreshing.
Could you please elaborate on "troubles for Refreshing"?