aboutsummaryrefslogtreecommitdiff
path: root/worktree.c
Commit message (Expand)AuthorAge
* Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\
| * refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
| * worktree: convert struct worktree to object_idbrian m. carlson2017-10-16
* | worktree: handle broken symrefs in find_shared_symref()Jeff King2017-10-21
|/
* refs: pass NULL to refs_resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
* Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19
|\
| * revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-24
* | Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano2017-09-10
|\ \ | |/ |/|
| * branch: fix branch renaming not updating HEADs correctlyNguyễn Thái Ngọc Duy2017-08-24
* | path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams2017-06-23
* | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-29
|\ \
| * | submodule_uses_worktrees(): plug memory leakJohannes Schindelin2017-05-08
* | | Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano2017-05-16
|\ \ \ | |/ / |/| / | |/
| * worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2017-04-24
* | prefix_filename: return newly allocated stringJeff King2017-03-21
* | prefix_filename: drop length parameterJeff King2017-03-21
|/
* Merge branch 'js/realpath-pathdup-fix'Junio C Hamano2017-03-12
|\
| * real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
* | Merge branch 'rs/strbuf-add-real-path'Junio C Hamano2017-03-10
|\ \ | |/ |/|
| * cocci: use ALLOC_ARRAYRené Scharfe2017-02-27
* | Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-02
|\ \
| * | use absolute_pathdup()René Scharfe2017-01-27
* | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-18
|\ \ \
| * | | real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-12
| |/ /
* | | worktree: initialize return value for submodule_uses_worktreesStefan Beller2016-12-27
* | | worktree: check if a submodule uses worktreesStefan Beller2016-12-12
| |/ |/|
* | worktree list: keep the list sortedNguyễn Thái Ngọc Duy2016-11-28
* | worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy2016-11-28
* | get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy2016-11-28
* | worktree.c: zero new 'struct worktree' on allocationNguyễn Thái Ngọc Duy2016-11-23
|/
* worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker2016-10-14
* Merge branch 'nd/worktree-lock'Junio C Hamano2016-07-28
|\
| * worktree.c: find_worktree() search by path suffixNguyễn Thái Ngọc Duy2016-07-08
| * worktree.c: add is_worktree_locked()Nguyễn Thái Ngọc Duy2016-06-13
| * worktree.c: add is_main_worktree()Nguyễn Thái Ngọc Duy2016-06-03
| * worktree.c: add find_worktree()Nguyễn Thái Ngọc Duy2016-06-03
* | Merge branch 'rs/worktree-use-strbuf-absolute-path'Junio C Hamano2016-07-25
|\ \
| * | worktree: use strbuf_add_absolute_path() directlyRené Scharfe2016-07-12
* | | Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano2016-07-06
|\ \ \ | |/ / |/| / | |/
| * worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy2016-05-24
| * worktree.c: rewrite mark_current_worktree() to avoid strbufNguyễn Thái Ngọc Duy2016-05-24
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \ | |/
| * branch: do not rename a branch under bisect or rebaseNguyễn Thái Ngọc Duy2016-04-22
| * worktree.c: check whether branch is bisected in another worktreeNguyễn Thái Ngọc Duy2016-04-22
| * worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy2016-04-22
| * worktree.c: avoid referencing to worktrees[i] multiple timesNguyễn Thái Ngọc Duy2016-04-22
| * worktree.c: mark current worktreeNguyễn Thái Ngọc Duy2016-04-22
| * worktree.c: make find_shared_symref() return struct worktree *Nguyễn Thái Ngọc Duy2016-04-22
| * worktree.c: store "id" instead of "git_dir"Nguyễn Thái Ngọc Duy2016-04-22
* | typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-06
|/