jj/cli
Scott Taylor afa2f2deca resolve: demo executable bit being lost
Currently, `jj resolve` always sets the file to be non-executable
whenever a conflict is fully resolved. This is confusing, because it can
cause the executable bit to be lost even if every side agrees that the
file is executable.
2024-12-22 10:12:22 -06:00
..
examples gitignore: add more detail to errors on invalid pattern 2024-12-16 18:49:48 -06:00
src cli: remove now redundant dunce::simplified() from run_ui_editor() 2024-12-22 09:45:37 +09:00
testing
tests resolve: demo executable bit being lost 2024-12-22 10:12:22 -06:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml cargo: drop dependency on config crate 2024-12-10 16:08:50 +09:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE