git

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package git provides low-level git repository helpers.

It currently exposes FindRoot, which resolves the git repository root for any path inside a working tree by running "git rev-parse --show-toplevel". Used by worker spawn/close and CLI commands that need the repo root before operating on worktrees or remotes.

Plane: shared

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindRoot

func FindRoot(path string) (string, error)

FindRoot returns the git repository root for the given path. If path is already the git root, returns it unchanged. Returns an error if path is not inside a git repository.

Types

This section is empty.

Jump to

Keyboard shortcuts

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