summaryrefslogtreecommitdiffstats
path: root/worktree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Merge branch 'hv/receive-denycurrent-everywhere'Junio C Hamano1-0/+1
2020-03-05Merge branch 'es/worktree-avoid-duplication-fix'Junio C Hamano1-6/+10
2020-02-24worktree: add utility to find worktree by pathnameEric Sunshine1-6/+10
2020-02-24worktree: drop unused code from get_main_worktree()Eric Sunshine1-4/+0
2020-02-24get_main_worktree(): allow it to be called in the Git directoryHariom Verma1-0/+1
2019-06-13Merge branch 'nd/corrupt-worktrees'Junio C Hamano1-2/+5
2019-05-15worktree add: be tolerant of corrupt worktreesNguyễn Thái Ngọc Duy1-2/+5
2019-05-09Merge branch 'jt/submodule-repo-is-with-worktree'Junio C Hamano1-4/+10
2019-04-21worktree: update is_bare heuristicsJonathan Tan1-4/+10
2019-03-01setup: fix memory leaks with `struct repository_format`Martin Ågren1-1/+3
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano1-3/+76
2018-10-31worktree: rename is_worktree_locked to worktree_lock_reasonNickolai Belakovski1-1/+1
2018-10-22revision.c: better error reporting on ref from different worktreesNguyễn Thái Ngọc Duy1-3/+46
2018-10-22refs: new ref types to make per-worktree refs visible to all worktreesNguyễn Thái Ngọc Duy1-0/+30
2018-08-30worktree: don't die() in library function find_worktree()Eric Sunshine1-1/+5
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneNguyễn Thái Ngọc Duy1-1/+8
2018-02-12worktree.c: add update_worktree_location()Nguyễn Thái Ngọc Duy1-0/+17
2018-01-24worktree.c: add validate_worktree()Nguyễn Thái Ngọc Duy1-0/+72
2017-11-06Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2017-10-21worktree: handle broken symrefs in find_shared_symref()Jeff King1-1/+2
2017-10-16refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson1-1/+1
2017-10-16worktree: convert struct worktree to object_idbrian m. carlson1-1/+1
2017-09-24refs: pass NULL to refs_resolve_ref_unsafe() if hash is not neededRené Scharfe1-2/+1
2017-09-19Merge branch 'nd/prune-in-worktree'Junio C Hamano1-0/+22
2017-09-10Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano1-1/+1
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy1-0/+22
2017-08-24branch: fix branch renaming not updating HEADs correctlyNguyễn Thái Ngọc Duy1-1/+1
2017-06-23path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams1-1/+2
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano1-1/+1
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano1-75/+27
2017-05-08submodule_uses_worktrees(): plug memory leakJohannes Schindelin1-1/+1
2017-04-24worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy1-75/+27
2017-03-21prefix_filename: return newly allocated stringJeff King1-1/+4
2017-03-21prefix_filename: drop length parameterJeff King1-1/+1
2017-03-12Merge branch 'js/realpath-pathdup-fix'Junio C Hamano1-1/+1
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano1-1/+1
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin1-1/+1
2017-02-27cocci: use ALLOC_ARRAYRené Scharfe1-1/+1
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano1-1/+1
2017-01-27use absolute_pathdup()René Scharfe1-1/+1
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano1-1/+1
2016-12-27worktree: initialize return value for submodule_uses_worktreesStefan Beller1-1/+1
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams1-1/+1
2016-12-12worktree: check if a submodule uses worktreesStefan Beller1-0/+50
2016-11-28worktree list: keep the list sortedNguyễn Thái Ngọc Duy1-0/+14
2016-11-28worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy1-2/+2
2016-11-28get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy1-7/+3
2016-11-23worktree.c: zero new 'struct worktree' on allocationNguyễn Thái Ngọc Duy1-12/+2
2016-10-14worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker1-0/+2