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
2016-03-10Merge branch 'nd/dwim-wildcards-as-pathspecs' into maintJunio C Hamano
2016-02-11check_filename: tighten dwim-wildcard ambiguityJeff King
2016-02-11checkout: reorder check_filename conditionalJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-02checkout: add --progress optionEdmundo Carmona Antoranz
2015-09-01Merge branch 'hv/submodule-config'Junio C Hamano
2015-08-27Merge branch 'jc/calloc-pathspec'Junio C Hamano
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt
2015-08-13Merge branch 'es/worktree-add-cleanup'Junio C Hamano
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano
2015-07-22refs: new public ref function: safe_create_reflogDavid Turner
2015-07-22refs.c: add err arguments to reflog functionsDavid Turner
2015-07-20checkout: drop intimate knowledge of newly created worktreeEric Sunshine
2015-07-20branch: publish die_if_checked_out()Eric Sunshine
2015-07-20checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine
2015-07-20checkout: check_linked_checkout: simplify symref parsingEric Sunshine
2015-07-20checkout: check_linked_checkout: improve "already checked out" aestheticEric Sunshine
2015-07-20checkout: generalize die_if_checked_out() branch name argumentEric Sunshine
2015-07-20checkout: die_if_checked_out: simplify strbuf managementEric Sunshine
2015-07-20checkout: improve die_if_checked_out() robustnessEric Sunshine
2015-07-20checkout: name check_linked_checkouts() more meaningfullyEric Sunshine
2015-07-20checkout: avoid resolving HEAD unnecessarilyEric Sunshine
2015-07-14Merge branch 'es/worktree-add'Junio C Hamano
2015-07-14Merge branch 'nd/multiple-work-trees'Junio C Hamano
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-06checkout: require worktree unconditionallyEric Sunshine
2015-07-06checkout: retire --to optionEric 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-13checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy
2015-05-25add_pending_uninteresting_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-12Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-04-03checkout: 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