]> Kevux Git Server - rit/commit
Merge branch 'ml/repo-discovery'
authorJohannes Sixt <j6t@kdbg.org>
Fri, 12 Jun 2026 09:05:28 +0000 (11:05 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 12 Jun 2026 09:05:28 +0000 (11:05 +0200)
commit1b2c2a2edbaa1638becef4c3755b3e0633b9c304
tree7a87177b0d8c693af7476b41dc74b427b3b80964
parent3372505ee84ac7f290863c8c7bb0d0dc74c35227
parente61190e2faf7ee677424c622881899a10e41612c
Merge branch 'ml/repo-discovery'

* ml/repo-discovery:
  git-gui: add gui and pick as explicit subcommands
  git-gui: check browser/blame arguments carefully
  git-gui: allow specifying path '.' to the browser
  git-gui: try harder to find worktree from gitdir
  git-gui: simplify [is_bare] to report if a worktree is known
  git-gui: use git rev-parse for worktree discovery
  git-gui: use rev-parse exclusively to find a repository
  git-gui: use --absolute-git-dir
  git-gui: do not change global vars in choose_repository::pick
  git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
  git-gui: remove unnecessary 'cd $_gitworktree' from do_gitk
  git-gui: use HEAD as current branch when detached