about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit/nix-prefetch-git
Commit message (Expand)AuthorAge
* nix-prefetch-git: make sure the script is interpreted by bashPeter Simons2015-11-27
* nix-prefetch-git: pull all tags from remote when checkouting by revisionNikolay Amiantov2015-09-20
* Add support for building cargo'ed Rust programsGeorges Dubus2015-04-21
* fetchgit: Add support for specifying branch nameRicardo M. Correia2015-04-21
* nix-prefetch-git: print commit date (close #6522)Bjørn Forsman2015-02-24
* fetchgit: Simplify submodule url discoveryWilliam A. Kennington III2014-12-04
* nix-prefetch-git: allow dots in submodule namesVincent Laporte2014-11-15
* add parens to de ambiguifyEdward Tjörnhammar2014-11-10
* Revert "Revert "initialized git repo should use the set http_proxy""Edward Tjörnhammar2014-11-09
* Revert "initialized git repo should use the set http_proxy"Luca Bruno2014-11-09
* initialized git repo should use the set http_proxyEdward Tjörnhammar2014-11-07
* nix-prefetch-git: run single-threaded 'git repack'Bjørn Forsman2014-11-03
* nix-prefetch-git: fix determinism with leaveDotGitBjørn Forsman2014-11-02
* nix-prefetch-git: remove unneeded semicolonsBjørn Forsman2014-11-01
* nix-prefetch-git: whitespace cleanupBjørn Forsman2014-11-01
* build-support: Fix nix-prefetch-* on OS X.aszlig2014-08-27
* build-support: Use mktemp -d in nix-prefetch-*.aszlig2014-08-25
* prefetch-git: output human-readable rev to stderrBenno Fünfstück2014-08-17
* Fixed deterministicness of fetchgit with leaveDotGitGeorges Dubus2014-08-10
* fetchgit: make deterministic with leaveDotGit (close #3392)Georges Dubus2014-08-08
* Print output of `git describe` in `nix-prefetch-git`Paul Colomiets2014-06-25
* 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
* 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
* Replace fetchgit default builder by a wrapper around nix-prefect-git.Nicolas Pierron2011-08-20
* nix-prefetch-git: Add rudimentary TopGit support.Ludovic Courtès2011-03-14
* 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
* 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