summaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorLines
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano-1/+3
2018-03-14Merge branch 'nd/worktree-move'Junio C Hamano-0/+220
2018-02-28Merge branch 'es/worktree-add-post-checkout-hook'Junio C Hamano-3/+17
2018-02-15Merge branch 'jc/worktree-add-short-help'Junio C Hamano-1/+1
2018-02-15worktree: add: fix 'post-checkout' not knowing new worktree locationEric Sunshine-3/+17
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneNguyễn Thái Ngọc Duy-5/+7
2018-02-12worktree remove: new commandNguyễn Thái Ngọc Duy-1/+133
2018-02-12worktree move: refuse to move worktrees with submodulesNguyễn Thái Ngọc Duy-0/+23
2018-02-12worktree move: accept destination as directoryNguyễn Thái Ngọc Duy-1/+10
2018-02-12worktree move: new commandNguyễn Thái Ngọc Duy-0/+53
2018-02-09completion: use __gitcomp_builtin in _git_worktreeNguyễn Thái Ngọc Duy-1/+1
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy-1/+3
2018-01-17worktree: say that "add" takes an arbitrary commit in short-helpJunio C Hamano-1/+1
2017-12-27Merge branch 'es/worktree-checkout-hook'Junio C Hamano-6/+16
2017-12-07worktree: invoke post-checkout hook (unless --no-checkout)Eric Sunshine-6/+16
2017-12-06add worktree.guessRemote config optionThomas Gummerer-2/+12
2017-12-06worktree: add --guess-remote flag to add subcommandThomas Gummerer-0/+10
2017-11-27worktree: make add <path> <branch> dwimThomas Gummerer-0/+16
2017-11-27worktree: add --[no-]track option to the add subcommandThomas Gummerer-0/+8
2017-10-16worktree: convert struct worktree to object_idbrian m. carlson-3/+3
2017-09-27worktree: check the result of read_in_full()Jeff King-1/+18
2017-09-27worktree: use xsize_t to access file sizeJeff King-2/+3
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King-0/+2
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-4/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason-4/+2
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano-3/+5
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano-2/+2
2017-05-08show_worktree(): plug memory leakJohannes Schindelin-3/+5
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin-2/+2
2017-04-26Merge branch 'nd/worktree-add-lock'Junio C Hamano-4/+11
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano-4/+2
2017-04-20replace strbuf_addstr(git_path()) with git_path_buf()Jeff King-4/+2
2017-04-20worktree add: add --lock optionNguyễn Thái Ngọc Duy-4/+11
2017-03-21prefix_filename: return newly allocated stringJeff King-1/+2
2017-03-21prefix_filename: drop length parameterJeff King-1/+1
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Junio C Hamano-2/+2
2017-02-06worktree: fix option descriptions for `prune`Patrick Steinhardt-2/+2
2016-11-28worktree list: keep the list sortedNguyễn Thái Ngọc Duy-1/+1
2016-11-28worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy-3/+3
2016-11-28get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy-2/+4
2016-11-28worktree: reorder an if statementNguyễn Thái Ngọc Duy-3/+3
2016-09-27worktree: honor configuration variablesJunio C Hamano-0/+2
2016-08-05use CHILD_PROCESS_INIT to initialize automatic variablesRené Scharfe-4/+2
2016-07-28Merge branch 'nd/worktree-lock'Junio C Hamano-0/+66
2016-07-08worktree: add "unlock" commandNguyễn Thái Ngọc Duy-0/+28
2016-07-08worktree: add "lock" commandNguyễn Thái Ngọc Duy-0/+38
2016-07-08avoid using sha1_to_hex output as printf formatJeff King-1/+1
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano-4/+6