git
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...
2014-11-26  Junio C HamanoGit 2.2 v2.2.0
2014-11-26  Marc BranchaudRelNotes: spelling & grammar tweaks
2014-11-21  Junio C HamanoGit 2.2.0-rc3 v2.2.0-rc3
2014-11-20  Jiang Xinl10n: remove a superfluous translation for push.c
2014-11-20  Ralf Thielowl10n: de.po: translate 2 messages
2014-11-20  Ralf Thielowl10n: de.po: translate 2 new messages
2014-11-20  Jiang Xinl10n: batch updates for one trivial change
2014-11-20  Jiang Xinl10n: git.pot: v2.2.0 round 2 (1 updated)
2014-11-19  Junio C HamanoMerge branch 'sv/submitting-final-patch'
2014-11-19  Junio C HamanoMerge branch 'sn/tutorial-status-output-example'
2014-11-19  Junio C HamanoMerge branch 'mh/doc-remote-helper-xref'
2014-11-19  Junio C HamanoMerge branch 'tb/no-relative-file-url'
2014-11-19  Junio C HamanoMerge branch 'cc/interpret-trailers'
2014-11-18  Junio C HamanoMerge git://github.com/git-l10n/git-po
2014-11-18  Junio C HamanoMerge branch 'jc/doc-commit-only'
2014-11-18  Junio C HamanoMerge branch 'ta/tutorial-modernize'
2014-11-18  Junio C HamanoMerge branch 'da/difftool'
2014-11-18  Alex Henriel10n: Update Catalan translation
2014-11-17  Junio C HamanoMerge branch 'master' of git://github.com/git-l10n...
2014-11-15  Ralf Thielowl10n: de.po: translate 62 new messages
2014-11-15  Stefan Bellerl10n: de.po: Fixup one translation
2014-11-14  David Aguilardifftool: honor --trust-exit-code for builtin tools
2014-11-14  Junio C HamanoGit 2.2.0-rc2 v2.2.0-rc2
2014-11-14  Ralf Thielowl10n: de.po: use imperative form for command options
2014-11-13  Stefan Naewegittutorial: fix output of 'git status'
2014-11-13  Torsten Bögershausent5705: the file:// URL should be absolute
2014-11-13  Slavomir VlcekSubmittingPatches: final submission is To: maintainer...
2014-11-12  Junio C HamanoUpdate draft release notes to 2.2
2014-11-12  Junio C HamanoSync with 'maint'
2014-11-12  Junio C HamanoMerge branch 'nd/gitignore-trailing-whitespace' into...
2014-11-12  Junio C HamanoMerge branch 'jk/fetch-reflog-df-conflict'
2014-11-11  Max Horndoc: add some crossrefs between manual pages
2014-11-11  Thomas Ackermanngittutorial.txt: remove reference to ancient Git version
next