69 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
Alexander Blesius ed31851fa6 doc: fix typos in man pages 6 years ago
Nguyễn Thái Ngọc Duy 14f74d5907 git-worktree.txt: correct linkgit command name 6 years ago
Andreas Heiduk e44a44aa25 doc: clarify boundaries of 'git worktree list --porcelain' 6 years ago
Nguyễn Thái Ngọc Duy 3a3b9d8cde refs: new ref types to make per-worktree refs visible to all worktrees 6 years ago
Nguyễn Thái Ngọc Duy 58b284a2e9 worktree: add per-worktree config files 6 years ago
Nguyễn Thái Ngọc Duy 8aff1a9ca5 Add a place for (not) sharing stuff between worktrees 6 years ago
Eric Sunshine f4143101cb worktree: teach 'remove' to override lock when --force given twice 6 years ago
Eric Sunshine 68a6b3a1bd worktree: teach 'move' to override lock when --force given twice 6 years ago
Eric Sunshine e19831c94f worktree: teach 'add' to respect --force for registered but missing path 6 years ago
Elia Pinto 371979c217 worktree: add --quiet option 7 years ago
Ævar Arnfjörð Bjarmason 8d7b558bae checkout & worktree: introduce checkout.defaultRemote 7 years ago
Thomas Gummerer f60a7b763f worktree: teach "add" to check out existing branches 7 years ago
Stefan Beller d228eea514 worktree: accept -f as short for --force for removal 7 years ago
Eric Sunshine 22d11a6e8e git-worktree.txt: unify command-line prompt in example blocks 7 years ago
Eric Sunshine 3f0b42bd07 git-worktree.txt: recommend 'git worktree remove' over manual deletion 7 years ago
Eric Sunshine d023df1ee6 git-worktree.txt: fix indentation of example and text of 'add' command 7 years ago
Eric Sunshine 661a5a382e git-worktree.txt: fix missing ")" typo 7 years ago
Nguyễn Thái Ngọc Duy cc73385cf6 worktree remove: new command 7 years ago
Nguyễn Thái Ngọc Duy 78d986b252 worktree move: refuse to move worktrees with submodules 7 years ago
Nguyễn Thái Ngọc Duy 9f792bb472 worktree move: new command 7 years ago
Ralf Thielow 50fdf7b1b1 Documentation/git-worktree.txt: add missing ` 7 years ago
Thomas Gummerer e92445a731 add worktree.guessRemote config option 7 years ago
Thomas Gummerer 71d6682d8c worktree: add --guess-remote flag to add subcommand 7 years ago
Thomas Gummerer 4e85333197 worktree: make add <path> <branch> dwim 7 years ago
Thomas Gummerer e284e892ca worktree: add --[no-]track option to the add subcommand 7 years ago
Thomas Gummerer c4738aedc0 worktree: add can be created from any commit-ish 7 years ago
Nguyễn Thái Ngọc Duy 507e6e9eec worktree add: add --lock option 8 years ago
brian m. carlson 9993a7c5f1 Documentation: correctly spell git worktree --detach 8 years ago
Ben North 2b090822e8 git-worktree.txt: fix typo "to"/"two", and add comma 8 years ago
Nguyễn Thái Ngọc Duy 080739ba1d worktree.c: find_worktree() search by path suffix 9 years ago
Nguyễn Thái Ngọc Duy 6d308627ca worktree: add "unlock" command 9 years ago
Nguyễn Thái Ngọc Duy 58142c09a4 worktree: add "lock" command 9 years ago
Jordan DE GEA 1a450e2fd1 worktree: allow "-" short-hand for @{-1} in add command 9 years ago
Nguyễn Thái Ngọc Duy 7b722d906b git-worktree.txt: keep subcommand listing in alphabetical order 9 years ago
Ray Zhang ef2a0ac9a0 worktree: add: introduce --checkout option 9 years ago
Nguyễn Thái Ngọc Duy 618244e160 worktree: stop supporting moving worktrees manually 9 years ago
Michael Rappazzo bb9c03b82a worktree: add 'list' command 9 years ago
Patrick Steinhardt 65f9b75dfe Documentation/git-worktree: fix duplicated 'from' 10 years ago
Eric Sunshine 5f5f553fd5 Documentation/git-worktree: fix broken 'linkgit' invocation 10 years ago
Eric Sunshine 5c942570fe worktree: add: suppress auto-vivication with --detach and no <branch> 10 years ago
Eric Sunshine 114ff8881a config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire" 10 years ago
Michael Haggerty 2e73ab6e69 Documentation/git-worktree: fix incorrect reference to file "locked" 10 years ago
Michael Haggerty bc483285b7 Documentation/git-worktree: consistently use term "linked working tree" 10 years ago
Junio C Hamano 18b22dbed8 worktree: caution that this is still experimental 10 years ago
Eric Sunshine 4d5a3c5884 Documentation/git-worktree: fix stale "git checkout --to" references 10 years ago
Eric Sunshine 1eb07d829f worktree: add: auto-vivify new branch when <branch> is omitted 10 years ago
Eric Sunshine 0f4af3b9ea worktree: add: make -b/-B default to HEAD when <branch> is omitted 10 years ago
Eric Sunshine cbdf60fa18 worktree: add -b/-B options 10 years ago
Eric Sunshine 39ecb27436 worktree: add --detach option 10 years ago
Eric Sunshine f43254440d worktree: add --force option 10 years ago