git
2015-08-05  Patrick SteinhardtDocumentation/git-worktree: fix duplicated 'from'
2015-07-28  Eric SunshineDocumentation/config: mention "now" and "never" for...
2015-07-24  Eric SunshineDocumentation/git-worktree: fix broken 'linkgit' invocation
2015-07-20  Eric Sunshinecheckout: drop intimate knowledge of newly created...
2015-07-20  Eric Sunshineworktree: populate via "git reset --hard" rather than...
2015-07-20  Eric Sunshineworktree: avoid resolving HEAD unnecessarily
2015-07-20  Eric Sunshineworktree: make setup of new HEAD distinct from worktree...
2015-07-20  Eric Sunshineworktree: detect branch-name/detached and error conditi...
2015-07-20  Eric Sunshineworktree: add_worktree: construct worktree-population...
2015-07-20  Eric Sunshineworktree: elucidate environment variables intended...
2015-07-20  Eric Sunshineworktree: make branch creation distinct from worktree...
2015-07-20  Eric Sunshineworktree: add: suppress auto-vivication with --detach...
2015-07-20  Eric Sunshineworktree: make --detach mutually exclusive with -b/-B
2015-07-20  Eric Sunshineworktree: introduce options container
2015-07-20  Eric Sunshineworktree: simplify new branch (-b/-B) option checking
2015-07-20  Eric Sunshineworktree: improve worktree setup message
2015-07-20  Eric Sunshinebranch: publish die_if_checked_out()
2015-07-20  Eric Sunshinecheckout: teach check_linked_checkout() about symbolic...
2015-07-20  Eric Sunshinecheckout: check_linked_checkout: simplify symref parsing
2015-07-20  Eric Sunshinecheckout: check_linked_checkout: improve "already check...
2015-07-20  Eric Sunshinecheckout: generalize die_if_checked_out() branch name...
2015-07-20  Eric Sunshinecheckout: die_if_checked_out: simplify strbuf management
2015-07-20  Eric Sunshinecheckout: improve die_if_checked_out() robustness
2015-07-20  Eric Sunshinecheckout: name check_linked_checkouts() more meaningfully
2015-07-20  Eric Sunshinecheckout: avoid resolving HEAD unnecessarily
2015-07-20  Eric Sunshineconfig: rename "gc.pruneWorktreesExpire" to "gc.worktre...
2015-07-20  Michael HaggertyDocumentation/git-worktree: wordsmith worktree-related...
2015-07-20  Michael HaggertyDocumentation/config: fix stale "git prune --worktree...
2015-07-20  Michael HaggertyDocumentation/git-worktree: fix incorrect reference...
2015-07-20  Michael HaggertyDocumentation/git-worktree: consistently use term ...
2015-07-17  Eric SunshineDocumentation/git: fix stale "MULTIPLE CHECKOUT MODE...
2015-07-16  Junio C Hamanoworktree: caution that this is still experimental
2015-07-16  Eric SunshineDocumentation/git-worktree: fix stale "git checkout...
2015-07-12  Junio C HamanoRevert "checkout: retire --ignore-other-worktrees in...
2015-07-07  Eric Sunshinecheckout: retire --ignore-other-worktrees in favor...
2015-07-07  Eric Sunshineworktree: add: auto-vivify new branch when <branch...
2015-07-06  Eric Sunshineworktree: add: make -b/-B default to HEAD when <branch...
2015-07-06  Eric Sunshineworktree: extract basename computation to new function
2015-07-06  Eric Sunshinecheckout: require worktree unconditionally
2015-07-06  Eric Sunshinecheckout: retire --to option
2015-07-06  Eric Sunshinetests: worktree: retrofit "checkout --to" tests for...
2015-07-06  Eric Sunshineworktree: add -b/-B options
2015-07-06  Eric Sunshineworktree: add --detach option
2015-07-06  Eric Sunshineworktree: add --force option
2015-07-06  Eric Sunshineworktree: introduce "add" command
2015-07-06  Eric Sunshinecheckout: drop 'checkout_opts' dependency from prepare_...
2015-07-06  Eric Sunshinecheckout: make --to unconditionally verbose
2015-07-06  Eric Sunshinecheckout: prepare_linked_checkout: drop now-unused...
2015-07-06  Eric Sunshinecheckout: relocate --to's "no branch specified" check
2015-07-06  Eric Sunshinecheckout: fix bug with --to and relative HEAD
2015-07-06  Eric SunshineDocumentation/git-worktree: add EXAMPLES section
2015-07-06  Eric SunshineDocumentation/git-worktree: add high-level 'lock' overview
2015-07-06  Eric SunshineDocumentation/git-worktree: split technical info from...
2015-07-06  Eric SunshineDocumentation/git-worktree: add BUGS section
2015-07-06  Eric SunshineDocumentation: move linked worktree description from...
2015-07-06  Eric SunshineDocumentation/git-worktree: associate options with...
2015-07-06  Eric SunshineDocumentation/git-checkout: fix incorrect worktree...
2015-06-29  Nguyễn Thái... worktree: new place for "git prune --worktrees"
2015-06-12  Nguyễn Thái... checkout: don't check worktrees when not necessary
2015-03-31  Max Kirillovprune --worktrees: fix expire vs worktree existence...
2015-03-24  Thomas Gummerert1501: fix test with split index
2015-03-20  Junio C Hamanot2026: fix broken &&-chain
2015-01-27  Torsten Bögershausent2026 needs procondition SANITY
2015-01-07  Nguyễn Thái... git-checkout.txt: a note about multiple checkout suppor...
2015-01-07  Nguyễn Thái... checkout: add --ignore-other-wortrees
2015-01-07  Nguyễn Thái... checkout: pass whole struct to parse_branchname_arg...
2014-12-01  Max Kirillovgit-common-dir: make "modules/" per-working-directory...
2014-12-01  Max Kirillovcheckout: do not fail if target is an empty directory
2014-12-01  Nguyễn Thái... t2025: add a test to make sure grafts is working from...
2014-12-01  Dennis Kaarsemakercheckout: don't require a work tree when checking out...
2014-12-01  Nguyễn Thái... git_path(): keep "info/sparse-checkout" per work-tree
2014-12-01  Nguyễn Thái... count-objects: report unused files in $GIT_DIR/worktree...
2014-12-01  Nguyễn Thái... gc: support prune --worktrees
2014-12-01  Nguyễn Thái... gc: factor out gc.pruneexpire parsing code
2014-12-01  Nguyễn Thái... gc: style change -- no SP before closing parenthesis
2014-12-01  Nguyễn Thái... checkout: clean up half-prepared directories in --to...
2014-12-01  Nguyễn Thái... checkout: reject if the branch is already checked out...
2014-12-01  Nguyễn Thái... prune: strategies for linked checkouts
2014-12-01  Nguyễn Thái... checkout: support checking out into a new working directory
2014-12-01  Nguyễn Thái... use new wrapper write_file() for simple file writing
2014-12-01  Nguyễn Thái... wrapper.c: wrapper to open a file, fprintf then close
2014-12-01  Nguyễn Thái... setup.c: support multi-checkout repo setup
2014-12-01  Nguyễn Thái... setup.c: detect $GIT_COMMON_DIR check_repository_format...
2014-12-01  Nguyễn Thái... setup.c: convert check_repository_format_gently to...
2014-12-01  Nguyễn Thái... setup.c: detect $GIT_COMMON_DIR in is_git_directory()
2014-12-01  Nguyễn Thái... setup.c: convert is_git_directory() to use strbuf
2014-12-01  Nguyễn Thái... git-stash: avoid hardcoding $GIT_DIR/logs/....
2014-12-01  Nguyễn Thái... *.sh: avoid hardcoding $GIT_DIR/hooks/...
2014-12-01  Nguyễn Thái... git-sh-setup.sh: use rev-parse --git-path to get $GIT_D...
2014-12-01  Nguyễn Thái... $GIT_COMMON_DIR: a new environment variable
2014-12-01  Nguyễn Thái... commit: use SEQ_DIR instead of hardcoding "sequencer"
2014-12-01  Nguyễn Thái... fast-import: use git_path() for accessing .git dir...
2014-12-01  Nguyễn Thái... reflog: avoid constructing .lock path with git_path
2014-12-01  Nguyễn Thái... *.sh: respect $GIT_INDEX_FILE
2014-12-01  Nguyễn Thái... git_path(): be aware of file relocation in $GIT_DIR
2014-12-01  Nguyễn Thái... path.c: group git_path(), git_pathdup() and strbuf_git_...
2014-12-01  Nguyễn Thái... path.c: rename vsnpath() to do_git_path()
2014-12-01  Nguyễn Thái... git_snpath(): retire and replace with strbuf_git_path()
2014-12-01  Nguyễn Thái... path.c: make get_pathname() call sites return const...
2014-12-01  Nguyễn Thái... path.c: make get_pathname() return strbuf instead of...
next