summaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c
AgeCommit message (Expand)AuthorLines
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
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA-0/+3
2016-05-24worktree: simplify prefixing pathsNguyễn Thái Ngọc Duy-1/+3
2016-05-24worktree: avoid 0{40}, too many zeroes, hard to readNguyễn Thái Ngọc Duy-1/+1
2016-05-24worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy-1/+1
2016-05-24git-worktree.txt: keep subcommand listing in alphabetical orderNguyễn Thái Ngọc Duy-1/+1
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano-2/+2
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano-1/+1
2016-05-09builtin/worktree.c: use error_errno()Nguyễn Thái Ngọc Duy-1/+1
2016-04-22worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy-2/+2
2016-03-29worktree: add: introduce --checkout optionRay Zhang-11/+18
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano-1/+1
2016-02-22use xmallocz to avoid size arithmeticJeff King-1/+1
2016-02-15worktree add -B: do the checkout test before update branchNguyễn Thái Ngọc Duy-1/+10
2016-02-15worktree: fix "add -B"Nguyễn Thái Ngọc Duy-3/+1
2015-11-20Convert struct object to object_idbrian m. carlson-1/+1
2015-10-26Merge branch 'es/worktree-add'Junio C Hamano-1/+1
2015-10-18worktree: usage: denote <branch> as optional with 'add'Sidhant Sharma-1/+1
2015-10-08worktree: add 'list' commandMichael Rappazzo-0/+88
2015-08-31Merge branch 'jc/am-state-fix'Junio C Hamano-5/+5
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano-5/+5
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano-5/+5
2015-08-12Merge branch 'es/worktree-add-cleanup'Junio C Hamano-40/+83
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Eric Sunshine-2/+1