aboutsummaryrefslogtreecommitdiff
path: root/builtin-checkout.c
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.6.4' into maint-1.6.5Junio C Hamano2010-01-18
|\
| * Merge branch 'maint-1.6.3' into maint-1.6.4Junio C Hamano2010-01-18
| |\
| | * Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2010-01-18
| | |\
| | | * 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
| * | | | | Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano2009-09-16
| |\ \ \ \ \
* | \ \ \ \ \ 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
| |_|/ / |/| | |
* | | | Merge branch 'jc/maint-do-not-switch-to-non-commit'Junio C Hamano2009-01-03
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | git checkout: do not allow switching to a tree-ish that is not a commitJunio C Hamano2009-01-03
| |/
* | builtin-checkout.c: check error return from read_cache()Junio C Hamano2008-12-07
* | Merge branch 'maint'Junio C Hamano2008-11-27
|\ \ | |/
| * git checkout: don't warn about unborn branch if -f is already passedMatt McCutchen2008-11-27