worktree: drop get_worktrees() special-purpose sorting option
authorEric Sunshine <sunshine@sunshineco.com>
Fri, 19 Jun 2020 23:35:43 +0000 (19:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2020 17:30:29 +0000 (10:30 -0700)
commitd9c54c2bbf684ca3903bc2227c81f657a557d8b8
treef92b97425460ce1f035f4c4839e16e46dd441931
parent810382ed378731314c03627a8a2d8962b814ad17
worktree: drop get_worktrees() special-purpose sorting option

Of all the clients of get_worktrees(), only "git worktree list" wants
the list sorted in a very specific way; other clients simply don't care
about the order. Rather than imbuing get_worktrees() with special
knowledge about how various clients -- now and in the future -- may want
the list sorted, drop the sorting capability altogether and make it the
client's responsibility to sort the list if needed.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c
worktree.c
worktree.h