-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
git-my: init at 1.1.2 #71378
git-my: init at 1.1.2 #71378
Conversation
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.
some small corrections, otherwise LGTM
thank you for organizing the gitAndTools package scope :)
pkgs/applications/version-management/git-and-tools/git-my/default.nix
Outdated
Show resolved
Hide resolved
description = | ||
"List remote branches if they're merged and/or available locally"; | ||
homepage = https://github.com/davidosomething/git-my; | ||
license = lib.licenses.free; |
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.
license = lib.licenses.free; | |
license = licenses.free; |
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.
added an issue for him to add a proper license davidosomething/git-my#3
pkgs/applications/version-management/git-and-tools/git-my/default.nix
Outdated
Show resolved
Hide resolved
pkgs/applications/version-management/git-and-tools/git-my/default.nix
Outdated
Show resolved
Hide resolved
Ok, reviews incorporated. |
needs a rebase |
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.
apparently forgot to submit a review, sorry if this has already been addressed
still needs a rebase, i dismissed my comments |
still needs a rebase |
Rebsed. |
hmm, do you mind separating out the I don't want to step on the toes of those maintainers who are having their packages forcefully edited without their knowledge. |
If they're fine with the renames & aliasing, then this shouldn't need to split? |
@bb010g I cool merging this after the previous comment is applied. |
This has been here for 2 years; we can remove it. Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
Old intercaps names are aliased. darcs-to-git: rename from darcsToGit git-fast-export: rename from gitFastExport git-remote-gcrypt: rename from gitRemoteGcrypt hub-unstable: rename from hubUnstable top-git: rename from topGit
(Huh, GitHub is ordering hub-unstable as the last commit in both the conversations & commits views, even though it's topologically before all the other commits, because of its (severely?) newer author date.) |
I've viewed your stuff locally 👍 |
Introduces git-my into gitAndTools.
Also takes the luxury beforehand to strongly normalize gitAndTools's naming and sorting. The only package referenced elsewhere in Nixpkgs, git-top, has had its reference updated to not point at the new alias. These are done in separate commits to keep things clean.
Things done
Tested using sandboxing (nix.useSandbox on NixOS, or option
sandbox
innix.conf
on non-NixOS)Built on platform(s)
Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
Tested compilation of all pkgs that depend on this change using
nix-shell -p nix-review --run "nix-review wip"
Tested execution of all binary files (usually in
./result/bin/
)Determined the impact on package closure size (by running
nix path-info -S
before and after)(Which of these are we supposed to post?)
Ensured that relevant documentation is up to date
Fits CONTRIBUTING.md.
This change is