1. c8dd491 worktree: simplify find_shared_symref() memory ownership model by Anders Kaseorg · 3 years, 3 months ago
  2. fc0c7d5 worktree: teach worktree to lazy-load "prunable" reason by Rafael Silva · 4 years, 2 months ago
  3. a29a8b7 worktree: libify should_prune_worktree() by Rafael Silva · 4 years, 2 months ago
  4. 07601b5 Merge branch 'ma/worktree-cleanups' by Junio C Hamano · 4 years, 5 months ago
  5. ef2d554 worktree: inline `worktree_ref()` into its only caller by Martin Ågren · 4 years, 6 months ago
  6. b214ab5 worktree: teach "repair" to fix outgoing links to worktrees by Eric Sunshine · 4 years, 6 months ago
  7. bdd1f3e worktree: teach "repair" to fix worktree back-links to main worktree by Eric Sunshine · 4 years, 6 months ago
  8. 03f2465 worktree: drop get_worktrees() unused 'flags' argument by Eric Sunshine · 4 years, 9 months ago
  9. d9c54c2 worktree: drop get_worktrees() special-purpose sorting option by Eric Sunshine · 4 years, 9 months ago
  10. bb4995f worktree: add utility to find worktree by pathname by Eric Sunshine · 5 years ago
  11. a80c4c2 worktree: improve find_worktree() documentation by Eric Sunshine · 5 years ago
  12. ad6dad0 *.[ch]: manually align parameter lists by Denton Liu · 6 years ago
  13. b199d71 *.[ch]: remove extern from function declarations using sed by Denton Liu · 6 years ago
  14. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  15. e146cc9 Merge branch 'nd/per-worktree-ref-iteration' by Junio C Hamano · 6 years ago
  16. d236f12 worktree: rename is_worktree_locked to worktree_lock_reason by Nickolai Belakovski · 6 years ago
  17. e21cc07 worktree: update documentation for lock_reason and lock_reason_valid by Nickolai Belakovski · 6 years ago
  18. ab3e1f7 revision.c: better error reporting on ref from different worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  19. 3a3b9d8 refs: new ref types to make per-worktree refs visible to all worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  20. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  21. ee6763a worktree remove: allow it when $GIT_WORK_TREE is already gone by Nguyễn Thái Ngọc Duy · 7 years ago
  22. 9c620fc worktree.c: add update_worktree_location() by Nguyễn Thái Ngọc Duy · 7 years ago
  23. 4ddddc1 worktree.c: add validate_worktree() by Nguyễn Thái Ngọc Duy · 7 years ago
  24. 0f05154 worktree: convert struct worktree to object_id by brian m. carlson · 7 years ago
  25. d0c39a4 revision.c: --all adds HEAD from all worktrees by Nguyễn Thái Ngọc Duy · 8 years ago
  26. fa099d2 worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe() by Nguyễn Thái Ngọc Duy · 8 years ago
  27. 1a248cf worktree: check if a submodule uses worktrees by Stefan Beller · 8 years ago
  28. 4df1d4d worktree list: keep the list sorted by Nguyễn Thái Ngọc Duy · 8 years ago
  29. 4fff1ef worktree.c: get_worktrees() takes a new flag argument by Nguyễn Thái Ngọc Duy · 8 years ago
  30. 346ef53 worktree.c: add is_worktree_locked() by Nguyễn Thái Ngọc Duy · 9 years ago
  31. 984ad9e worktree.c: add is_main_worktree() by Nguyễn Thái Ngọc Duy · 9 years ago
  32. 6835314 worktree.c: add find_worktree() by Nguyễn Thái Ngọc Duy · 9 years ago
  33. 14ace5b branch: do not rename a branch under bisect or rebase by Nguyễn Thái Ngọc Duy · 9 years ago
  34. 2e641d5 path.c: refactor and add worktree_git_path() by Nguyễn Thái Ngọc Duy · 9 years ago
  35. 750e8a6 worktree.c: mark current worktree by Nguyễn Thái Ngọc Duy · 9 years ago
  36. d3b9ac0 worktree.c: make find_shared_symref() return struct worktree * by Nguyễn Thái Ngọc Duy · 9 years ago
  37. 69dfe3b worktree.c: store "id" instead of "git_dir" by Nguyễn Thái Ngọc Duy · 9 years ago
  38. 92718b7 worktree: add details to the worktree struct by Michael Rappazzo · 9 years ago
  39. 5193490 worktree: add a function to get worktree details by Michael Rappazzo · 9 years ago
  40. ac6c561 worktree: add top-level worktree.c by Michael Rappazzo · 9 years ago