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
2023-08-01
Don't require .tar/.zip extension for tarball flakerefs
Eelco Dolstra
2023-06-24
Add `dirtyRev` and `dirtyShortRev` to `fetchGit`
Michael Hoang
2023-05-18
Remove unused
Konstantin Vukolov
2023-05-18
Add option isInteractive
Konstantin Vukolov
2023-05-17
Ask for git credentials in fetcher
Konstantin Vukolov
2023-03-15
respect allRefs=1 when using `nix flake prefetch`
figsoda
2023-02-09
Improve comment
Eelco Dolstra
2023-02-09
Fix activity message
Eelco Dolstra
2023-02-07
Fix activity message
Eelco Dolstra
2023-02-07
Speed up fetching submodules
Eelco Dolstra
2023-02-07
Fix the origin URL used for fetching submodules
Eelco Dolstra
2023-02-07
Add some progress indication when fetching submodules
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-10-14
Fix #7146
Andrew Brooks
2022-08-17
Don't pass --force to 'git add'
Eelco Dolstra
2022-06-26
fetchGit: document `shallow` argument
Guillaume Girol
2022-06-10
libfetchers/git: add missing `--git-dir` flags
Naïm Favier
2022-05-27
Fix a segfault in the git fetcher
Théophane Hufschmitt
2022-05-24
libfetchers: drop `getGitDir` and hardcode `.git`
Maximilian Bosch
2022-05-04
Fix the parsing of the sourcehut refs file
Théophane Hufschmitt
2022-05-02
Style fixes
Eelco Dolstra
2022-05-02
Merge pull request #6470 from Ma27/git-followup
Eelco Dolstra
2022-04-30
libfetchers/git: fix every occasion of a permission error
Maximilian Bosch
2022-04-29
Extract git reference parsing to a shared library
Kjetil Orbekk
2022-04-29
Store cached head in cached git repo
Kjetil Orbekk
2022-04-29
Refactor fetching of dirty workdir
Kjetil Orbekk
2022-04-29
Resolve reference for remote repository
Kjetil Orbekk
2022-04-24
libfetchers/git: fix for nixos-rebuild
Maximilian Bosch
2022-04-23
libfetchers/git: hardcode `--git-dir`
Maximilian Bosch
2022-04-14
Merge pull request #6387 from Uthar/fix
Eelco Dolstra
2022-04-12
assert hash types for Git and Mercurial
Kasper Gałkowski
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
[next]