summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
AgeCommit message (Expand)Author
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-04-02checkout: call a single commit "it" intead of "them"Thomas Schneider
2015-01-14standardize usage info string formatAlex Henrie
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-22Merge branch 'nd/ls-tree-pathspec'Junio C Hamano
2014-12-05Merge branch 'jk/checkout-from-tree'Junio C Hamano
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễ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-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-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-13checkout $tree: do not throw away unchanged index entriesJeff King
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-14Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-11Merge branch 'dt/cache-tree-repair'Junio C Hamano
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-07cache-tree: create/update cache-tree on checkoutDavid Turner
2014-06-20use skip_prefix to avoid repeating stringsJeff King
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-06Merge branch 'rs/reflog-exists'Junio C Hamano
2014-06-03Merge branch 'mh/ref-transaction'Junio C Hamano
2014-05-08checkout.c: use ref_exists instead of file_existRonnie Sahlberg
2014-05-08refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-08Merge branch 'jc/rev-parse-argh-dashed-multi-words'Junio C Hamano
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-03-31comments: fix misuses of "nor"Justin Lebar
2014-03-28Merge branch 'bp/commit-p-editor'Junio C Hamano
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano
2013-10-30Merge branch 'mm/checkout-auto-track-fix'Junio C Hamano
2013-10-24checkout: do not die when leaving broken detached HEADJeff King
2013-10-24use parse_commit_or_die instead of segfaultingJeff King
2013-10-18checkout: proper error message on 'git checkout foo bar --'Matthieu Moy
2013-10-18checkout: allow dwim for branch creation for "git checkout $branch --"Matthieu Moy
2013-09-09Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-05add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy