about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit/default.nix
Commit message (Expand)AuthorAge
* treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-10
* treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-09
* fetchgit: support "git@server:repo" URLsBjørn Forsman2017-06-24
* fetchgit: add postFetch argumentDaiderd Jordan2017-06-03
* fetch-*: remove md5 supportRobin Gloster2017-03-20
* Remove fetchMD5warnEelco Dolstra2016-11-30
* fetchFromGitHub: add fetchSubmodules optionAlexey Shmalko2016-11-18
* fetch*: print a trace warning about md5 deprecationMichael Raskin2016-10-09
* lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch2016-09-17
* fetchgit: import impure GIT_PROXY_COMMAND and SOCKS_SERVER, fixes #8605Rok Garbas2016-01-20
* fetchgit: follow up to 2cf7069b7da368326b51520536ac0f1020157f7aPeter Simons2015-12-06
* fetchgit: call in-repository script with bash explicitlyPeter Simons2015-11-29
* cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III2015-06-05
* Fix ca-bundle pathsWilliam A. Kennington III2015-05-29
* fetchgit: Add support for specifying branch nameRicardo M. Correia2015-04-21
* fetchgit: add 'deepClone' argument to disable shallow fetchingPeter Simons2015-03-10
* fetchgit: improve name detection, discard nix-1.8 checkVladimír Čunát2015-01-13
* fetchgit: give output a nicer nameShea Levy2015-01-01
* Allow git checkouts to have custom nameMichael Raskin2014-09-03
* fetchgit: Implement option to not check out submodules.ambrop7@gmail.com2014-03-25
* fetchgit: Require a content hashEelco Dolstra2014-02-18
* preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát2014-02-10
* fetchgit: Handle https.Nicolas Pierron2011-08-28
* Replace fetchgit default builder by a wrapper around nix-prefect-git.Nicolas Pierron2011-08-20
* applying patches provided by griswoldRob Vermaas2010-01-27
* some fetchgit documentationMarc Weber2009-11-08
* Forgot some 'depth' regarding fetchgit still.Lluís Batlle i Rossell2009-11-08
* Removing fetchgit --depth and its usage. It does not provide much advantages...Lluís Batlle i Rossell2009-11-08
* Allow not-that-shallow git fetches; enable it for uzblMichael Raskin2009-10-27
* * fetchgit and nix-prefetch-gitRob Vermaas2009-06-24