aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers
AgeCommit message (Expand)Author
2022-06-11fix sourcehut brach/tag resolving regressionGabriel Fontes
2022-06-10libfetchers/git: add missing `--git-dir` flagsNaïm Favier
2022-05-27Fix a segfault in the git fetcherThéophane Hufschmitt
2022-05-25TypoEelco Dolstra
2022-05-25Merge remote-tracking branch 'origin/file-fetcher'Eelco Dolstra
2022-05-24libfetchers: drop `getGitDir` and hardcode `.git`Maximilian Bosch
2022-05-19fetchTree: Allow fetching plain filesTony Olagbaiye
2022-05-12fix GitHub URL templateNorbert Melzer
2022-05-10Merge pull request #6497 from danielfullmer/ghe-fetcher-urlEelco Dolstra
2022-05-06Use correct URL for GitHub EnterpriseDaniel Fullmer
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-19Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-04-19Avoid `fmt` when constructor already does itJohn Ericson
2022-04-14Merge pull request #6387 from Uthar/fixEelco Dolstra
2022-04-12assert hash types for Git and MercurialKasper Gałkowski
2022-04-11Merge pull request #6392 from danpls/fix-actualUrl-mercurialEelco Dolstra
2022-04-09libfetchers: Fix assertion (Mercurial)Daniel Pauls
2022-04-09libfetchers: Replace regex to clarify intentDaniel Pauls
2022-04-08Merge pull request #6376 from Uthar/masterThéophane Hufschmitt
2022-04-07don't assume that rev is a SHA1 hashKasper Gałkowski
2022-04-06libfetchers: Fix assertionDaniel Pauls
2022-03-25Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-03-19Don't partial match sourcehut refsGabriel Fontes
2022-03-19Fix sourcehut tag ref resolvingGabriel Fontes
2022-03-15libfetchers: remove obsolete filesystem #includeMaximilian Bosch
2022-03-15libfetchers/path: set `lastModified` to path's mtimeMaximilian Bosch
2022-03-11StyleEelco Dolstra
2022-03-11Merge pull request #5758 from mschwaig/fix-git-workspace-dirty-detectionThéophane Hufschmitt
2022-03-10Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2022-03-06Point to new github oauth docs urlNicholas Sielicki
2022-03-01Move some stuff from `Settings` to a new `FetchSettings`.John Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-24libfetchers: Rename immutable -> lockedEelco Dolstra
2022-02-24Merge pull request #5342 from Misterio77/add-sourcehutThéophane Hufschmitt
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
2022-02-14add sourcehut input schemeGabriel Fontes
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra