31 Commits (cc4e48fc1eafdb9bec037f10c22708a26fd25ef6)

Author SHA1 Message Date
Daniel Knittl-Frank 3695dc0af1 Improvements to `git checkout -h` 14 years ago
Matthieu Moy 5e65ee35dd Move "show_all_errors = 1" to setup_unpack_trees_porcelain() 15 years ago
Matthieu Moy e294030fe8 setup_unpack_trees_porcelain: take the whole options struct as parameter 15 years ago
Matthieu Moy dc1166e685 Move set_porcelain_error_msgs to unpack-trees.c and rename it 15 years ago
Jens Lehmann 23b4c7bcc5 checkout: Use submodule.*.ignore settings from .git/config and .gitmodules 15 years ago
Johannes Schindelin 175f6e59f6 checkout: respect diff.ignoreSubmodules setting 15 years ago
Ramkumar Ramachandra 09a0ec58ce builtin/checkout: Fix message when switching to an existing branch 15 years ago
Matthieu Moy e6c111b4c0 unpack_trees: group error messages by type 15 years ago
Diane Gasselin 23cbf11b5c merge-recursive: porcelain messages for checkout 15 years ago
Matthieu Moy 08353ebbab Turn unpack_trees_options.msgs into an array + enum 15 years ago
Jonathan Nieder 7610fa57e6 merge-recursive --renormalize 15 years ago
Jonathan Nieder 18b037a5b6 ll-merge: let caller decide whether to renormalize 15 years ago
Jonathan Nieder dcbeac48a7 checkout, commit: remove confusing assignments to rev.abbrev 15 years ago
Tay Ray Chuan 02ac98374e builtin/checkout: learn -B 15 years ago
Tay Ray Chuan 4c6887516c builtin/checkout: reword hint for -b 15 years ago
Thomas Rast 157aaea5ff log_ref_setup: don't return stack-allocated array 15 years ago
Erick Mattos 3631bf77f7 checkout --orphan: respect -l option always 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Erick Mattos 9db5ebf402 git checkout: create unparented branch by --orphan 15 years ago
Jonathan Nieder c4151629e7 checkout -m --conflict=diff3: add a label for ancestor 15 years ago
Jonathan Nieder f0531a2937 checkout --conflict=diff3: add a label for ancestor 15 years ago
Jonathan Nieder f01de62e45 ll_merge(): add ancestor label parameter for diff3-style output 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Michael Lukashov 06b65939b0 refactor duplicated fill_mm() in checkout and merge-recursive 15 years ago
Junio C Hamano 13be3e31f1 Reword "detached HEAD" notification 15 years ago
Junio C Hamano 72a144e213 Fix "checkout A..." synonym for "checkout A...HEAD" on Windows 15 years ago
Junio C Hamano 64da3ae5c1 checkout -m: do not try to fall back to --merge from an unborn branch 15 years ago
Junio C Hamano 6d6f9acc5d checkout -m path: fix recreating conflicts 15 years ago
Junio C Hamano 4421a82357 resolve-undo: "checkout -m path" uses resolve-undo information 15 years ago
Junio C Hamano cfc5789ada resolve-undo: record resolved conflicts in a new index extension section 15 years ago
Junio C Hamano 46148dd7ea git checkout --no-guess 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
Junio C Hamano 619a644d6d "checkout A...B" switches to the merge base between A and B 15 years ago
Junio C Hamano 70c9ac2f19 DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz" 15 years ago
René Scharfe f7aec129fa UI consistency: allow --force for where -f means force 16 years ago
Jeff King cc580af885 checkout: do not imply "-f" on unborn branches 16 years ago
Thomas Rast 4f353658b9 Implement 'git checkout --patch' 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Daniel Cordero 77ebd56dc3 builtin-checkout: Don't tell user that HEAD has moved before it has 16 years ago
Junio C Hamano 49d833dc07 Revert "checkout branch: prime cache-tree fully" 16 years ago
Linus Torvalds 53996fe539 Teach 'git checkout' to preload the index contents 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Junio C Hamano 83ae209bf9 checkout branch: prime cache-tree fully 16 years ago
Junio C Hamano b9d37a5420 Move prime_cache_tree() to cache-tree.c 16 years ago
Jari Aalto 714fddf2fc Change double quotes to single quotes in message 16 years ago
Johannes Schindelin bef3894847 Fix 'git checkout <submodule>' to update the index 16 years ago
Miklos Vajna f198e21849 builtin-checkout: use warning() instead of fprintf(stderr, "warning: ") 16 years ago
Junio C Hamano a2fab531bb strbuf_check_branch_ref(): a helper to check a refname for a branch 16 years ago
Junio C Hamano a552de75eb strbuf_branchname(): a wrapper for branch name shorthands 16 years ago
Junio C Hamano 431b1969fc Rename interpret/substitute nth_last_branch functions 16 years ago