]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer.c: remove implicit dependency on the_repository
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 10 Nov 2018 05:48:57 +0000 (06:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Nov 2018 05:50:05 +0000 (14:50 +0900)
commit005af339c9ad292f9ae2fe3555d8d362a225ca45
treee26ea41812a2455282021b64cbce525993d7eab8
parentf11c95805495fcb588f767ffab193f2aed328eab
sequencer.c: remove implicit dependency on the_repository

Note that the_hash_algo stays, even if we can easily replace it with
repo->hash_algo. My reason is I still believe tying hash_algo to a
struct repository is a wrong move. But if I'm wrong, we can always go
for another round of conversion.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase--interactive.c
builtin/revert.c
rebase-interactive.c
sequencer.c
sequencer.h