index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
edit.cc
Age
Commit message (
Expand
)
Author
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-20
de-inheritance CmdEdit for InstallableValueCommand
Qyriad
2024-05-29
util.{hh,cc}: Split out current-process.{hh,cc}
Tom Hubrecht
2023-03-16
Move value-only methods to `InstallableValue`
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-02-20
Split out `CmdRepl` and `editorFor`
John Ericson
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
don't use full Pos for findPackageFilename/editorFor
pennae
2021-07-19
Rename findDerivationFilename -> findPackageFilename
Robert Hensing
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2020-12-21
Add 'nix edit' manpage
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-07-17
nix edit: call restoreSignals() before `execvp`-ing the $EDITOR
Lars Mühmel
2020-07-15
nix: Fix examples
Eelco Dolstra
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-03-24
nix edit: Support non-derivation attributes
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-10-28
editorFor: take a pos object instead
zimbatm
2019-10-28
libexpr: findDerivationFilename return Pos instead of tuple
zimbatm
2019-10-23
libexpr: add findDerivationFilename
zimbatm
2019-10-23
libutil: add editorFor heuristic
zimbatm
2019-09-22
Don't catch exceptions by value
Eelco Dolstra
2019-02-05
Revert "Restore parent mount namespace before executing a child process"
Eelco Dolstra
2018-11-13
Restore parent mount namespace before executing a child process
Eelco Dolstra
2018-04-17
Handle arguments in $EDITOR
Eelco Dolstra
2017-12-14
edit: Catch stoi exceptions from line number parsing
Ben Gamari
2017-08-29
nix edit / log: Operate on a single Installable
Eelco Dolstra
2017-08-29
nix run: Flush the progress bar before starting the command
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-05-08
Add "nix edit" command
Eelco Dolstra