Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano
2015-07-08checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine
2015-07-08worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine
2015-07-06worktree: extract basename computation to new functionEric Sunshine
2015-07-06checkout: require worktree unconditionallyEric Sunshine
2015-07-06checkout: retire --to optionEric Sunshine
2015-07-06worktree: add -b/-B optionsEric Sunshine
2015-07-06worktree: add --detach optionEric Sunshine
2015-07-06worktree: add --force optionEric Sunshine
2015-07-06worktree: introduce "add" commandEric Sunshine
2015-07-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine
2015-07-06checkout: make --to unconditionally verboseEric Sunshine
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine
2015-07-06checkout: relocate --to's "no branch specified" checkEric Sunshine
2015-07-06checkout: fix bug with --to and relative HEADEric Sunshine
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy
2015-06-13checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy
2015-03-31prune --worktrees: fix expire vs worktree existence conditionMax Kirillov
2015-01-07checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy
2015-01-07checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy
2014-12-01checkout: do not fail if target is an empty directoryMax Kirillov
2014-12-01checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy
2014-12-01gc: support prune --worktreesNguyễn Thái Ngọc Duy
2014-12-01gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy
2014-12-01gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy
2014-12-01checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy
2014-12-01checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy
2014-12-01checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy
2014-12-01use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy
2014-12-01reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04fetch: load all default config at startupJeff King
2014-10-31Merge branch 'jc/push-cert'Junio C Hamano
2014-10-29Merge branch 'jk/prune-mtime'Junio C Hamano
2014-10-29receive-pack: avoid minor leak in case start_async() failsRené Scharfe
2014-10-25Merge branch 'jc/push-cert'Junio C Hamano
2014-10-25Merge branch 'eb/no-pthreads'Junio C Hamano
2014-10-25Merge branch 'rs/run-command-env-array'Junio C Hamano
2014-10-25Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano
2014-10-24push: heed user.signingkey for signed pushesMichael J Gruber
2014-10-22Merge branch 'rs/ref-transaction'Junio C Hamano
2014-10-20Merge branch 'cc/interpret-trailers'Junio C Hamano