From 9df83b738cd6731c5d7171dc0f4de6bb99871029 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Feb 2026 20:53:09 +0200 Subject: Replace all geheim path/name defaults with foostore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Default data_dir: ~/git/geheimlager → ~/git/foostore-data - Default export_dir: ~/.geheimlagerexport → ~/.foostore-export - Default key_file: ~/.geheimlager.key → ~/.foostore.key - Rename env var GEHEIM_SHELL → FOOSTORE_SHELL - Update package-level comments across cli, shell, store, git, config - Update Magefile and CLAUDE.md docs to reflect new paths Co-Authored-By: Claude Sonnet 4.6 --- internal/git/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/git/git.go') diff --git a/internal/git/git.go b/internal/git/git.go index af4a394..a1e6d6e 100644 --- a/internal/git/git.go +++ b/internal/git/git.go @@ -1,4 +1,4 @@ -// Package git wraps git operations used by geheim to manage the secret store. +// Package git wraps git operations used by foostore to manage the secret store. // It mirrors the Git module from the original Ruby implementation (geheim.rb lines 79-123), // running real git subprocesses rather than using a Go git library. package git -- cgit v1.2.3