summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit
Commit message (Expand)AuthorAge
* nix-prefetch-git: don't fetch everything when given a hashAtemu2021-07-12
* fetchgit: document --fetch-lfs flagBjørn Forsman2021-05-07
* Merge pull request #111782 from Luflosi/fetchgit-escape-regexSandro2021-03-21
|\
| * fetchgit: escape dot in regexLuflosi2021-02-03
* | Merge pull request #104714 from codedownio/tree-hashestaku02021-02-20
|\ \
| * | fetchgit: support passing tree hashes as "rev"Tom McLaughlin2021-02-13
| |/
* / nix-prefetch-git: Run git-init with --initial-branch=masterMichael Weiss2021-02-18
|/
* treewide: stdenvNoCC.lib -> libBen Siraphob2021-01-27
* fetchgit: add lfs supportJonathan Ringer2021-01-11
* nix-prefetch-git: also add store path to json outputJörg Thalheim2020-05-04
* Revert "fetchzip, fetchgit: cleanup handling of optional features and whitesp...Benjamin Hipple2020-03-26
* Merge pull request #79581 from bhipple/feature/fetcher-whitespace-cleanBenjamin Hipple2020-03-26
|\
| * fetchzip, fetchgit: cleanup handling of optional features and whitespaceBenjamin Hipple2020-02-08
* | nix-prefetch-git: Fix output manglingJan Tojnar2020-02-14
* | nix-prefetch-git: report deepClone & leaveDotGitJan Tojnar2020-02-14
|/
* nix-prefetch-git: list --branch-name in helpDima2019-11-26
* fetchgitPrivate: Remove fetcheradisbladis2019-11-14
* treewide: remove redundant quotesvolth2019-09-08
* nix-prefetch-git: Remove some pack file non-determinismSilvan Mosberger2019-08-31
* Merge pull request #54543 from thefloweringash/git-prefetch-errorsMatthew Bauer2019-06-18
|\
| * nix-prefetch-git: propagate errors under --quietAndrew Childs2019-01-25
* | nix-prefetch-git: add -h as shortcut for --help to improve quality of lifeAndreas Rammhold2019-05-03
|/
* prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-18
* treewide: Fix broken Gmane URLsCraig Younkins2018-12-25
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
* fetchgit: adapt regex to git 2.18.0Guillaume Maudoux2018-06-28
* nix-prefetch-git: fix output `fetchSubmodules` propertyTim Cuthbertson2018-06-17
* nix-prefetch-git: fix handling of submodules with spacesLionello Lunesu2018-05-04
* nix-prefetch-git: fix extraction of submodule hashes on latest gitWill Dietz2018-01-24
* treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-10
* treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-09
* fetchgitPrivate: put our custom ssh on PATHFrederik Rietdijk2017-11-07
* fetchzip and friends: Set "name" to "source" by defaultEelco Dolstra2017-10-30
* Update nix-prefetch-gitVaibhav Sagar2017-10-29
* Merge: more compatibility for git* fetchersVladimír Čunát2017-07-09
|\
| * support old naming, just add escaping of unsafe charsVolth2017-07-05
| * gitRepoToName: make it compatible with old fetchFromGitHub's "${repo}-${rev}-...Volth2017-07-04
* | Merge branch 'master' into stagingVladimír Čunát2017-07-05
|\ \ | |/ |/|
| * nix-prefetch-git: add --quiet to --helpHarmen2017-07-03
* | fetchFromGitHub: fix fetchSubmodules=true when revision is not hexadecimalVolth2017-07-04
|/
* fetchgit: support "git@server:repo" URLsBjørn Forsman2017-06-24
* fetchgit: add postFetch argumentDaiderd Jordan2017-06-03
* fetch-*: remove md5 supportRobin Gloster2017-03-20
* nix-prefetch-git: remove call to non-existent print_metadata command; improve...Connor Clark2017-01-03
* nix-prefetch-git: fix date fieldJörg Thalheim2016-12-05
* nix-prefetch-git: escape string fields properlyJörg Thalheim2016-12-05
* 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