Age | Commit message (Expand) | Author | Files | Lines |
2016-09-27 | worktree: honor configuration variables | Junio C Hamano | 1 | -0/+2 |
2016-08-05 | use CHILD_PROCESS_INIT to initialize automatic variables | René Scharfe | 1 | -4/+2 |
2016-07-28 | Merge branch 'nd/worktree-lock' | Junio C Hamano | 1 | -0/+66 |
2016-07-08 | worktree: add "unlock" command | Nguyễn Thái Ngọc Duy | 1 | -0/+28 |
2016-07-08 | worktree: add "lock" command | Nguyễn Thái Ngọc Duy | 1 | -0/+38 |
2016-07-08 | avoid using sha1_to_hex output as printf format | Jeff King | 1 | -1/+1 |
2016-07-06 | Merge branch 'nd/worktree-cleanup-post-head-protection' | Junio C Hamano | 1 | -4/+6 |
2016-05-31 | worktree: allow "-" short-hand for @{-1} in add command | Jordan DE GEA | 1 | -0/+3 |
2016-05-24 | worktree: simplify prefixing paths | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2016-05-24 | worktree: avoid 0{40}, too many zeroes, hard to read | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-05-24 | worktree.c: use is_dot_or_dotdot() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-05-24 | git-worktree.txt: keep subcommand listing in alphabetical order | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-05-23 | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 1 | -2/+2 |
2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -1/+1 |
2016-05-09 | builtin/worktree.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-04-22 | worktree.c: check whether branch is rebased in another worktree | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2016-03-29 | worktree: add: introduce --checkout option | Ray Zhang | 1 | -11/+18 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -1/+1 |
2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 1 | -1/+1 |
2016-02-15 | worktree add -B: do the checkout test before update branch | Nguyễn Thái Ngọc Duy | 1 | -1/+10 |
2016-02-15 | worktree: fix "add -B" | Nguyễn Thái Ngọc Duy | 1 | -3/+1 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -1/+1 |
2015-10-26 | Merge branch 'es/worktree-add' | Junio C Hamano | 1 | -1/+1 |
2015-10-18 | worktree: usage: denote <branch> as optional with 'add' | Sidhant Sharma | 1 | -1/+1 |
2015-10-08 | worktree: add 'list' command | Michael Rappazzo | 1 | -0/+88 |
2015-08-31 | Merge branch 'jc/am-state-fix' | Junio C Hamano | 1 | -5/+5 |
2015-08-25 | write_file(): drop caller-supplied LF from calls to create a one-liner file | Junio C Hamano | 1 | -5/+5 |
2015-08-24 | write_file(): drop "fatal" parameter | Junio C Hamano | 1 | -5/+5 |
2015-08-12 | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 1 | -40/+83 |
2015-07-20 | worktree: populate via "git reset --hard" rather than "git checkout" | Eric Sunshine | 1 | -2/+1 |
2015-07-20 | worktree: avoid resolving HEAD unnecessarily | Eric Sunshine | 1 | -12/+5 |
2015-07-20 | worktree: make setup of new HEAD distinct from worktree population | Eric Sunshine | 1 | -5/+15 |
2015-07-20 | worktree: detect branch-name/detached and error conditions locally | Eric Sunshine | 1 | -0/+18 |
2015-07-20 | worktree: add_worktree: construct worktree-population command locally | Eric Sunshine | 1 | -11/+8 |
2015-07-20 | worktree: elucidate environment variables intended for child processes | Eric Sunshine | 1 | -2/+5 |
2015-07-20 | worktree: make branch creation distinct from worktree population | Eric Sunshine | 1 | -3/+14 |
2015-07-20 | worktree: add: suppress auto-vivication with --detach and no <branch> | Eric Sunshine | 1 | -1/+1 |
2015-07-20 | worktree: make --detach mutually exclusive with -b/-B | Eric Sunshine | 1 | -2/+2 |
2015-07-20 | worktree: introduce options container | Eric Sunshine | 1 | -18/+27 |
2015-07-20 | worktree: simplify new branch (-b/-B) option checking | Eric Sunshine | 1 | -5/+8 |
2015-07-20 | worktree: improve worktree setup message | Eric Sunshine | 1 | -1/+1 |
2015-07-13 | Merge branch 'es/worktree-add' | Junio C Hamano | 1 | -0/+199 |
2015-07-12 | Revert "checkout: retire --ignore-other-worktrees in favor of --force" | Junio C Hamano | 1 | -1/+1 |
2015-07-07 | checkout: retire --ignore-other-worktrees in favor of --force | Eric Sunshine | 1 | -1/+1 |
2015-07-07 | worktree: add: auto-vivify new branch when <branch> is omitted | Eric Sunshine | 1 | -2/+6 |
2015-07-06 | worktree: add: make -b/-B default to HEAD when <branch> is omitted | Eric Sunshine | 1 | -2/+4 |
2015-07-06 | worktree: extract basename computation to new function | Eric Sunshine | 1 | -9/+20 |
2015-07-06 | checkout: retire --to option | Eric Sunshine | 1 | -6/+138 |
2015-07-06 | worktree: add -b/-B options | Eric Sunshine | 1 | -0/+11 |
2015-07-06 | worktree: add --detach option | Eric Sunshine | 1 | -1/+4 |