I want to track a tree where I should not store a ".git" dir. (You may as well assume I don't have direct write access.) So, the ".git" dir is somewhere else in the filesystem, actually named something like "repo.git". I know how to make most of git happy with that structure (even diff). Notable exceptions are gitk and git-gui: gitk:: It requires GIT_DIR to be set and is happy. Only downside is that gitk does not fit inside the git-command scheme. Therefore, any aliasing I do for git commands does not apply to gitk. Having gitk as git-view or such would help. git-gui:: For non-bare repos it expects git-dirs of the form "path/.git" and bails out otherwise. Even when I rename my git dir to such a path things do not work: all tracked files are reported missing. This happens even when I call git-gui from the actual work tree, i.e. when git diff would work! It seems as if git-gui is CDing to "path" when git-dir is "path/.git", no matter what $PWD, core.worktree or GIT_WORK_TREE say. I don't see why this should be desired behaviour. Michael -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Linus Torvalds | Linux 2.6.27-rc8 |
| Greg KH | [patch 00/71] 2.6.26-stable review |
| Dmitry Torokhov | 2.6.27-rc8+ - first impressions |
| jimmy bahuleyan | Re: Hibernation considerations |
git: | |
| Petr Baudis | [FYI][PATCH] Customizing the WinGit installer |
| Jan Hudec | Re: [PATCH] Move all dashed form git commands to libexecdir |
| Jay Soffian | Re: [PATCH] gitweb: Support caching projects list |
| Mark Levedahl | Allowing override of the default "origin" nickname |
| Richard Stallman | Real men don't attack straw men |
| Leon Dippenaar | New tcp stack attack |
| Luca Dell'Oca | Authenticate squid in Active Directory |
| Todd Pytel | IDE or SCSI virtual disks for VMWare image? |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Matthew Dharm | Re: [RFC] Patch to option HSO driver to the kernel |
| Ingo Molnar | Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+ |
| David Miller | Re: [GIT PULL] [IPV6] COMPAT: Fix SSM applications on 64bit kernels. |
