gitroot

package
v1.115.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package gitroot resolves a directory to the root of the git repository containing it by reading .git metadata directly, without shelling out to the git binary.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Root

func Root(dir string) string

Root returns the top-level directory of the repository containing dir, walking up parent directories until a .git entry is found. Linked worktrees resolve to the main repository's root, so every worktree of one repository shares the same root. It returns "" when dir is empty or not inside a repository.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL