File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ impl crate::ThreadSafeRepository {
138
138
worktree_dir = Some ( git_dir. parent ( ) . expect ( "parent is always available" ) . to_owned ( ) ) ;
139
139
}
140
140
}
141
+ // TODO: make core.precomposeUnicode available as well.
141
142
let use_multi_pack_index = config_bool ( & config, "core.multiPackIndex" , true ) ;
142
143
let repo_format_version = config
143
144
. value :: < Integer > ( "core" , None , "repositoryFormatVersion" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ impl crate::Repository {
9
9
self . work_tree . as_deref ( )
10
10
}
11
11
12
- // TODO: tests
12
+ // TODO: tests, respect precomposeUnicode
13
13
/// The directory of the binary path of the current process.
14
14
pub fn install_dir ( & self ) -> std:: io:: Result < std:: path:: PathBuf > {
15
15
std:: env:: current_exe ( ) . and_then ( |exe| {
You can’t perform that action at this time.
0 commit comments