aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/git.cc
AgeCommit message (Expand)Author
2021-11-01git: extend cache dir lock over all mutating operationsSebastian Ullrich
2021-10-26Support building flakes from a Git repo url with submodules query parameterTimothy
2021-09-24Explicitly set initial branch name for gitoxalica
2021-09-22Revert "Merge pull request #4922 from nrdxp/default-submodules"Eelco Dolstra
2021-09-14Fix macOS buildEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-09-07Merge pull request #4922 from nrdxp/default-submodulesShea Levy
2021-08-02fix git init race conditionMichael Fellinger
2021-07-06Allow `fetchGit` to take a `name` argumentregnat
2021-06-17libfetchers/git: fetch submodules by defaultTimothy DeHerrera
2021-04-19Include sys/wait.h everywhere WIFEXITED etc is usedAlyssa Ross
2021-03-30fetchGit: don't prefix "refs/heads/" on ref = "HEAD"Bjørn Forsman
2021-03-01Add support for bare git repositories with git+fileKjetil Orbekk
2020-12-22Add explicit `allRefs = true;` argument to `fetchGit`Maximilian Bosch
2020-12-22Provide a more meaningful error-message for `builtins.fetchGit` if a revision...Maximilian Bosch
2020-11-10Fix use of dirty Git/Mercurial inputs with chroot storesEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-21Don't include <regex> in header filesEelco Dolstra
2020-08-13Don't try to parse signature check as commit timestampChuck
2020-08-05Merge remote-tracking branch 'upstream/master' into misc-caJohn Ericson
2020-07-20Add UnimplementedError to ease grepping for theseCarlo Nucera
2020-07-16Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...John Ericson
2020-07-01Rename two hash constructors to proper functionsCarlo Nucera
2020-07-01Support building flakes from a shallow Git repoEelco Dolstra
2020-06-03Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-01use Tree ctorMatthew Kenigsberg
2020-05-30Ensure we restrict refspec interpretation while fetchingNikola Knezevic
2020-05-30Improve ref validity checking in fetchGitNikola Knezevic
2020-05-30Remove TreeInfoEelco Dolstra
2020-05-26Change remaining bools with FileIngestionMethodCarlo Nucera
2020-05-13Update src/libfetchers/git.ccEelco Dolstra
2020-04-07Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-04-07Merge branch 'fetchgit-recursive' of https://github.com/blitz/nixEelco Dolstra
2020-04-07Respect the narHash attribute in more input typesEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-02Respect the narHash attribute in more input typesEelco Dolstra
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra