index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libfetchers
/
git.cc
Age
Commit message (
Expand
)
Author
2022-04-09
libfetchers: Replace regex to clarify intent
Daniel Pauls
2022-04-06
libfetchers: Fix assertion
Daniel Pauls
2022-03-11
Style
Eelco Dolstra
2022-03-11
Merge pull request #5758 from mschwaig/fix-git-workspace-dirty-detection
Théophane Hufschmitt
2022-03-01
Move some stuff from `Settings` to a new `FetchSettings`.
John Ericson
2022-02-24
libfetchers: Rename immutable -> locked
Eelco Dolstra
2022-02-19
git fetcher: set locale for rev-parse
Martin Schwaighofer
2022-02-19
git fetcher: distinguish errors more precisely
Martin Schwaighofer
2022-02-19
git fetcher: invoke diff instead of diff-index
Martin Schwaighofer
2022-02-19
git fetcher: improve check for valid repository
Martin Schwaighofer
2022-02-16
InputScheme::fetch(): Return a StorePath instead of a Tree
Eelco Dolstra
2021-11-16
Merge pull request #5452 from Kha/git-extend-lock
Eelco Dolstra
2021-11-01
git: extend cache dir lock over all mutating operations
Sebastian Ullrich
2021-10-26
Support building flakes from a Git repo url with submodules query parameter
Timothy
2021-09-24
Explicitly set initial branch name for git
oxalica
2021-09-22
Revert "Merge pull request #4922 from nrdxp/default-submodules"
Eelco Dolstra
2021-09-14
Fix macOS build
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-09-07
Merge pull request #4922 from nrdxp/default-submodules
Shea Levy
2021-08-02
fix git init race condition
Michael Fellinger
2021-07-06
Allow `fetchGit` to take a `name` argument
regnat
2021-06-17
libfetchers/git: fetch submodules by default
Timothy DeHerrera
2021-04-19
Include sys/wait.h everywhere WIFEXITED etc is used
Alyssa Ross
2021-03-30
fetchGit: don't prefix "refs/heads/" on ref = "HEAD"
Bjørn Forsman
2021-03-01
Add support for bare git repositories with git+file
Kjetil Orbekk
2020-12-22
Add explicit `allRefs = true;` argument to `fetchGit`
Maximilian Bosch
2020-12-22
Provide a more meaningful error-message for `builtins.fetchGit` if a revision...
Maximilian Bosch
2020-11-10
Fix use of dirty Git/Mercurial inputs with chroot stores
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-08-13
Don't try to parse signature check as commit timestamp
Chuck
2020-08-05
Merge remote-tracking branch 'upstream/master' into misc-ca
John Ericson
2020-07-20
Add UnimplementedError to ease grepping for these
Carlo Nucera
2020-07-16
Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix into be...
John Ericson
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-07-01
Support building flakes from a shallow Git repo
Eelco Dolstra
2020-06-03
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-01
use Tree ctor
Matthew Kenigsberg
2020-05-30
Ensure we restrict refspec interpretation while fetching
Nikola Knezevic
2020-05-30
Improve ref validity checking in fetchGit
Nikola Knezevic
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-26
Change remaining bools with FileIngestionMethod
Carlo Nucera
2020-05-13
Update src/libfetchers/git.cc
Eelco Dolstra
2020-04-07
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-07
Merge branch 'fetchgit-recursive' of https://github.com/blitz/nix
Eelco Dolstra
2020-04-07
Respect the narHash attribute in more input types
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-02
Respect the narHash attribute in more input types
Eelco Dolstra
2020-03-30
Move fetchers from libstore to libfetchers
Eelco Dolstra
[prev]