From: Pratyush Yadav Date: Mon, 22 Jun 2020 14:53:28 +0000 (+0530) Subject: Merge branch 'mt/open-worktree' X-Git-Tag: v2.28.0-rc2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=469725c1a3d44f7e1475f1d37cd13e0824d4ea41;p=thirdparty%2Fgit.git Merge branch 'mt/open-worktree' Clean up the code that checks if a directory is a Git repo. Use git rev-parse instead of rolling our own logic to find that out. A side effect (which also happens to be the main motivation behind it) of this change is that git-gui can now open worktrees other than the main worktree. * mt/open-worktree: git-gui: allow opening work trees from the startup dialog --- 469725c1a3d44f7e1475f1d37cd13e0824d4ea41