๐Ÿ“ฆ DeflateAwning / find_closest_git_commit

Quick Python tool to find which Git commit is closest to an arbitrary non-git folder

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ The Unlicense
๐Ÿ“ฅ Clone https://github.com/DeflateAwning/find_closest_git_commit.git
HTTPS git clone https://github.com/DeflateAwning/find_closest_git_commit.git
SSH git clone git@github.com:DeflateAwning/find_closest_git_commit.git
CLI gh repo clone DeflateAwning/find_closest_git_commit
DeflateAwning DeflateAwning feat: add support for submodules e775653 3 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

findclosestgit_commit

Quick tool to find which Git commit is closest to an arbitrary non-git folder

Info

  • After prototyping with Python, built using Rust
  • Writes a JSONL file, which can be analyzed to determine the closest commit.

Getting Started

cargo run --release -- --help

cargo run --release -- --git ./some-clean-git-repo --non-git ./some-folder-that-was-copied-from-the-git-repo --jsonl-output ./commit_compare.jsonl