summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/fetchgit/nix-prefetch-git
AgeCommit message (Expand)Author
2017-07-04fetchFromGitHub: fix fetchSubmodules=true when revision is not hexadecimalVolth
2017-07-03nix-prefetch-git: add --quiet to --helpHarmen
2017-06-24fetchgit: support "git@server:repo" URLsBjørn Forsman
2017-01-03nix-prefetch-git: remove call to non-existent print_metadata command; improve...Connor Clark
2016-12-05nix-prefetch-git: fix date fieldJörg Thalheim
2016-12-05nix-prefetch-git: escape string fields properlyJörg Thalheim
2016-07-04nix-prefetch-git: unbreak JSON outputBjørn Forsman
2016-07-03nix-prefetch-git: Include the date in the machine-readable output onDavid Grayson
2016-06-15nix-prefetch-git: fix bash evaluation order dependencyBenno Fünfstück
2016-06-12nix-prefetch-git: shellcheck fixeszimbatm
2016-05-16Merge pull request #15469 from NixOS/fetchgitEelco Dolstra
2016-05-15fetchgit: remove only .gitDomen Kožar
2016-04-22nix-prefetch-git: create parent directoriesGuido Zgraggen
2016-03-23nix-prefetch-git: fix url_to_name heuristiczimbatm
2016-03-21nix-prefetch-scripts: make nix-prefetch-git report fetchSubmodules in its JSO...Ryan Trinkle
2016-02-29nix-prefetch-git: change the default output to JSONzimbatm
2016-02-27nix-prefetch-git: print out valid nix expression; make --quiet very quietTim Cuthbertson
2016-02-27nix-prefetch-git: add --quiet flag and minor cleanupTim Cuthbertson
2016-02-22nix-prefetch-git: output base32 hash so output matches nix-build errorsGraham Christensen
2016-02-13nix-prefetch-git: use fetchgit's naming heuristiczimbatm
2016-01-26Fix usage message in `nix-prefetch-git`Arnaud Spiwack
2016-01-19Merge pull request #10998 from andrewrynhard/masterDomen Kožar
2015-11-27nix-prefetch-git: make sure the script is interpreted by bashPeter Simons
2015-11-12Add help flag to nix-prefetch-gitAndrew Rynhard
2015-09-20nix-prefetch-git: pull all tags from remote when checkouting by revisionNikolay Amiantov
2015-04-21Add support for building cargo'ed Rust programsGeorges Dubus
2015-04-21fetchgit: Add support for specifying branch nameRicardo M. Correia
2015-02-24nix-prefetch-git: print commit date (close #6522)Bjørn Forsman
2014-12-04fetchgit: Simplify submodule url discoveryWilliam A. Kennington III
2014-11-15nix-prefetch-git: allow dots in submodule namesVincent Laporte
2014-11-10add parens to de ambiguifyEdward Tjörnhammar
2014-11-09Revert "Revert "initialized git repo should use the set http_proxy""Edward Tjörnhammar
2014-11-09Revert "initialized git repo should use the set http_proxy"Luca Bruno
2014-11-07initialized git repo should use the set http_proxyEdward Tjörnhammar
2014-11-03nix-prefetch-git: run single-threaded 'git repack'Bjørn Forsman
2014-11-02nix-prefetch-git: fix determinism with leaveDotGitBjørn Forsman
2014-11-01nix-prefetch-git: remove unneeded semicolonsBjørn Forsman
2014-11-01nix-prefetch-git: whitespace cleanupBjørn Forsman
2014-08-27build-support: Fix nix-prefetch-* on OS X.aszlig
2014-08-25build-support: Use mktemp -d in nix-prefetch-*.aszlig
2014-08-17prefetch-git: output human-readable rev to stderrBenno Fünfstück
2014-08-10Fixed deterministicness of fetchgit with leaveDotGitGeorges Dubus
2014-08-08fetchgit: make deterministic with leaveDotGit (close #3392)Georges Dubus
2014-06-25Print output of `git describe` in `nix-prefetch-git`Paul Colomiets
2014-06-11nix-prefetch-git: fix printing of revisionBenno Fünfstück
2014-05-16nix-prefetch-git: Print git revisionSimon Hengel
2014-03-25fetchgit: Implement option to not check out submodules.ambrop7@gmail.com
2014-01-10nix-prefetch-git: Convert relative submodule URLS to absolute URLSWilliam A. Kennington III
2013-11-24Fix nix-prefetch-gitWilliam A. Kennington III
2012-06-20Handle invalid referencesKirill Elagin