aboutsummaryrefslogtreecommitdiff
path: root/libs/git
diff options
context:
space:
mode:
Diffstat (limited to 'libs/git')
-rwxr-xr-xlibs/git4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/git b/libs/git
index 2a88bf84..fa4434f7 100755
--- a/libs/git
+++ b/libs/git
@@ -241,8 +241,8 @@ git_files() {
(
cd "$repository_path"
- # Reproducible sorting.
- git ls-files -z | env LC_ALL='C.UTF-8' sort -z
+
+ git ls-files -z | sort -z
)
}