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