Age | Commit message (Expand) | Author | Files | Lines |
2021-12-15 | Merge branch 'es/worktree-chatty-to-stderr' | Junio C Hamano | 1 | -7/+7 |
2021-12-04 | worktree: send "chatty" messages to stderr | Eric Sunshine | 1 | -7/+7 |
2021-11-25 | run-command API: remove "env" member, always use "env_array" | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2021-11-25 | worktree: stop being overly intimate with run_command() internals | Eric Sunshine | 1 | -4/+3 |
2021-09-27 | hook.[ch]: move find_hook() from run-command.c to hook.c | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2021-07-15 | worktree: teach `add` to accept --reason <string> with --lock | Stephen Manz | 1 | -5/+16 |
2021-07-14 | worktree: mark lock strings with `_()` for translation | Stephen Manz | 1 | -2/+2 |
2021-05-20 | Merge branch 'en/dir-traversal' | Junio C Hamano | 1 | -3/+1 |
2021-05-13 | dir: introduce readdir_skip_dot_and_dotdot() helper | Elijah Newren | 1 | -3/+1 |
2021-04-27 | hash: provide per-algorithm null OIDs | brian m. carlson | 1 | -2/+2 |
2021-03-14 | worktree: fix leak in dwim_branch() | Andrzej Hunt | 1 | -4/+6 |
2021-01-30 | worktree: teach `list` verbose mode | Rafael Silva | 1 | -2/+12 |
2021-01-30 | worktree: teach `list` to annotate prunable worktree | Rafael Silva | 1 | -0/+10 |
2021-01-30 | worktree: teach `list --porcelain` to annotate locked worktree | Rafael Silva | 1 | -0/+13 |
2021-01-30 | worktree: teach worktree_lock_reason() to gently handle main worktree | Rafael Silva | 1 | -1/+1 |
2021-01-30 | worktree: libify should_prune_worktree() | Rafael Silva | 1 | -74/+1 |
2020-12-21 | worktree: teach `repair` to fix multi-directional breakage | Eric Sunshine | 1 | -1/+1 |
2020-11-30 | Merge branch 'mt/worktree-error-message-fix' | Junio C Hamano | 1 | -2/+2 |
2020-11-21 | worktree: fix order of arguments in error message | Matheus Tavares | 1 | -2/+2 |
2020-10-12 | worktree: teach `list` to annotate locked worktree | Rafael Silva | 1 | -1/+4 |
2020-09-18 | Merge branch 'es/wt-add-detach' | Junio C Hamano | 1 | -1/+1 |
2020-09-09 | Merge branch 'es/worktree-repair' | Junio C Hamano | 1 | -0/+30 |
2020-09-09 | Merge branch 'jk/worktree-check-clean-leakfix' | Junio C Hamano | 1 | -5/+3 |
2020-09-06 | worktree: teach `add` to recognize -d as shorthand for --detach | Eric Sunshine | 1 | -1/+1 |
2020-08-31 | worktree: teach "repair" to fix outgoing links to worktrees | Eric Sunshine | 1 | -2/+5 |
2020-08-31 | worktree: teach "repair" to fix worktree back-links to main worktree | Eric Sunshine | 1 | -0/+12 |
2020-08-27 | worktree: add skeleton "repair" command | Eric Sunshine | 1 | -0/+15 |
2020-08-27 | worktree: fix leak in check_clean_worktree() | Jeff King | 1 | -5/+3 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -3/+3 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -9/+9 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -21/+21 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-07-06 | Merge branch 'es/get-worktrees-unsort' | Junio C Hamano | 1 | -6/+26 |
2020-06-22 | Merge branch 'es/worktree-duplicate-paths' | Junio C Hamano | 1 | -35/+93 |
2020-06-22 | worktree: drop get_worktrees() unused 'flags' argument | Eric Sunshine | 1 | -6/+6 |
2020-06-22 | worktree: drop get_worktrees() special-purpose sorting option | Eric Sunshine | 1 | -1/+21 |
2020-06-10 | worktree: make "move" refuse to move atop missing registered worktree | Eric Sunshine | 1 | -2/+1 |
2020-06-10 | worktree: generalize candidate worktree path validation | Eric Sunshine | 1 | -13/+16 |
2020-06-10 | worktree: prune linked worktree referencing main worktree path | Eric Sunshine | 1 | -0/+15 |
2020-06-10 | worktree: prune duplicate entries referencing same worktree path | Eric Sunshine | 1 | -6/+43 |
2020-06-10 | worktree: make high-level pruning re-usable | Eric Sunshine | 1 | -6/+9 |
2020-06-10 | worktree: give "should be pruned?" function more meaningful name | Eric Sunshine | 1 | -2/+2 |
2020-06-08 | worktree: factor out repeated string literal | Eric Sunshine | 1 | -11/+12 |
2020-03-10 | real_path: remove unsafe API | Alexandr Miloslavskiy | 1 | -3/+6 |
2020-02-24 | worktree: don't allow "add" validation to be fooled by suffix matching | Eric Sunshine | 1 | -8/+1 |
2019-12-01 | Merge branch 'pb/no-recursive-reset-hard-in-worktree-add' | Junio C Hamano | 1 | -1/+1 |
2019-10-30 | worktree: teach "add" to ignore submodule.recurse config | Philippe Blain | 1 | -1/+1 |
2019-10-11 | Merge branch 'rs/dedup-includes' | Junio C Hamano | 1 | -1/+0 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -1/+1 |
2019-10-04 | treewide: remove duplicate #include directives | René Scharfe | 1 | -1/+0 |