about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit
AgeCommit message (Expand)AuthorFilesLines
2019-01-18prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim1-1/+2
2018-12-25treewide: Fix broken Gmane URLsCraig Younkins1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-28fetchgit: adapt regex to git 2.18.0Guillaume Maudoux1-1/+1
2018-06-17nix-prefetch-git: fix output `fetchSubmodules` propertyTim Cuthbertson1-1/+1
2018-05-04nix-prefetch-git: fix handling of submodules with spacesLionello Lunesu1-1/+1
2018-01-24nix-prefetch-git: fix extraction of submodule hashes on latest gitWill Dietz1-1/+1
2018-01-10treewide: Fetchers should use `stdenvNoCC`.John Ericson1-4/+4
2018-01-09treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2-2/+2
2017-11-07fetchgitPrivate: put our custom ssh on PATHFrederik Rietdijk1-13/+20
2017-10-30fetchzip and friends: Set "name" to "source" by defaultEelco Dolstra1-19/+0
2017-10-29Update nix-prefetch-gitVaibhav Sagar1-1/+1
2017-07-09Merge: more compatibility for git* fetchersVladimír Čunát2-13/+30
2017-07-05support old naming, just add escaping of unsafe charsVolth1-2/+14
2017-07-05Merge branch 'master' into stagingVladimír Čunát1-0/+1
2017-07-04gitRepoToName: make it compatible with old fetchFromGitHub's "${repo}-${rev}-...Volth1-11/+16
2017-07-04fetchFromGitHub: fix fetchSubmodules=true when revision is not hexadecimalVolth3-16/+18
2017-07-03nix-prefetch-git: add --quiet to --helpHarmen1-0/+1
2017-06-24fetchgit: support "git@server:repo" URLsBjørn Forsman2-3/+3
2017-06-03fetchgit: add postFetch argumentDaiderd Jordan2-1/+5
2017-03-20fetch-*: remove md5 supportRobin Gloster1-3/+5
2017-01-03nix-prefetch-git: remove call to non-existent print_metadata command; improve...Connor Clark1-2/+1
2016-12-05nix-prefetch-git: fix date fieldJörg Thalheim1-2/+2
2016-12-05nix-prefetch-git: escape string fields properlyJörg Thalheim1-11/+21
2016-11-30Remove fetchMD5warnEelco Dolstra1-2/+1
2016-11-18fetchFromGitHub: add fetchSubmodules optionAlexey Shmalko1-1/+1
2016-10-09fetch*: print a trace warning about md5 deprecationMichael Raskin1-1/+2
2016-09-17lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch1-7/+3
2016-07-04nix-prefetch-git: unbreak JSON outputBjørn Forsman1-2/+2
2016-07-03nix-prefetch-git: Include the date in the machine-readable output onDavid Grayson1-3/+8
2016-06-15nix-prefetch-git: fix bash evaluation order dependencyBenno Fünfstück1-1/+1
2016-06-12nix-prefetch-git: shellcheck fixeszimbatm1-31/+42
2016-05-16Merge pull request #15469 from NixOS/fetchgitEelco Dolstra1-1/+1
2016-05-15fetchgit: remove only .gitDomen Kožar1-1/+1
2016-04-22nix-prefetch-git: create parent directoriesGuido Zgraggen1-2/+2
2016-03-23nix-prefetch-git: fix url_to_name heuristiczimbatm1-1/+1
2016-03-21nix-prefetch-scripts: make nix-prefetch-git report fetchSubmodules in its JSO...Ryan Trinkle1-1/+6
2016-02-29nix-prefetch-git: change the default output to JSONzimbatm1-3/+3
2016-02-27nix-prefetch-git: print out valid nix expression; make --quiet very quietTim Cuthbertson1-10/+50
2016-02-27nix-prefetch-git: add --quiet flag and minor cleanupTim Cuthbertson1-2/+3
2016-02-22nix-prefetch-git: output base32 hash so output matches nix-build errorsGraham Christensen1-1/+1
2016-02-13nix-prefetch-git: use fetchgit's naming heuristiczimbatm1-3/+20
2016-01-26Fix usage message in `nix-prefetch-git`Arnaud Spiwack1-2/+2
2016-01-22Merge branch 'staging'Vladimír Čunát1-1/+1
2016-01-20fetchgit: import impure GIT_PROXY_COMMAND and SOCKS_SERVER, fixes #8605Rok Garbas1-1/+1
2016-01-19Merge pull request #10998 from andrewrynhard/masterDomen Kožar1-17/+17
2015-12-06fetchgit: follow up to 2cf7069b7da368326b51520536ac0f1020157f7aPeter Simons1-1/+1
2015-12-05Merge recent staging built on HydraVladimír Čunát1-1/+1
2015-11-29fetchgit: call in-repository script with bash explicitlyPeter Simons1-1/+1
2015-11-27nix-prefetch-git: make sure the script is interpreted by bashPeter Simons1-1/+3