]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mt/open-worktree'
authorPratyush Yadav <me@yadavpratyush.com>
Mon, 22 Jun 2020 14:53:28 +0000 (20:23 +0530)
committerPratyush Yadav <me@yadavpratyush.com>
Mon, 22 Jun 2020 14:53:28 +0000 (20:23 +0530)
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


Trivial merge