summaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchgit/builder.sh
AgeCommit message (Expand)Author
2025-12-09fetchgit: use __structuredAttrs = trueYueh-Shun Li
2025-12-04fetchgit: keep sparseCheckout a list and stringify as sparseCheckoutTextYueh-Shun Li
2025-09-29fetchgit: add a `gitConfigFile` argumentAlexander Bantyev
2025-08-08fetchgit: Add rootDir argumentYuriy Taraday
2025-05-28pkgs/build-support/fetchgit: add fetchTags parameterTim Black
2025-05-06fetchgit: add preFetch hookAdam Dinwoodie
2025-04-15nix-prefetch-git: add `--name` parameterValentin Gagarin
2024-12-29treewide: load structured attributes in all bash builders consistentlyWolfgang Walther
2023-10-04treewide: refactor `.attrs.sh` detectionMaximilian Bosch
2023-01-16treewide: remove usages of header and stopNestArtturin
2022-12-08treewide: source .attrs in buildersArtturin
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter
2022-01-24fetchgit: Support sparse checkoutZhong Jianxin
2021-01-11fetchgit: add lfs supportJonathan Ringer
2017-06-03fetchgit: add postFetch argumentDaiderd Jordan
2015-11-16Use the nix provided shell.Danny Wilson
2015-04-21fetchgit: Add support for specifying branch nameRicardo M. Correia
2015-03-10fetchgit: add 'deepClone' argument to disable shallow fetchingPeter Simons
2014-03-25fetchgit: Implement option to not check out submodules.ambrop7@gmail.com
2011-08-20Replace fetchgit default builder by a wrapper around nix-prefect-git.Nicolas Pierron
2011-07-20fetchgit: strip trailing whitespacePeter Simons
2011-07-20fetchgit: added support for fetching sub-modulesPeter Simons
2011-06-22fetchgit builder - correctly quote "$rev"Florian Friesdorf
2011-06-22fetchgit builder comment: can handle remotes without HEADFlorian Friesdorf
2011-06-22fetchgit report fetch progressFlorian Friesdorf
2011-06-22fetchgit builder to handle broken remotes without a HEADFlorian Friesdorf
2011-04-27fetchgit builder rewrite to handle more casesFlorian Friesdorf
2010-05-19fetchgit: Track all remote branches when `$rev' is non-empty.Ludovic Courtès
2010-01-27applying patches provided by griswoldRob Vermaas
2009-11-08Removing fetchgit --depth and its usage. It does not provide much advantages...Lluís Batlle i Rossell
2009-10-27Allow not-that-shallow git fetches; enable it for uzblMichael Raskin
2009-06-26make fetchgit and nix-prefetch-git use --depth 1 to receive only a shallow cl...Marc Weber
2009-06-24 * fetchgit and nix-prefetch-gitRob Vermaas