about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-up
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-27git-up: test with pytest 7Martin Weinelt1-1/+1
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-08-29git-up: 1.6.1 -> 2.2.0Theodore Ni1-7/+14
2023-05-25treewide/applications: use top-level fetchPypifigsoda1-5/+6
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+48
We do not use a "plugin system" for Git addons anymore, and therefore this directory is no longer useful. Indeed that directory is way more confusing, given that it includes more than mere Git addons, going from Bitbucket server command-line tools to complete rewrites of Git in exotic programming languages. Also, without this directory, the mental load of decision-making reduces a lot. When anyone is interested in including a new git-related tool, just put it into pkgs/applications/version-management, without apologies.
2022-12-03git-up: move to git-and-toolsAndersonTorres1-36/+0
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-03git-up: 1.4.2 -> 1.6.1Jonathan Ringer1-10/+10
2019-08-31treewide: name -> pname (#67513)volth1-2/+2
2017-11-28git-up: mark as brokenOrivej Desh1-0/+1
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-01-06git-up: not a python packagePeter Hoeg1-0/+35
1. git-up is a python package as such but an application, so move it out of python-packages.nix 2. get rid of the tests (we've already run the tests)