index
:
nixos/nixpkgs.git
master
nixos-16.03
nixos-16.09
nixos-18.09
nixos-18.09-small
nixos-19.03
nixos-19.03-small
nixos-19.09
nixos-19.09-small
nixos-20.03
nixos-20.03-small
nixos-20.09
nixos-20.09-aarch64
nixos-20.09-small
nixos-21.05
nixos-21.05-aarch64
nixos-21.05-small
nixos-21.11
nixos-21.11-aarch64
nixos-21.11-small
nixos-22.05
nixos-22.05-aarch64
nixos-22.05-small
nixos-22.11
nixos-22.11-small
nixos-23.05
nixos-23.05-small
nixos-23.11
nixos-23.11-small
nixos-24.05
nixos-24.05-small
nixos-24.11
nixos-24.11-small
nixos-25.05
nixos-25.05-small
nixos-25.11
nixos-25.11-small
nixos-26.05-small
nixos-test-staging
nixos-test-staging-baseline
nixos-unstable
nixos-unstable-small
nixpkgs-stable
nixpkgs-testing
nixpkgs-unstable
release-13.10
release-14.04
release-14.12
release-15.09
release-16.03
release-16.09
release-17.03
release-17.09
release-18.03
release-18.09
release-18.09-firefox64
release-19.03
release-19.09
release-20.03
release-20.09
release-21.05
release-21.11
release-22.05
release-22.11
release-23.05
release-23.11
release-24.05
release-24.11
release-25.05
release-25.11
release-26.05
staging
staging-18.03
staging-18.09
staging-19.03
staging-19.09
staging-20.03
staging-20.09
staging-21.05
staging-21.11
staging-22.05
staging-22.11
staging-23.05
staging-23.11
staging-24.05
staging-24.11
staging-25.05
staging-25.11
staging-26.05
staging-next
staging-next-21.05
staging-next-21.11
staging-next-22.05
staging-next-22.11
staging-next-23.05
staging-next-23.11
staging-next-24.05
staging-next-24.11
staging-next-25.05
staging-next-25.11
staging-next-26.05
staging-next-xdg-desktop-portal-gnome-dependency
staging-nixos
staging-patchelf
staging-python
staging.patchShebangs
Nix Packages collection
Octavian Cerna
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
build-support
/
fetchgit
/
builder.sh
Age
Commit message (
Expand
)
Author
2025-12-09
fetchgit: use __structuredAttrs = true
Yueh-Shun Li
2025-12-04
fetchgit: keep sparseCheckout a list and stringify as sparseCheckoutText
Yueh-Shun Li
2025-09-29
fetchgit: add a `gitConfigFile` argument
Alexander Bantyev
2025-08-08
fetchgit: Add rootDir argument
Yuriy Taraday
2025-05-28
pkgs/build-support/fetchgit: add fetchTags parameter
Tim Black
2025-05-06
fetchgit: add preFetch hook
Adam Dinwoodie
2025-04-15
nix-prefetch-git: add `--name` parameter
Valentin Gagarin
2024-12-29
treewide: load structured attributes in all bash builders consistently
Wolfgang Walther
2023-10-04
treewide: refactor `.attrs.sh` detection
Maximilian Bosch
2023-01-16
treewide: remove usages of header and stopNest
Artturin
2022-12-08
treewide: source .attrs in builders
Artturin
2022-08-14
fetchgit: allow disabling cone mode for sparse checkouts, fix test
Winter
2022-01-24
fetchgit: Support sparse checkout
Zhong Jianxin
2021-01-11
fetchgit: add lfs support
Jonathan Ringer
2017-06-03
fetchgit: add postFetch argument
Daiderd Jordan
2015-11-16
Use the nix provided shell.
Danny Wilson
2015-04-21
fetchgit: Add support for specifying branch name
Ricardo M. Correia
2015-03-10
fetchgit: add 'deepClone' argument to disable shallow fetching
Peter Simons
2014-03-25
fetchgit: Implement option to not check out submodules.
ambrop7@gmail.com
2011-08-20
Replace fetchgit default builder by a wrapper around nix-prefect-git.
Nicolas Pierron
2011-07-20
fetchgit: strip trailing whitespace
Peter Simons
2011-07-20
fetchgit: added support for fetching sub-modules
Peter Simons
2011-06-22
fetchgit builder - correctly quote "$rev"
Florian Friesdorf
2011-06-22
fetchgit builder comment: can handle remotes without HEAD
Florian Friesdorf
2011-06-22
fetchgit report fetch progress
Florian Friesdorf
2011-06-22
fetchgit builder to handle broken remotes without a HEAD
Florian Friesdorf
2011-04-27
fetchgit builder rewrite to handle more cases
Florian Friesdorf
2010-05-19
fetchgit: Track all remote branches when `$rev' is non-empty.
Ludovic Courtès
2010-01-27
applying patches provided by griswold
Rob Vermaas
2009-11-08
Removing fetchgit --depth and its usage. It does not provide much advantages...
Lluís Batlle i Rossell
2009-10-27
Allow not-that-shallow git fetches; enable it for uzbl
Michael Raskin
2009-06-26
make fetchgit and nix-prefetch-git use --depth 1 to receive only a shallow cl...
Marc Weber
2009-06-24
* fetchgit and nix-prefetch-git
Rob Vermaas