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
2024-09-28
libfetchers/git: restore compat with `builtins.fetchGit` from 2.3
Maximilian Bosch
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-08-01
Reapply "libfetchers: make attribute / URL query handling consistent"
Maximilian Bosch
2024-07-24
fix building with Musl, fixing static builds
Qyriad
2024-07-06
libutil: return sources from runProgram2
eldritch horrors
2024-07-05
libutil: return a program handle from runProgram2
eldritch horrors
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-25
Merge "Revert "libfetchers: make attribute / URL query handling consistent"" ...
jade
2024-06-24
Revert "libfetchers: make attribute / URL query handling consistent"
jade
2024-06-23
libutil: remove runProgram2 stdin functionality
eldritch horrors
2024-06-23
libfetchers: write git commit message to tempfile
eldritch horrors
2024-06-22
libfetchers: make attribute / URL query handling consistent
Maximilian Bosch
2024-06-18
libfetchers: represent unfetched submodules consistently
Alois Wohlschlager
2024-05-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out processes.{hh,cc}
Tom Hubrecht
2024-05-20
git putFile: support flake maximalists
Graham Christensen
2024-03-25
Input: Replace markFileChanged() by putFile()
Eelco Dolstra
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-07
Merge pull request #9324 from 9999years/fix-8854-take-2
eldritch horrors
2024-03-04
Merge pull request #9445 from NixOS/allow-input-in-git-commit
eldritch horrors
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
[next]