-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referring repos with their git-dir instead of their work-tree. #614
Conversation
What do you mean here? |
Gittyup has an interface to connect to repo from Github, GitLab, etc. I did not check if my patch affects this. |
I will check it out as next. Sorry for having to wait. Quite busy at the moment |
Not a problem ! I am not waiting btw, I'm using my fork right now, so I already enjoy the feature I was missing. |
Also sets up display routines to avoid displaying a repo as ".git".
Co-authored-by: Murmele <[email protected]>
3c65264
to
8374baa
Compare
…ectly when requesting the path, otherwise the settings are stored inconsistently and might lead to an infinity loop in void RecentRepositories::load()
@ysalmon for me this part with .git makes problems and I am entering an infinity loop. |
Also sets up display routines to avoid displaying a repo as ".git" : we display the penultimate component of the path when the last one is ".git". This assumes nobody creates a repo in
/.git
.This closes #612.
This needs review, especially wrt opening "remote" repos, which I did not test.
One will need to purge one's repo history on upgrading to this version.