From cf620f83e0e1dc720cdf129f49a80c97f831c974 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 4 Mar 2023 18:31:12 +0100 Subject: [PATCH] Inform about stale information about replacement objects --- SHORTCOMINGS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SHORTCOMINGS.md b/SHORTCOMINGS.md index cb37715af94..19b5d83edd0 100644 --- a/SHORTCOMINGS.md +++ b/SHORTCOMINGS.md @@ -25,6 +25,10 @@ This file is for tracking features that are less well implemented or less powerf * **Objects larger than 32 bits cannot be loaded on 32 bit systems** * in-memory representations objects cannot handle objects greater than the amount of addressable memory. * This will not affect git LFS though. + +### `gix` + +* object replacements are read once upon opening the repository from their refs and changes to these won't be picked up. ### `gix-url`