aboutsummaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/create-branch-remove-unused-param' into maintJunio C Hamano2016-11-29
|\
| * create_branch: drop unused "head" parameterJeff King2016-11-09
| * Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano2016-09-08
| |\
* | \ Merge branch 'tg/add-chmod+x-fix' into maintJunio C Hamano2016-09-29
|\ \ \
| * | | add: modify already added files when --chmod is givenThomas Gummerer2016-09-15
* | | | Merge branch 'nd/checkout-disambiguation' into maintJunio C Hamano2016-09-29
|\ \ \ \
| * | | | checkout: fix ambiguity check in subdirNguyễn Thái Ngọc Duy2016-09-21
| * | | | checkout: add some spaces between code and commentNguyễn Thái Ngọc Duy2016-09-08
* | | | | Merge branch 'rs/checkout-some-states-are-const' into maintJunio C Hamano2016-09-29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | checkout: constify parameters of checkout_stage() and checkout_merged()René Scharfe2016-09-13
* | | | | Merge branch 'sb/checkout-explit-detach-no-advice'Junio C Hamano2016-08-19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | checkout: do not mention detach advice for explicit --detach optionStefan Beller2016-08-15
| | |/ / | |/| |
* | | | Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano2016-08-12
|\ \ \ \ | | |_|/ | |/| |
| * | | use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe2016-08-06
| |/ /
* | | merge_trees(): ensure that the callers release output bufferJohannes Schindelin2016-08-01
* | | prepare the builtins for a libified merge_recursive()Johannes Schindelin2016-07-26
* | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-13
|\ \ \ | |/ / |/| |
| * | i18n: standardise messagesVasco Almeida2016-06-17
* | | add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-07
|/ /
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \
| * | worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy2016-04-22
| |/
* | checkout_paths(): remove unneeded flag variableMichael Haggerty2016-04-10
|/
* builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-29
* Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2016-02-24
|\
| * check_filename: tighten dwim-wildcard ambiguityJeff King2016-02-10
| * checkout: reorder check_filename conditionalJeff King2016-02-10
* | checkout,clone: check return value of create_symrefJeff King2016-01-12
* | Remove get_object_hash.brian m. carlson2015-11-20
* | Convert struct object to object_idbrian m. carlson2015-11-20
* | Add several uses of get_object_hash.brian m. carlson2015-11-20
* | checkout: add --progress optionEdmundo Carmona Antoranz2015-11-01
* | Merge branch 'hv/submodule-config'Junio C Hamano2015-08-31
|\ \
| * | submodule: use new config API for worktree configurationsHeiko Voigt2015-08-19
* | | Merge branch 'jc/calloc-pathspec'Junio C Hamano2015-08-26
|\ \ \
| * | | ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2015-08-20
| | |/ | |/|
* | | Merge branch 'es/worktree-add-cleanup'Junio C Hamano2015-08-12
|\ \ \
| * | | checkout: drop intimate knowledge of newly created worktreeEric Sunshine2015-07-20
| * | | branch: publish die_if_checked_out()Eric Sunshine2015-07-20
| * | | checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine2015-07-20
| * | | checkout: check_linked_checkout: simplify symref parsingEric Sunshine2015-07-20
| * | | checkout: check_linked_checkout: improve "already checked out" aestheticEric Sunshine2015-07-20
| * | | checkout: generalize die_if_checked_out() branch name argumentEric Sunshine2015-07-20
| * | | checkout: die_if_checked_out: simplify strbuf managementEric Sunshine2015-07-20
| * | | checkout: improve die_if_checked_out() robustnessEric Sunshine2015-07-20
| * | | checkout: name check_linked_checkouts() more meaningfullyEric Sunshine2015-07-20
| * | | checkout: avoid resolving HEAD unnecessarilyEric Sunshine2015-07-20
* | | | Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-03
|\ \ \ \
| * | | | refs: new public ref function: safe_create_reflogDavid Turner2015-07-21
| * | | | refs.c: add err arguments to reflog functionsDavid Turner2015-07-21
* | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-07-13
|\ \ \ \ \ | | |/ / / | |/| | |