summary refs log tree commit diff
path: root/pkgs/applications/version-management
Commit message (Collapse)AuthorAge
...
| * | | | | git: 2.22.1 -> 2.23.0Izorkin2019-08-18
| | | | | |
* | | | | | Merge master into staging-nextFrederik Rietdijk2019-08-18
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | nbstripout: moving buildInputs to checkInputsMarek Mahut2019-08-17
| | | | | | | | | | | | | | | | | | | | Fixes https://hydra.nixos.org/build/98602011
| * | | | pythonPackage.pre-commit: move to python-modulesJonathan Ringer2019-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | Add pkgs.gitAndTools.pre-commit alias Add pkgs.pre-commit alias
* | | | | treewide: name -> pnamevolth2019-08-17
| | | | |
* | | | | Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\| | | |
| * | | | smartgithg: 18.2.9 -> 19.1.1Jonathan Ringer2019-08-16
| | | | |
| * | | | gitea: 1.9.0 -> 1.9.1kolaente2019-08-14
| | | | |
| * | | | sourcehut: initEdmund Wu2019-08-13
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builds-sr-ht: init at 0.45.13 dispatch-sr-ht: init at 0.11.0 git-sr-ht: init at 0.32.3 hg-sr-ht: init at 0.13.0 lists-sr-ht: init at 0.36.3 man-sr-ht: init at 0.12.4 meta-sr-ht: init at 0.34.3 paste-sr-ht: init at 0.5.1 todo-sr-ht: init at 0.46.8
* | | | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* | | | Merge staging-next into stagingFrederik Rietdijk2019-08-14
|\| | |
| * | | gitAndTools.topgit: 0.9 -> 0.19.12Jonathan Ringer2019-08-13
| | | |
| * | | Merge pull request #66439 from aanderse/subversionAaron Andersen2019-08-12
| |\ \ \ | | | | | | | | | | subversion: 1.9.10 -> 1.9.12, 1.10.4 -> 1.10.6
| | * | | subversion: 1.9.10 -> 1.9.12, 1.10.4 -> 1.10.6Aaron Andersen2019-08-10
| | | | |
| * | | | pre-commit: 1.17.0 -> 1.18.1zimbatm2019-08-12
| |/ / /
| * | | Merge pull request #66169 from r-ryantm/auto-update/subversion-clientAaron Andersen2019-08-10
| |\ \ \ | | | | | | | | | | subversionClient: 1.12.0 -> 1.12.2
| | * | | subversionClient: 1.12.0 -> 1.12.2R. RyanTM2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/subversion-client/versions
| * | | | Merge pull request #65924 from r-ryantm/auto-update/gitkrakenRyan Mulligan2019-08-09
| |\ \ \ \ | | | | | | | | | | | | gitkraken: 6.0.0 -> 6.0.1
| | * | | | gitkraken: 6.0.1 -> 6.1.1Marek Mahut2019-08-09
| | | | | |
| | * | | | gitkraken: adding e2fsprogs and krb5 as inputsMarek Mahut2019-08-09
| | | | | |
| | * | | | gitkraken: 6.0.0 -> 6.0.1R. RyanTM2019-08-04
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gitkraken/versions
* | / / / git: 2.22.0 -> 2.22.1Tim Steinbach2019-08-13
|/ / / /
* | | | Merge pull request #66164 from r-ryantm/auto-update/tortoisehgMarek Mahut2019-08-06
|\ \ \ \ | | | | | | | | | | tortoisehg: 4.9.1 -> 5.0.2
| * | | | tortoisehg: 4.9.1 -> 5.0.2R. RyanTM2019-08-05
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tortoisehg/versions
* | | | Merge pull request #53494 from kirelagin/git-instawebWout Mertens2019-08-04
|\ \ \ \ | | | | | | | | | | git, gitweb: Fix git-instaweb
| * | | | git: Do not split gitweb outputKirill Elagin2019-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This partially reverts 9029ed933c69287c64a30d40b6b4f9f1ace7dd94 as `git-instaweb`, which comes with git, needs on gitweb and having them in separate outputs results in a cycle.
| * | | | git, gitweb: Fix git-instawebKirill Elagin2019-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make the build system embed the correct path to gitweb into git-instaweb * Move gitweb fixups to the git expression, to make sure that gitweb used by git-instaweb is functional * This will increase the closure size of git, but only with perlSupport
* | | | | smartgithg: 18.2.4 -> 18.2.9Meghea Iulian2019-08-03
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Refactored packages: * adds makeDesktopItem and remove install_freedesktop_items * replaced buildCommand with preFixup & installPhase * replaces makeWrapper with wrapGAppsHook
* | | | Merge master into staging-nextFrederik Rietdijk2019-08-01
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge pull request #65700 from nyanloutre/gitea_update_1_9_0Elis Hirwing2019-08-01
| |\ \ | | | | | | | | gitea: 1.8.3 -> 1.9.0
| | * | gitea: 1.8.3 -> 1.9.0nyanloutre2019-08-01
| | | |
| * | | git-cola: use qt5.wrapQtAppsHookFrederik Rietdijk2019-07-30
| | | |
| * | | Merge pull request #65468 from flokli/gitaly-fix-hashesRobin Gloster2019-07-29
| |\ \ \ | | |/ / | |/| | gitaly: fix hashes
| | * | gitaly: fix hashesFlorian Klink2019-07-27
| | | | | | | | | | | | | | | | | | | | It seems the sha256 hashes of 3 gitaly dependencies were wrong or changed.
* | | | Merge staging-next into stagingFrederik Rietdijk2019-07-28
|\| | |
| * | | gitRepo: 1.13.3 -> 1.13.4Michael Weiss2019-07-27
| |/ /
* / / gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|/ /
* | Merge master into staging-nextFrederik Rietdijk2019-07-22
|\ \
| * | bundlerUpdateScript: init and use (#64822)Nick Novitski2019-07-22
| | |
| * | Merge pull request #65110 from worldofpeace/smerge-updateworldofpeace2019-07-20
| |\ \ | | | | | | | | sublime-merge: 1107 -> 1116, sublime-merge-dev: 1111 -> 1115
| | * | sublime-merge-dev: 1111 -> 1115worldofpeace2019-07-19
| | | |
| | * | sublime-merge: 1107 -> 1116worldofpeace2019-07-19
| | | |
| | * | sublime-merge: add redirect for /bin/trueworldofpeace2019-07-19
| | | | | | | | | | | | | | | | Without it rebasing/squashing features are broken.
| * | | gitAndTools.hub: 2.12.2 -> 2.12.3Mario Rodas2019-07-19
| |/ /
* | | Merge master into staging-nextFrederik Rietdijk2019-07-19
|\| |
| * | Merge pull request #64550 from bgamari/gitlab-12.0Robin Gloster2019-07-17
| |\ \ | | | | | | | | gitlab: 11.10.8 -> 12.0.3
| | * | gitlab-shell: fix fallback bin searchingRobin Gloster2019-07-16
| | | |
| | * | gitaly: Fix IFD importBen Gamari2019-07-15
| | | |
| | * | gitlab: add all necessary gem groupsRobin Gloster2019-07-16
| | | |
| | * | gitlab: add gitaly `go mod` handling for the updaterRobin Gloster2019-07-16
| | | |