-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
git-of-theseus: init at 0-unstable-2023-02-13 #391587
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
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 🙏 |
|
|
can this merge then? |
I've posted it .... let's see 🙏 |
9f61eb0
to
34237ab
Compare
34237ab
to
8d37a3a
Compare
issue: The diff --git a/pkgs/by-name/gi/git-of-theseus/package.nix b/pkgs/by-name/gi/git-of-theseus/package.nix
index 9dd47827bae1..9bc6f303c478 100644
--- a/pkgs/by-name/gi/git-of-theseus/package.nix
+++ b/pkgs/by-name/gi/git-of-theseus/package.nix
@@ -5,7 +5,7 @@
}:
python3.pkgs.buildPythonApplication {
pname = "git-of-theseus";
- version = "0-unstable-2023-02-13";
+ version = "0-unstable-2023-11-25";
pyproject = true;
src = fetchFromGitHub {
|
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
8d37a3a
to
9661bc5
Compare
@normalcea thanks for catching that -- fixed. |
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
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