Skip to content

Commit bc246aa

Browse files
committed
some TODOs related to precomposed unicode on MacOS (#364)
1 parent 380174f commit bc246aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

git-repository/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pub(crate) struct Cache {
2626
pub object_hash: git_hash::Kind,
2727
/// If true, multi-pack indices, whether present or not, may be used by the object database.
2828
pub use_multi_pack_index: bool,
29+
// TODO: make core.precomposeUnicode available as well.
2930
}
3031

3132
mod cache {

git-repository/src/repository/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ impl crate::Repository {
99
self.work_tree.as_deref()
1010
}
1111

12-
// TODO: tests
12+
// TODO: tests, respect precomposeUnicode
1313
/// The directory of the binary path of the current process.
1414
pub fn install_dir(&self) -> std::io::Result<std::path::PathBuf> {
1515
std::env::current_exe().and_then(|exe| {

0 commit comments

Comments
 (0)