I stumbled across a BUG() today. But interestingly, in the current tip of master it actually segfaults instead! This fixes the segfault (back into a BUG(), and then fixes the caller to avoid the BUG() in the first place). [1/2]: get_main_ref_store: BUG() when outside a repository [2/2]: config: die when --blob is used outside a repository builtin/config.c | 3 +++ refs.c | 3 +++ t/t1307-config-blob.sh | 4 ++++ 3 files changed, 10 insertions(+) -Peff