summaryrefslogtreecommitdiff
path: root/worktree.c
AgeCommit message (Expand)Author
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
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano
2017-05-08submodule_uses_worktrees(): plug memory leakJohannes Schindelin
2017-04-25worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-02-27cocci: use ALLOC_ARRAYRené Scharfe
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-27use absolute_pathdup()René Scharfe
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2016-12-27worktree: initialize return value for submodule_uses_worktreesStefan Beller
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams
2016-12-12worktree: check if a submodule uses worktreesStefan Beller
2016-11-28worktree list: keep the list sortedNguyễn Thái Ngọc Duy
2016-11-28worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy
2016-11-28get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy
2016-11-23worktree.c: zero new 'struct worktree' on allocationNguyễn Thái Ngọc Duy
2016-10-14worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker
2016-07-28Merge branch 'nd/worktree-lock'Junio C Hamano
2016-07-25Merge branch 'rs/worktree-use-strbuf-absolute-path'Junio C Hamano
2016-07-12worktree: use strbuf_add_absolute_path() directlyRené Scharfe
2016-07-08worktree.c: find_worktree() search by path suffixNguyễn Thái Ngọc Duy
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano
2016-06-13worktree.c: add is_worktree_locked()Nguyễn Thái Ngọc Duy
2016-06-04worktree.c: add is_main_worktree()Nguyễn Thái Ngọc Duy
2016-06-04worktree.c: add find_worktree()Nguyễn Thái Ngọc Duy
2016-05-24worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy
2016-05-24worktree.c: rewrite mark_current_worktree() to avoid strbufNguyễn Thái Ngọc Duy