-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-of-theseus: init at 0-unstable-2023-02-13 #391587
base: master
Are you sure you want to change the base?
Conversation
I ran it locally on NixOS > ./result/bin/git-of-theseus-analyze --help | head
usage: git-of-theseus-analyze [-h] [--cohortfm COHORTFM] [--interval INTERVAL]
[--ignore IGNORE] [--only ONLY]
[--outdir OUTDIR] [--branch BRANCH]
[--ignore-whitespace] [--all-filetypes]
[--quiet] [--procs PROCS] [--opt]
repo_dir
Analyze git repo
positional arguments: |
8e03395
to
4ed405c
Compare
4ed405c
to
5294d98
Compare
You will want to fix-up & reword the commits here via $ git rebase -i HEAD~2 Will open the
to
Reset the commit message title to reflect the new version @ $ git rebase --continue to fixup the initial commit with the new versions. Then remove the Since these are just fixups based on a review, they should not pollute the Git history. |
Also the MS GitHub pull request title here should be updated to reflect the new version as well. |
Additionally… you don’t need marketing text in PRs about why, but this is minor. |
84bc34a
to
643ea67
Compare
@toastal thank you for the clear instructions; I was kind of at first like "ugh" with all the feedback but at least you were very clear on what I had to do -- so it wasn't too bad 🙏 |
|
|
Very cool tool to make nice graph plots of Git repositories.
Who wants to try this on Nixpkgs ? :P
Here is a sample image I did on the llvm-project (took a few hours)

Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.
CC author: @erikbern