aboutsummaryrefslogtreecommitdiff
path: root/builtin-checkout.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge'Junio C Hamano2010-01-17
|\
| * checkout -m path: fix recreating conflictsJunio C Hamano2010-01-06
* | Merge branch 'jc/checkout-merge-base'Junio C Hamano2010-01-13
|\ \
| * | "checkout A...B" switches to the merge base between A and BJunio C Hamano2009-10-18
* | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2010-01-10
|\ \ \
| * \ \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2010-01-10
| |\ \ \
| | * \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2010-01-10
| | |\ \ \
| | | * | | checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano2010-01-06
* | | | | | fixup tr/stash-format mergeJunio C Hamano2009-10-30
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-19
* | | | | | git checkout --no-guessJunio C Hamano2009-10-21
* | | | | | DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz"Junio C Hamano2009-10-18
|/ / / / /
* | | | | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-07
|\ \ \ \ \
| * | | | | Implement 'git checkout --patch'Thomas Rast2009-08-15
* | | | | | UI consistency: allow --force for where -f means forceRené Scharfe2009-08-29
* | | | | | Merge branch 'jk/maint-1.6.3-checkout-unborn'Junio C Hamano2009-08-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | checkout: do not imply "-f" on unborn branchesJeff King2009-08-25
| * | | | | Merge branch 'lt/maint-diff-reduce-lstat' into maintJunio C Hamano2009-05-25
| |\ \ \ \ \
* | | | | | | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* | | | | | | Merge branch 'lt/maint-diff-reduce-lstat'Junio C Hamano2009-05-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Teach 'git checkout' to preload the index contentsLinus Torvalds2009-05-09
| | |/ / / | |/| | |
* | | | | builtin-checkout: Don't tell user that HEAD has moved before it hasDaniel Cordero2009-05-16
* | | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-05-12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Revert "checkout branch: prime cache-tree fully"Junio C Hamano2009-05-12
* | | | | Merge branch 'jc/maint-read-tree-multi'Junio C Hamano2009-04-22
|\ \ \ \ \ | |/ / / /
| * | | | checkout branch: prime cache-tree fullyJunio C Hamano2009-04-20
| * | | | Move prime_cache_tree() to cache-tree.cJunio C Hamano2009-04-20
| * | | | Merge branch 'js/maint-submodule-checkout' into maintJunio C Hamano2009-04-18
| |\ \ \ \
* | | | | | Fix typos / spelling in commentsMike Ralphson2009-04-22
* | | | | | Merge branch 'maint'Junio C Hamano2009-04-07
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Change double quotes to single quotes in messageJari Aalto2009-04-07
* | | | | | Merge branch 'js/maint-submodule-checkout'Junio C Hamano2009-04-07
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix 'git checkout <submodule>' to update the indexJohannes Schindelin2009-04-02
| |/ / / /
* | | | | Merge branch 'jc/name-branch'Junio C Hamano2009-04-06
|\ \ \ \ \
| * | | | | strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-22
| * | | | | strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-22
| * | | | | Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-22
* | | | | | builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-23
|/ / / / /
* | | | | Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-20
|\ \ \ \ \
| * | | | | Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-18
| |/ / / /
* | | | | Fix neglect of diff_setup()/diff_setup_done() symmetry.Keith Cascio2009-03-04
|/ / / /
* | | | Merge branch 'tr/previous-branch'Junio C Hamano2009-01-28
|\ \ \ \
| * | | | checkout: implement "-" abbreviation, add docs and testsThomas Rast2009-01-17
| * | | | sha1_name: tweak @{-N} lookupThomas Rast2009-01-17
| * | | | checkout: implement "@{-N}" shortcut name for N-th last branchJunio C Hamano2009-01-17
* | | | | Merge branch 'cb/add-pathspec'Junio C Hamano2009-01-25
|\ \ \ \ \
| * | | | | remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-14
| | |/ / / | |/| | |
| * | | | Merge branch 'jc/maint-do-not-switch-to-non-commit' into maintJunio C Hamano2009-01-11
| |\ \ \ \
* | | | | | Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer2009-01-17
* | | | | | checkout: don't crash on file checkout before running post-checkout hookStephan Beyer2009-01-17
| |_|/ / / |/| | | |