aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/git.cc
AgeCommit message (Expand)Author
2024-06-18libfetchers: represent unfetched submodules consistentlyAlois Wohlschlager
2024-05-29util.{hh,cc}: Split out users.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out processes.{hh,cc}Tom Hubrecht
2024-05-20git putFile: support flake maximalistsGraham Christensen
2024-03-25Input: Replace markFileChanged() by putFile()Eelco Dolstra
2024-03-17Delete hasPrefix and hasSuffix from the codebaseJade Lovelace
2024-03-07Merge pull request #9324 from 9999years/fix-8854-take-2eldritch horrors
2024-03-04Merge pull request #9445 from NixOS/allow-input-in-git-commiteldritch horrors
2023-08-01Don't require .tar/.zip extension for tarball flakerefsEelco Dolstra
2023-06-24Add `dirtyRev` and `dirtyShortRev` to `fetchGit`Michael Hoang
2023-05-18Remove unusedKonstantin Vukolov
2023-05-18Add option isInteractiveKonstantin Vukolov
2023-05-17Ask for git credentials in fetcherKonstantin Vukolov
2023-03-15respect allRefs=1 when using `nix flake prefetch`figsoda
2023-02-09Improve commentEelco Dolstra
2023-02-09Fix activity messageEelco Dolstra
2023-02-07Fix activity messageEelco Dolstra
2023-02-07Speed up fetching submodulesEelco Dolstra
2023-02-07Fix the origin URL used for fetching submodulesEelco Dolstra
2023-02-07Add some progress indication when fetching submodulesEelco Dolstra
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-10-14Fix #7146Andrew Brooks
2022-08-17Don't pass --force to 'git add'Eelco Dolstra
2022-06-26fetchGit: document `shallow` argumentGuillaume Girol
2022-06-10libfetchers/git: add missing `--git-dir` flagsNaïm Favier
2022-05-27Fix a segfault in the git fetcherThéophane Hufschmitt
2022-05-24libfetchers: drop `getGitDir` and hardcode `.git`Maximilian Bosch
2022-05-04Fix the parsing of the sourcehut refs fileThéophane Hufschmitt
2022-05-02Style fixesEelco Dolstra
2022-05-02Merge pull request #6470 from Ma27/git-followupEelco Dolstra
2022-04-30libfetchers/git: fix every occasion of a permission errorMaximilian Bosch
2022-04-29Extract git reference parsing to a shared libraryKjetil Orbekk
2022-04-29Store cached head in cached git repoKjetil Orbekk
2022-04-29Refactor fetching of dirty workdirKjetil Orbekk
2022-04-29Resolve reference for remote repositoryKjetil Orbekk
2022-04-24libfetchers/git: fix for nixos-rebuildMaximilian Bosch
2022-04-23libfetchers/git: hardcode `--git-dir`Maximilian Bosch
2022-04-14Merge pull request #6387 from Uthar/fixEelco Dolstra
2022-04-12assert hash types for Git and MercurialKasper Gałkowski
2022-04-09libfetchers: Replace regex to clarify intentDaniel Pauls
2022-04-06libfetchers: Fix assertionDaniel Pauls
2022-03-11StyleEelco Dolstra
2022-03-11Merge pull request #5758 from mschwaig/fix-git-workspace-dirty-detectionThéophane Hufschmitt
2022-03-01Move some stuff from `Settings` to a new `FetchSettings`.John Ericson
2022-02-24libfetchers: Rename immutable -> lockedEelco Dolstra
2022-02-19git fetcher: set locale for rev-parseMartin Schwaighofer
2022-02-19git fetcher: distinguish errors more preciselyMartin Schwaighofer
2022-02-19git fetcher: invoke diff instead of diff-indexMartin Schwaighofer
2022-02-19git fetcher: improve check for valid repositoryMartin Schwaighofer
2022-02-16InputScheme::fetch(): Return a StorePath instead of a TreeEelco Dolstra