about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit/builder.sh
AgeCommit message (Expand)AuthorFilesLines
2023-10-04treewide: refactor `.attrs.sh` detectionMaximilian Bosch1-1/+1
2023-01-16treewide: remove usages of header and stopNestArtturin1-2/+1
2022-12-08treewide: source .attrs in buildersArtturin1-0/+2
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter1-0/+1
2022-01-24fetchgit: Support sparse checkoutZhong Jianxin1-0/+1
2021-01-11fetchgit: add lfs supportJonathan Ringer1-0/+1
2017-06-03fetchgit: add postFetch argumentDaiderd Jordan1-0/+1
2015-11-16Use the nix provided shell.Danny Wilson1-1/+1
2015-04-21fetchgit: Add support for specifying branch nameRicardo M. Correia1-1/+2
2015-03-10fetchgit: add 'deepClone' argument to disable shallow fetchingPeter Simons1-0/+1
2014-03-25fetchgit: Implement option to not check out submodules.ambrop7@gmail.com1-1/+3
2011-08-20Replace fetchgit default builder by a wrapper around nix-prefect-git.Nicolas Pierron1-26/+1
2011-07-20fetchgit: strip trailing whitespacePeter Simons1-1/+1
2011-07-20fetchgit: added support for fetching sub-modulesPeter Simons1-0/+4
2011-06-22fetchgit builder - correctly quote "$rev"Florian Friesdorf1-1/+1
2011-06-22fetchgit builder comment: can handle remotes without HEADFlorian Friesdorf1-0/+1
2011-06-22fetchgit report fetch progressFlorian Friesdorf1-1/+1
2011-06-22fetchgit builder to handle broken remotes without a HEADFlorian Friesdorf1-4/+8
2011-04-27fetchgit builder rewrite to handle more casesFlorian Friesdorf1-11/+14
2010-05-19fetchgit: Track all remote branches when `$rev' is non-empty.Ludovic Courtès1-1/+10
2010-01-27applying patches provided by griswoldRob Vermaas1-2/+4
2009-11-08Removing fetchgit --depth and its usage. It does not provide much advantages...Lluís Batlle i Rossell1-1/+1
2009-10-27Allow not-that-shallow git fetches; enable it for uzblMichael Raskin1-1/+1
2009-06-26make fetchgit and nix-prefetch-git use --depth 1 to receive only a shallow cl...Marc Weber1-1/+1
2009-06-24 * fetchgit and nix-prefetch-gitRob Vermaas1-0/+13