Merge branch 'rs/maintenance-run-outside-repo'
commitf2a75cb312d775c51c2029bcce227e3ea078c5f8
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 23:11:20 +0000 (8 15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 23:11:21 +0000 (8 15:11 -0800)
tree8175c13799ec06bc5487a6562e57450964e7a306
parenteae47db8657199518b0785db6d83cf9fec179b47
parent0a1f2d05d202f40f62e749c87dfeb0970e865171
Merge branch 'rs/maintenance-run-outside-repo'

"git maintenance run/start/stop" needed to be run in a repository
to hold the lockfile they use, but didn't make sure they are
actually in a repository, which has been corrected.

* rs/maintenance-run-outside-repo:
  t7900: fix typo: "test_execpt_success"
  maintenance: fix SEGFAULT when no repository
builtin/gc.c
t/t7900-maintenance.sh