about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit/default.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-11nix-prefetch-git: respect NETRCElliot Cameron1-0/+1
2023-07-20fetchgit: clean up md5 referencesTheodore Ni1-4/+2
2023-06-04fetchgit: require sparseCheckout be a list of stringsNicolas Benes1-5/+5
2023-05-07Merge pull request #158968: Make fetchFromGitHub & friends overridablepiegames1-0/+2
2023-04-22treewide: Make some fetchers overridablepiegames1-0/+2
2023-04-19Merge pull request #187210 from pinn3/fetchgit/remove-outdated-commentArtturi1-1/+1
2023-02-13treewide: use optionalStringFelix Buehler1-3/+1
2023-01-14Merge pull request #185005 from amjoseph-nixpkgs/pr/fetchgit/fix-commentArtturi1-1/+1
2022-11-15fetchgit: make sparseCheckout a list of stringsNicolas Benes1-3/+11
2022-08-18fetchgit: Remove comment regarding path needing to be a stringpinn31-1/+1
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter1-1/+3
2022-08-03fetchgit: remove "security" from comment about "security risk"Adam Joseph1-1/+1
2022-06-11fetchgit: allow passing allowedRequisites through to stdenv.mkDerivationAdam Joseph1-1/+3
2022-05-24unstableGitUpdater: fix updating fetchzip-based sourcesJan Tojnar1-0/+4
2022-04-18fetchgit: allow passing thru metaSandro Jäckel1-1/+2
2022-01-24fetchgit: Support sparse checkoutZhong Jianxin1-1/+2
2021-11-09fetchgit: support hash parameter alongside sha256Maciej Krüger1-3/+10
2021-09-28fetchgit: add support for netrc file through impure NIX_GIT_SSL_CAINFO envSandro Jäckel1-2/+14
2021-02-03fetchgit: escape dot in regexLuflosi1-1/+1
2021-01-27treewide: stdenvNoCC.lib -> libBen Siraphob1-4/+4
2021-01-11fetchgit: add lfs supportJonathan Ringer1-3/+6
2020-03-26Revert "fetchzip, fetchgit: cleanup handling of optional features and whitesp...Benjamin Hipple1-1/+1
2020-02-08fetchzip, fetchgit: cleanup handling of optional features and whitespaceBenjamin Hipple1-1/+1
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-01-18prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim1-1/+2
2018-01-10treewide: Fetchers should use `stdenvNoCC`.John Ericson1-4/+4
2018-01-09treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson1-1/+1
2017-06-24fetchgit: support "git@server:repo" URLsBjørn Forsman1-1/+2
2017-06-03fetchgit: add postFetch argumentDaiderd Jordan1-1/+4
2017-03-20fetch-*: remove md5 supportRobin Gloster1-3/+5
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-01-20fetchgit: import impure GIT_PROXY_COMMAND and SOCKS_SERVER, fixes #8605Rok Garbas1-1/+1
2015-12-06fetchgit: follow up to 2cf7069b7da368326b51520536ac0f1020157f7aPeter Simons1-1/+1
2015-11-29fetchgit: call in-repository script with bash explicitlyPeter Simons1-1/+1
2015-06-05cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III1-1/+1
2015-05-29Fix ca-bundle pathsWilliam A. Kennington III1-1/+1
2015-04-21fetchgit: Add support for specifying branch nameRicardo M. Correia1-1/+2
2015-03-10fetchgit: add 'deepClone' argument to disable shallow fetchingPeter Simons1-4/+4
2015-01-13fetchgit: improve name detection, discard nix-1.8 checkVladimír Čunát1-5/+4
2015-01-01fetchgit: give output a nicer nameShea Levy1-3/+17
2014-09-03Allow git checkouts to have custom nameMichael Raskin1-2/+4
2014-03-25fetchgit: Implement option to not check out submodules.ambrop7@gmail.com1-2/+2
2014-02-18fetchgit: Require a content hashEelco Dolstra1-0/+2
2014-02-10preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát1-0/+2
2011-08-28fetchgit: Handle https.Nicolas Pierron1-1/+3
2011-08-20Replace fetchgit default builder by a wrapper around nix-prefect-git.Nicolas Pierron1-0/+1
2010-01-27applying patches provided by griswoldRob Vermaas1-2/+2