summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Libravatar Junio C Hamano2-4/+6
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceLibravatar Eric Sunshine2-6/+4
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedLibravatar Eric Sunshine1-2/+6
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedLibravatar Eric Sunshine1-2/+4
2015-07-06worktree: extract basename computation to new functionLibravatar Eric Sunshine1-9/+20
2015-07-06checkout: require worktree unconditionallyLibravatar Eric Sunshine1-2/+0
2015-07-06checkout: retire --to optionLibravatar Eric Sunshine2-166/+139
2015-07-06worktree: add -b/-B optionsLibravatar Eric Sunshine1-0/+11
2015-07-06worktree: add --detach optionLibravatar Eric Sunshine1-1/+4
2015-07-06worktree: add --force optionLibravatar Eric Sunshine1-1/+5
2015-07-06worktree: introduce "add" commandLibravatar Eric Sunshine1-0/+31
2015-07-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutLibravatar Eric Sunshine1-4/+5
2015-07-06checkout: make --to unconditionally verboseLibravatar Eric Sunshine1-2/+1
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentLibravatar Eric Sunshine1-3/+2
2015-07-06checkout: relocate --to's "no branch specified" checkLibravatar Eric Sunshine1-3/+4
2015-07-06checkout: fix bug with --to and relative HEADLibravatar Eric Sunshine1-4/+12
2015-06-29worktree: new place for "git prune --worktrees"Libravatar Nguyễn Thái Ngọc Duy3-100/+134
2015-06-12checkout: don't check worktrees when not necessaryLibravatar Nguyễn Thái Ngọc Duy1-12/+11
2015-03-31prune --worktrees: fix expire vs worktree existence conditionLibravatar Max Kirillov1-3/+7
2015-01-07checkout: add --ignore-other-wortreesLibravatar Nguyễn Thái Ngọc Duy1-1/+5
2015-01-07checkout: pass whole struct to parse_branchname_arg instead of individual flagsLibravatar Nguyễn Thái Ngọc Duy1-7/+6
2014-12-01checkout: do not fail if target is an empty directoryLibravatar Max Kirillov1-1/+1
2014-12-01checkout: don't require a work tree when checking out into a new oneLibravatar Dennis Kaarsemaker1-0/+3
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Libravatar Nguyễn Thái Ngọc Duy1-1/+3
2014-12-01gc: support prune --worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+10
2014-12-01gc: factor out gc.pruneexpire parsing codeLibravatar Nguyễn Thái Ngọc Duy1-10/+12
2014-12-01gc: style change -- no SP before closing parenthesisLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01checkout: clean up half-prepared directories in --to modeLibravatar Nguyễn Thái Ngọc Duy1-0/+48
2014-12-01checkout: reject if the branch is already checked out elsewhereLibravatar Nguyễn Thái Ngọc Duy1-2/+84
2014-12-01prune: strategies for linked checkoutsLibravatar Nguyễn Thái Ngọc Duy2-2/+112
2014-12-01checkout: support checking out into a new working directoryLibravatar Nguyễn Thái Ngọc Duy1-2/+93
2014-12-01use new wrapper write_file() for simple file writingLibravatar Nguyễn Thái Ngọc Duy2-9/+2
2014-12-01setup.c: support multi-checkout repo setupLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01reflog: avoid constructing .lock path with git_pathLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01git_path(): be aware of file relocation in $GIT_DIRLibravatar Nguyễn Thái Ngọc Duy1-0/+7
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Libravatar Nguyễn Thái Ngọc Duy1-5/+8
2014-12-01path.c: make get_pathname() call sites return const char *Libravatar Nguyễn Thái Ngọc Duy7-14/+18
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Libravatar Junio C Hamano1-1/+1
2014-11-04fetch: load all default config at startupLibravatar Jeff King1-1/+1
2014-10-31Merge branch 'jc/push-cert'Libravatar Junio C Hamano1-2/+2
2014-10-29Merge branch 'jk/prune-mtime'Libravatar Junio C Hamano7-199/+157
2014-10-28receive-pack: avoid minor leak in case start_async() failsLibravatar René Scharfe1-2/+2
2014-10-24Merge branch 'jc/push-cert'Libravatar Junio C Hamano1-1/+12
2014-10-24Merge branch 'eb/no-pthreads'Libravatar Junio C Hamano3-7/+7
2014-10-24Merge branch 'rs/run-command-env-array'Libravatar Junio C Hamano1-9/+14
2014-10-24Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Libravatar Junio C Hamano1-0/+1
2014-10-24push: heed user.signingkey for signed pushesLibravatar Michael J Gruber1-1/+12
2014-10-21Merge branch 'rs/ref-transaction'Libravatar Junio C Hamano19-57/+97
2014-10-20Merge branch 'cc/interpret-trailers'Libravatar Junio C Hamano1-0/+44