Age | Commit message (Expand) | Author | Files | Lines |
2019-02-22 | trace2:data: add trace2 hook classification | Jeff Hostetler | 1 | -0/+1 |
2019-01-07 | worktree: allow to (re)move worktrees with uninitialized submodules | Nguyễn Thái Ngọc Duy | 1 | -6/+23 |
2018-10-31 | worktree: rename is_worktree_locked to worktree_lock_reason | Nickolai Belakovski | 1 | -5/+5 |
2018-08-30 | worktree: delete .git/worktrees if empty after 'remove' | Eric Sunshine | 1 | -1/+7 |
2018-08-30 | worktree: teach 'remove' to override lock when --force given twice | Eric Sunshine | 1 | -5/+6 |
2018-08-30 | worktree: teach 'move' to override lock when --force given twice | Eric Sunshine | 1 | -4/+9 |
2018-08-30 | worktree: teach 'add' to respect --force for registered but missing path | Eric Sunshine | 1 | -2/+8 |
2018-08-30 | worktree: disallow adding same path multiple times | Eric Sunshine | 1 | -0/+25 |
2018-08-30 | worktree: prepare for more checks of whether path can become worktree | Eric Sunshine | 1 | -2/+7 |
2018-08-30 | worktree: generalize delete_git_dir() to reduce code duplication | Eric Sunshine | 1 | -16/+9 |
2018-08-30 | worktree: move delete_git_dir() earlier in file for upcoming new callers | Eric Sunshine | 1 | -14/+14 |
2018-08-17 | worktree: add --quiet option | Elia Pinto | 1 | -3/+13 |
2018-06-11 | checkout: pass the "num_matches" up to callers | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2018-05-23 | Merge branch 'tg/worktree-add-existing-branch' | Junio C Hamano | 1 | -27/+74 |
2018-05-08 | Merge branch 'sb/worktree-remove-opt-force' | Junio C Hamano | 1 | -2/+3 |
2018-04-30 | worktree: teach "add" to check out existing branches | Thomas Gummerer | 1 | -2/+11 |
2018-04-30 | worktree: factor out dwim_branch function | Thomas Gummerer | 1 | -11/+18 |
2018-04-30 | worktree: improve message when creating a new worktree | Thomas Gummerer | 1 | -2/+36 |
2018-04-30 | worktree: remove extra members from struct add_opts | Thomas Gummerer | 1 | -17/+16 |
2018-04-18 | worktree: accept -f as short for --force for removal | Stefan Beller | 1 | -2/+3 |
2018-04-10 | Merge branch 'nd/worktree-prune' | Junio C Hamano | 1 | -9/+2 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2018-03-15 | worktree prune: improve prune logic when worktree is moved | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-03-15 | worktree: delete dead code | Nguyễn Thái Ngọc Duy | 1 | -8/+0 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -1/+3 |
2018-03-14 | Merge branch 'nd/worktree-move' | Junio C Hamano | 1 | -0/+220 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-02-28 | Merge branch 'es/worktree-add-post-checkout-hook' | Junio C Hamano | 1 | -3/+17 |
2018-02-15 | Merge branch 'jc/worktree-add-short-help' | Junio C Hamano | 1 | -1/+1 |
2018-02-15 | worktree: add: fix 'post-checkout' not knowing new worktree location | Eric Sunshine | 1 | -3/+17 |
2018-02-12 | worktree remove: allow it when $GIT_WORK_TREE is already gone | Nguyễn Thái Ngọc Duy | 1 | -5/+7 |
2018-02-12 | worktree remove: new command | Nguyễn Thái Ngọc Duy | 1 | -1/+133 |
2018-02-12 | worktree move: refuse to move worktrees with submodules | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
2018-02-12 | worktree move: accept destination as directory | Nguyễn Thái Ngọc Duy | 1 | -1/+10 |
2018-02-12 | worktree move: new command | Nguyễn Thái Ngọc Duy | 1 | -0/+53 |
2018-02-09 | completion: use __gitcomp_builtin in _git_worktree | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2018-01-17 | worktree: say that "add" takes an arbitrary commit in short-help | Junio C Hamano | 1 | -1/+1 |
2017-12-27 | Merge branch 'es/worktree-checkout-hook' | Junio C Hamano | 1 | -6/+16 |
2017-12-07 | worktree: invoke post-checkout hook (unless --no-checkout) | Eric Sunshine | 1 | -6/+16 |
2017-12-06 | add worktree.guessRemote config option | Thomas Gummerer | 1 | -2/+12 |
2017-12-06 | worktree: add --guess-remote flag to add subcommand | Thomas Gummerer | 1 | -0/+10 |
2017-11-27 | worktree: make add <path> <branch> dwim | Thomas Gummerer | 1 | -0/+16 |
2017-11-27 | worktree: add --[no-]track option to the add subcommand | Thomas Gummerer | 1 | -0/+8 |
2017-10-16 | worktree: convert struct worktree to object_id | brian m. carlson | 1 | -3/+3 |
2017-09-27 | worktree: check the result of read_in_full() | Jeff King | 1 | -1/+18 |
2017-09-27 | worktree: use xsize_t to access file size | Jeff King | 1 | -2/+3 |
2017-09-08 | add UNLEAK annotation for reducing leak false positives | Jeff King | 1 | -0/+2 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |