summaryrefslogtreecommitdiff
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-29Merge branch 'js/plug-leaks'Libravatar Junio C Hamano1-3/+5
2017-05-16Merge branch 'js/larger-timestamps'Libravatar Junio C Hamano1-2/+2
2017-05-08show_worktree(): plug memory leakLibravatar Johannes Schindelin1-3/+5
2017-04-27timestamp_t: a new data type for timestampsLibravatar Johannes Schindelin1-2/+2
2017-04-26Merge branch 'nd/worktree-add-lock'Libravatar Junio C Hamano1-4/+11
2017-04-26Merge branch 'jk/war-on-git-path'Libravatar Junio C Hamano1-4/+2
2017-04-20replace strbuf_addstr(git_path()) with git_path_buf()Libravatar Jeff King1-4/+2
2017-04-20worktree add: add --lock optionLibravatar Nguyễn Thái Ngọc Duy1-4/+11
2017-03-21prefix_filename: return newly allocated stringLibravatar Jeff King1-1/+2
2017-03-21prefix_filename: drop length parameterLibravatar Jeff King1-1/+1
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Libravatar Junio C Hamano1-2/+2
2017-02-06worktree: fix option descriptions for `prune`Libravatar Patrick Steinhardt1-2/+2
2016-11-28worktree list: keep the list sortedLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-11-28worktree.c: get_worktrees() takes a new flag argumentLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2016-11-28get_worktrees() must return main worktree as first item even on errorLibravatar Nguyễn Thái Ngọc Duy1-2/+4
2016-11-28worktree: reorder an if statementLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2016-09-27worktree: honor configuration variablesLibravatar Junio C Hamano1-0/+2
2016-08-05use CHILD_PROCESS_INIT to initialize automatic variablesLibravatar René Scharfe1-4/+2
2016-07-28Merge branch 'nd/worktree-lock'Libravatar Junio C Hamano1-0/+66
2016-07-08worktree: add "unlock" commandLibravatar Nguyễn Thái Ngọc Duy1-0/+28
2016-07-08worktree: add "lock" commandLibravatar Nguyễn Thái Ngọc Duy1-0/+38
2016-07-08avoid using sha1_to_hex output as printf formatLibravatar Jeff King1-1/+1
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Libravatar Junio C Hamano1-4/+6
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandLibravatar Jordan DE GEA1-0/+3
2016-05-24worktree: simplify prefixing pathsLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2016-05-24worktree: avoid 0{40}, too many zeroes, hard to readLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-05-24worktree.c: use is_dot_or_dotdot()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-05-24git-worktree.txt: keep subcommand listing in alphabetical orderLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-05-23Merge branch 'nd/worktree-various-heads'Libravatar Junio C Hamano1-2/+2
2016-05-17Merge branch 'nd/error-errno'Libravatar Junio C Hamano1-1/+1
2016-05-09builtin/worktree.c: use error_errno()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-04-22worktree.c: check whether branch is rebased in another worktreeLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2016-03-29worktree: add: introduce --checkout optionLibravatar Ray Zhang1-11/+18
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-1/+1
2016-02-22use xmallocz to avoid size arithmeticLibravatar Jeff King1-1/+1
2016-02-15worktree add -B: do the checkout test before update branchLibravatar Nguyễn Thái Ngọc Duy1-1/+10
2016-02-15worktree: fix "add -B"Libravatar Nguyễn Thái Ngọc Duy1-3/+1
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-1/+1
2015-10-26Merge branch 'es/worktree-add'Libravatar Junio C Hamano1-1/+1
2015-10-18worktree: usage: denote <branch> as optional with 'add'Libravatar Sidhant Sharma1-1/+1
2015-10-08worktree: add 'list' commandLibravatar Michael Rappazzo1-0/+88
2015-08-31Merge branch 'jc/am-state-fix'Libravatar Junio C Hamano1-5/+5
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileLibravatar Junio C Hamano1-5/+5
2015-08-24write_file(): drop "fatal" parameterLibravatar Junio C Hamano1-5/+5
2015-08-12Merge branch 'es/worktree-add-cleanup'Libravatar Junio C Hamano1-40/+83
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Libravatar Eric Sunshine1-2/+1
2015-07-20worktree: avoid resolving HEAD unnecessarilyLibravatar Eric Sunshine1-12/+5
2015-07-20worktree: make setup of new HEAD distinct from worktree populationLibravatar Eric Sunshine1-5/+15
2015-07-20worktree: detect branch-name/detached and error conditions locallyLibravatar Eric Sunshine1-0/+18
2015-07-20worktree: add_worktree: construct worktree-population command locallyLibravatar Eric Sunshine1-11/+8