# git-repo **Repository Path**: mirrors_creationix/git-repo ## Basic Information - **Project Name**: git-repo - **Description**: A local git repository using any pluggable backend. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git-repo ======== A local git repository using any pluggable backend. ## Commit ``` { hash: hash, commit: { tree: hash parents: [parent1, parent2, ...] key: value key2: value2 ... message: message } } ``` ## Tree ``` { hash: hash, tree: { path: {mode: mode, hash: hash}, path2: {mode: mode, hash: hash}, ... ] } ``` ## Blob ``` { hash: hash, blob: { size: size source: source } } ``` ## Tag ``` { hash: hash, tag: { tree: hash key: value key2: value2 ... message: message } } ```