about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-16Use the nix provided shell.Danny Wilson1-1/+1
2015-11-12Add help flag to nix-prefetch-gitAndrew Rynhard1-17/+17
2015-09-20nix-prefetch-git: pull all tags from remote when checkouting by revisionNikolay Amiantov1-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-21Add support for building cargo'ed Rust programsGeorges Dubus1-1/+1
2015-04-21fetchgit: Add support for specifying branch nameRicardo M. Correia3-5/+13
2015-03-10fetchgit: add 'deepClone' argument to disable shallow fetchingPeter Simons2-4/+5
2015-02-24nix-prefetch-git: print commit date (close #6522)Bjørn Forsman1-0/+1
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-12-04fetchgit: Simplify submodule url discoveryWilliam A. Kennington III1-6/+1
2014-11-15nix-prefetch-git: allow dots in submodule namesVincent Laporte1-1/+1
2014-11-10add parens to de ambiguifyEdward Tjörnhammar1-1/+1
2014-11-09Revert "Revert "initialized git repo should use the set http_proxy""Edward Tjörnhammar1-0/+1
2014-11-09Revert "initialized git repo should use the set http_proxy"Luca Bruno1-1/+0
2014-11-07initialized git repo should use the set http_proxyEdward Tjörnhammar1-0/+1
2014-11-03nix-prefetch-git: run single-threaded 'git repack'Bjørn Forsman1-2/+3
2014-11-02nix-prefetch-git: fix determinism with leaveDotGitBjørn Forsman1-3/+40
2014-11-01nix-prefetch-git: remove unneeded semicolonsBjørn Forsman1-28/+28
2014-11-01nix-prefetch-git: whitespace cleanupBjørn Forsman1-89/+89
2014-09-03Allow git checkouts to have custom nameMichael Raskin1-2/+4
2014-08-27build-support: Fix nix-prefetch-* on OS X.aszlig1-1/+1
2014-08-25build-support: Use mktemp -d in nix-prefetch-*.aszlig1-4/+4
2014-08-17prefetch-git: output human-readable rev to stderrBenno Fünfstück1-1/+1
2014-08-10Fixed deterministicness of fetchgit with leaveDotGitGeorges Dubus1-2/+3
2014-08-08fetchgit: make deterministic with leaveDotGit (close #3392)Georges Dubus1-0/+3
2014-07-16Separate fetchgitPrivate into a separate fileShea Levy1-0/+19
2014-06-25Print output of `git describe` in `nix-prefetch-git`Paul Colomiets1-1/+3
2014-06-11nix-prefetch-git: fix printing of revisionBenno Fünfstück1-1/+1
2014-05-16nix-prefetch-git: Print git revisionSimon Hengel1-0/+2
2014-03-25fetchgit: Implement option to not check out submodules.ambrop7@gmail.com3-4/+11
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
2014-01-10nix-prefetch-git: Convert relative submodule URLS to absolute URLSWilliam A. Kennington III1-0/+6
2013-11-24Fix nix-prefetch-gitWilliam A. Kennington III1-4/+6
2012-06-20Handle invalid referencesKirill Elagin1-4/+2
2012-06-20Do not use old way of setting `url` and `rev`Kirill Elagin1-3/+3
2011-09-07nix-prefetch-git: remove .git in the cloned directory. (Fix issue 116)Nicolas Pierron1-1/+1
2011-09-07nix-prefetch-git: Display usage message if missing builder arguments areNicolas Pierron1-4/+20
2011-09-07nix-prefetch-git: Remove missleading option name.Nicolas Pierron1-1/+0
2011-08-29Fix a typoMichael Raskin1-2/+2