summaryrefslogtreecommitdiffstats
path: root/builtin/checkout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cache-tree: clean up cache_tree_update()Derrick Stolee2021-01-241-3/+0
* Merge branch 'dl/checkout-p-merge-base'Junio C Hamano2020-12-231-2/+4
|\
| * checkout -p: handle tree arguments correctly againJohannes Schindelin2020-12-211-2/+4
* | Merge branch 'rs/clear-commit-marks-in-repo'Junio C Hamano2020-11-111-1/+1
|\ \
| * | object: allow clear_commit_marks_all to handle any repoRené Scharfe2020-10-311-1/+1
* | | Merge branch 'dl/checkout-guess'Junio C Hamano2020-10-271-1/+6
|\ \ \
| * | | checkout: learn to respect checkout.guessDenton Liu2020-10-081-1/+6
| |/ /
* | | Merge branch 'dl/checkout-p-merge-base'Junio C Hamano2020-10-271-1/+14
|\ \ \ | |/ / |/| / | |/
| * builtin/checkout: fix `git checkout -p HEAD...` bugDenton Liu2020-10-071-1/+14
* | Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-2/+2
|\ \
| * | wt-status: tolerate dangling marksJonathan Tan2020-09-021-2/+2
| |/
* | Merge branch 'rs/checkout-no-overlay-pathspec-fix'Junio C Hamano2020-09-011-0/+2
|\ \
| * | checkout, restore: make pathspec recursiveRené Scharfe2020-08-221-0/+2
* | | Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-1/+3
|\ \ \
| * | | checkout: fix leak of non-existent branch namesJeff King2020-08-141-1/+3
| | |/ | |/|
* | | checkout: support renormalization with checkout -m <paths>Elijah Newren2020-08-031-5/+6
* | | merge: make merge.renormalize work for all uses of merge machineryElijah Newren2020-08-031-7/+0
|/ /
* | Merge branch 'bc/filter-process'Junio C Hamano2020-06-091-3/+1
|\ \
| * | builtin/checkout: simplify metadata initializationbrian m. carlson2020-05-211-3/+1
* | | checkout: improve error messages for -b with extra argumentRené Scharfe2020-05-251-1/+1
* | | Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano2020-05-081-3/+3
|\ \ \
| * | | restore: default to HEAD when combining --staged and --worktreeEric Sunshine2020-05-051-3/+3
* | | | Merge branch 'dl/switch-c-option-in-error-message'Junio C Hamano2020-05-081-4/+10
|\ \ \ \
| * | | | switch: fix errors and comments related to -c and -CDenton Liu2020-04-301-4/+10
* | | | | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
| |_|/ / |/| | |
* | | | builtin/checkout: compute checkout metadata for checkoutsbrian m. carlson2020-03-161-4/+14
* | | | convert: provide additional metadata to filtersbrian m. carlson2020-03-161-0/+13
* | | | builtin/checkout: pass branch info down to checkout_worktreebrian m. carlson2020-03-121-16/+17
| |/ / |/| |
* | | Merge branch 'rs/strbuf-insertstr'Junio C Hamano2020-02-171-1/+1
|\ \ \
| * | | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-1/+1
| | |/ | |/|
* | | Merge branch 'am/checkout-file-and-ref-ref-ambiguity'Junio C Hamano2020-02-051-32/+39
|\ \ \
| * | | checkout: don't revert file on ambiguous tracking branchesAlexandr Miloslavskiy2020-01-071-31/+25
| * | | parse_branchname_arg(): extract part as new functionAlexandr Miloslavskiy2020-01-071-6/+19
| | |/ | |/|
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2020-01-231-0/+2
|\ \ \ | |_|/ |/| |
| * | restore: invalidate cache-tree when removing entries with --stagedJeff King2020-01-081-0/+2
* | | checkout, restore: support the --pathspec-from-file optionAlexandr Miloslavskiy2019-12-041-4/+27
| |/ |/|
* | Merge branch 'en/merge-recursive-cleanup'Junio C Hamano2019-10-151-4/+10
|\ \
| * | cache-tree: share code between functions writing an index as a treeElijah Newren2019-08-191-1/+1
| * | merge-recursive: remove useless parameter in merge_trees()Elijah Newren2019-08-191-3/+1
| * | checkout: provide better conflict hunk description with detached HEADElijah Newren2019-08-161-0/+8
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-09-301-0/+9
|\ \ \ | | |/ | |/|
| * | checkout: add simple check for 'git checkout -b'Derrick Stolee2019-08-301-0/+9
* | | Merge branch 'en/checkout-mismerge-fix'Junio C Hamano2019-09-091-7/+0
|\ \ \
| * | | checkout: remove duplicate codeElijah Newren2019-08-161-7/+0
* | | | Merge branch 'vn/restore-empty-ita-corner-case-fix'Junio C Hamano2019-08-221-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | checkout.c: unstage empty deleted ita filesVarun Naik2019-08-021-0/+1
* | | | l10n: reformat some localized strings for v2.23.0Jean-Noël Avila2019-08-061-1/+1
|/ / /
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-101-320/+584
|\ \ \ | |/ / |/| / | |/
| * switch: allow to switch in the middle of bisectNguyễn Thái Ngọc Duy2019-06-201-3/+1
| * restore: support --patchNguyễn Thái Ngọc Duy2019-05-071-2/+4