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
/
default.nix
Age
Commit message (
Expand
)
Author
2026-02-07
fetchgit: remove unused argument
HigherOrderLogic
2025-12-17
fetchgit: take `postCheckout` to allow gathering revision and commit metadata...
Philip Taron
2025-12-11
fetchurl, fetchgit: use `__structuredAttrs = true` and pass `curlOptsList` an...
Yueh-Shun Li
2025-12-10
fetchgit: reference hash from finalAttrs.hash
Yueh-Shun Li
2025-12-09
fetchgit: use __structuredAttrs = true
Yueh-Shun Li
2025-12-09
fetchgit: take postCheckout to allow collecting revision without leaving .git
Yueh-Shun Li
2025-12-08
fetchgit: adjust format for sparseCheckout default
Yueh-Shun Li
2025-12-04
fetchgit: sparseCheckout: reference depending attributes from finalAttrs
Yueh-Shun Li
2025-12-04
fetchgit: format expression after eliminating global assertions
Yueh-Shun Li
2025-12-04
fetchgit: move sparseCheckout type check down to sparseCheckoutText
Yueh-Shun Li
2025-12-04
fetchgit: default sparseCheckout to null and handle the default internally
Yueh-Shun Li
2025-12-04
fetchgit: keep sparseCheckout a list and stringify as sparseCheckoutText
Yueh-Shun Li
2025-12-04
fetchgit: nonConeMode: reference depending attributes from finalAttrs
Yueh-Shun Li
2025-12-04
fetchgit: default nonConeMode to null and manage its default internally
Yueh-Shun Li
2025-11-17
fetchgit: default argument leaveDotGit to null
Yueh-Shun Li
2025-11-16
fetchgit: move assertions down to argument values
Yueh-Shun Li
2025-11-03
fetchgit: expose getRevWithTag as fetchgit.getRevWithTag
Yueh-Shun Li
2025-11-03
fetchgit: pass rev as revCustom and make overridable
Yueh-Shun Li
2025-11-03
fetchgit: pass tag directly and make overridable
Yueh-Shun Li
2025-11-03
fetchgit: abstract and simplify revWithTag
Yueh-Shun Li
2025-11-03
fetchgit: take derivationArgs
Yueh-Shun Li
2025-10-28
fetchurl, fetchzip, fetchgit: format Nix expression after lib.extendMkDerivation
Yueh-Shun Li
2025-10-28
fetchgit: restructure with lib.extendMkDerivation (not formatted)
Yueh-Shun Li
2025-10-28
fetchgit: take passthru
Yueh-Shun Li
2025-10-18
Revert "stdenv: pURL implementation (#421125)"
d068328
2025-10-17
stdenv: pURL implementation (#421125)
Arian van Putten
2025-10-14
stdenv: pURL review suggestions - replace merge
Hans Joachim Kliemeck
2025-10-14
stdenv: pURL - fix chaining case (github&submodules using fetchgit)
Hans Joachim Kliemeck
2025-10-03
stdenv: pURL implementation
h0nIg
2025-09-29
config: add a `gitConfig`/`gitConfigFile` option
Alexander Bantyev
2025-09-29
fetchgit: add a `gitConfigFile` argument
Alexander Bantyev
2025-08-10
fetchgit: Add rootDir argument (#427165)
Philip Taron
2025-08-08
fetchgit: Add rootDir argument
Yuriy Taraday
2025-07-25
tor: add tor.proxyHook (#426763)
Philip Taron
2025-07-24
tor: add tor.proxyHook
Ryan Hendrickson
2025-07-24
treewide: run nixfmt 1.0.0
Wolfgang Walther
2025-05-31
lib, treewide: introduce `repoRevToName`, use it in most `fetch*` functions
Jan Malakhovski
2025-05-28
pkgs/build-support/fetchgit: add fetchTags parameter
Tim Black
2025-05-06
fetchgit: add preFetch hook
Adam Dinwoodie
2025-04-01
treewide: Format all Nix files
Silvan Mosberger
2025-02-25
fetchgit: now accepts nativeBuildInputs, similar to e.g. fetchzip, fetchpatch
Alex
2024-12-30
fetchgit: passthru `tag`
Peder Bergebakken Sundt
2024-12-05
fetchgit{,hub}: assert illegal tag + rev combinations
Atemu
2024-11-18
fetchgit{,hub}: add tag argument
Atemu
2024-11-14
fetchgit: nudge to update the manual when modifying parameters
Atemu
2024-09-17
fetchgit: factor-out the hash logic to `lib.fetchers.withNormalizedHash`
nicoo
2024-08-23
treewide: support NIX_SSL_CERT_FILE as an impureEnvVar
Tim Cuthbertson
2023-11-11
nix-prefetch-git: respect NETRC
Elliot Cameron
2023-07-20
fetchgit: clean up md5 references
Theodore Ni
2023-06-04
fetchgit: require sparseCheckout be a list of strings
Nicolas Benes
[next]