summaryrefslogtreecommitdiff
path: root/worktree.c
AgeCommit message (Expand)Author
2020-10-05Merge branch 'ma/worktree-cleanups'Junio C Hamano
2020-09-27worktree: use skip_prefix to parse targetMartin Ågren
2020-09-27worktree: rename copy-pasted variableMartin Ågren
2020-09-27worktree: update renamed variable in commentMartin Ågren
2020-09-27worktree: inline `worktree_ref()` into its only callerMartin Ågren
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren
2020-08-31worktree: teach "repair" to fix outgoing links to worktreesEric Sunshine
2020-08-31worktree: teach "repair" to fix worktree back-links to main worktreeEric Sunshine
2020-08-01worktree: retire special-case normalization of main worktree pathEric Sunshine
2020-08-01worktree: drop bogus and unnecessary path mungingEric Sunshine
2020-08-01worktree: drop unused code from get_linked_worktree()Eric Sunshine
2020-08-01worktree: drop pointless strbuf_release()Eric Sunshine
2020-07-07Merge branch 'es/worktree-code-cleanup'Junio C Hamano
2020-07-07Merge branch 'es/get-worktrees-unsort'Junio C Hamano
2020-06-25worktree: avoid dead-code in conditionalEric Sunshine
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2020-03-05Merge branch 'hv/receive-denycurrent-everywhere'Junio C Hamano
2020-03-05Merge branch 'es/worktree-avoid-duplication-fix'Junio C Hamano
2020-02-24worktree: add utility to find worktree by pathnameEric Sunshine
2020-02-24worktree: drop unused code from get_main_worktree()Eric Sunshine
2020-02-24get_main_worktree(): allow it to be called in the Git directoryHariom Verma
2020-02-24worktree: allow repository version 1brian m. carlson
2019-06-13Merge branch 'nd/corrupt-worktrees'Junio C Hamano
2019-05-15worktree add: be tolerant of corrupt worktreesNguyễn Thái Ngọc Duy
2019-05-08Merge branch 'jt/submodule-repo-is-with-worktree'Junio C Hamano
2019-04-21worktree: update is_bare heuristicsJonathan Tan
2019-02-28setup: fix memory leaks with `struct repository_format`Martin Ågren
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-10-31worktree: rename is_worktree_locked to worktree_lock_reasonNickolai Belakovski
2018-10-22revision.c: better error reporting on ref from different worktreesNguyễn Thái Ngọc Duy
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy
2018-08-30worktree: don't die() in library function find_worktree()Eric Sunshine
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneNguyễn Thái Ngọc Duy
2018-02-12worktree.c: add update_worktree_location()Nguyễn Thái Ngọc Duy
2018-01-24worktree.c: add validate_worktree()Nguyễn Thái Ngọc Duy
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-10-21worktree: handle broken symrefs in find_shared_symref()Jeff King
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson
2017-10-16worktree: convert struct worktree to object_idbrian m. carlson
2017-09-24refs: pass NULL to refs_resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano
2017-09-10Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy
2017-08-24branch: fix branch renaming not updating HEADs correctlyNguyễn Thái Ngọc Duy
2017-06-24path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams