-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
gfold: init at 3.0.0 #153893
gfold: init at 3.0.0 #153893
Conversation
Result of 1 package built:
|
Result of 1 package built:
|
The utility shells out to the Git CLI during execution - is |
description = | ||
"CLI tool to help keep track of your Git repositories, written in Rust"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = | |
"CLI tool to help keep track of your Git repositories, written in Rust"; | |
description = "A tool to help keep track of your Git repositories, written in Rust"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AndersonTorres, thanks for the review. I've changed this with your suggestion at 9a536f4d09f6de919790224a156e110f3312a29b.
Just to help me adapt as a new contributor, was this feedback more oriented around the phrasing or the newline? I have my editor using nixfmt
by default and nixpkgs-fmt
instead didn't seem to propose any diffs on the previous version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The newline, primarily. It is weird to look a description
not in the same line.
I suggested the new phrasing because I thought that the old one would break the 80-column limit. I would even suggest to remove the , written in Rust
, but I think it would be excessive.
No worries, this is mostly stylistical.
Yes. If it needs the |
Squash those two latest commits into one. |
I've squashed the two commits as requested, and I'm happy to address any further feedback as it arises. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, LGTBorg.
It takes some guts to start contributing to Nixpkgs with Rust packages!
Result of 1 package built:
|
Motivation for this change
Introduces a new package, gfold, which is a CLI allowing bulk read-only review of the local git state of a tree of folders containing cloned/bare repositories.
Example usage:
Example output:
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes