summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit
Commit message (Expand)AuthorAge
* nix-prefetch-git: fix printing of revisionBenno Fünfstück2014-06-11
* nix-prefetch-git: Print git revisionSimon Hengel2014-05-16
* 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
* nix-prefetch-git: Convert relative submodule URLS to absolute URLSWilliam A. Kennington III2014-01-10
* Fix nix-prefetch-gitWilliam A. Kennington III2013-11-24
* Handle invalid referencesKirill Elagin2012-06-20
* Do not use old way of setting `url` and `rev`Kirill Elagin2012-06-20
* nix-prefetch-git: remove .git in the cloned directory. (Fix issue 116)Nicolas Pierron2011-09-07
* nix-prefetch-git: Display usage message if missing builder arguments areNicolas Pierron2011-09-07
* nix-prefetch-git: Remove missleading option name.Nicolas Pierron2011-09-07
* Fix a typoMichael Raskin2011-08-29
* fetchgit: Handle https.Nicolas Pierron2011-08-28
* Replace fetchgit default builder by a wrapper around nix-prefect-git.Nicolas Pierron2011-08-20
* fetchgit: strip trailing whitespacePeter Simons2011-07-20
* fetchgit: added support for fetching sub-modulesPeter Simons2011-07-20
* fetchgit builder - correctly quote "$rev"Florian Friesdorf2011-06-22
* fetchgit builder comment: can handle remotes without HEADFlorian Friesdorf2011-06-22
* fetchgit report fetch progressFlorian Friesdorf2011-06-22
* fetchgit builder to handle broken remotes without a HEADFlorian Friesdorf2011-06-22
* fetchgit builder rewrite to handle more casesFlorian Friesdorf2011-04-27
* nix-prefetch-git: Add rudimentary TopGit support.Ludovic Courtès2011-03-14
* fetchgit: Track all remote branches when `$rev' is non-empty.Ludovic Courtès2010-05-19
* applying patches provided by griswoldRob Vermaas2010-01-27
* nix-prefetch-git: Add support for $NIX_PREFETCH_GIT_DEEP_CLONE.Ludovic Courtès2010-01-25
* nix-prefetch-git:Nicolas Pierron2010-01-18
* echo to stderr in stead of stdout. else hydra cannot read hash/pathRob Vermaas2009-11-18
* nix-prefetch-git: Default to SHA256.Ludovic Courtès2009-11-18
* nix-prefetch-git: Support $NIX_PREFETCH_GIT_LEAVE_DOT_GIT.Ludovic Courtès2009-11-18
* nix-prefetch-git: Remove `--depth' argument since it's risky.Ludovic Courtès2009-11-18
* redirect stdout of git calls to stderr to allow git to work in hydra as inputRob Vermaas2009-11-17
* 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
* Update source updater to support fetchgit; add aufs2 using that method. Unfor...Michael Raskin2009-09-08
* make fetchgit and nix-prefetch-git use --depth 1 to receive only a shallow cl...Marc Weber2009-06-26
* * fetchgit and nix-prefetch-gitRob Vermaas2009-06-24