]> git.ipfire.org Git - thirdparty/git.git/commit - GIT-VERSION-GEN
Merge branch 'jk/textconv-cache-outside-repo-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 17:44:42 +0000 (09:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 17:44:42 +0000 (09:44 -0800)
commit6249de53a3016e33dd32ef83620068f19a4e08af
tree47b3177ed5f6e8016deedaa410226d6c5391c448
parentb387623c12f3f4a376e4d35a610fd3e55d7ea907
parentaffe355fe706d79ce6959277c39a7f1b1ec35f58
Merge branch 'jk/textconv-cache-outside-repo-fix'

The code incorrectly attempted to use textconv cache when asked,
even when we are not running in a repository, which has been
corrected.

* jk/textconv-cache-outside-repo-fix:
  userdiff: skip textconv caching when not in a repository
userdiff.c