aboutsummaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAge
* checkout: add missing const to describe_detached_headJonathan Nieder2011-02-22
* correct type of EMPTY_TREE_SHA1_BINJonathan Nieder2011-02-14
* Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-24
|\
| * Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-15
| * add OPT__FORCERené Scharfe2010-11-15
| * add description parameter to OPT__QUIETRené Scharfe2010-11-15
* | Change "tracking branch" to "remote-tracking branch"Matthieu Moy2010-11-03
* | Replace "remote tracking" with "remote-tracking"Matthieu Moy2010-11-03
|/
* Merge branch 'jf/merge-ignore-ws'Junio C Hamano2010-10-26
|\
| * ll-merge: replace flag argument with options structJonathan Nieder2010-08-26
* | Improvements to `git checkout -h`Daniel Knittl-Frank2010-09-27
* | Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-09-04
|\ \
| * | checkout: Use submodule.*.ignore settings from .git/config and .gitmodulesJens Lehmann2010-08-30
| * | checkout: respect diff.ignoreSubmodules settingJohannes Schindelin2010-08-25
* | | Merge branch 'dg/local-mod-error-messages'Junio C Hamano2010-09-03
|\ \ \
| * | | Move "show_all_errors = 1" to setup_unpack_trees_porcelain()Matthieu Moy2010-09-03
| * | | setup_unpack_trees_porcelain: take the whole options struct as parameterMatthieu Moy2010-09-03
| * | | Move set_porcelain_error_msgs to unpack-trees.c and rename itMatthieu Moy2010-09-03
* | | | Merge branch 'jn/merge-renormalize'Junio C Hamano2010-09-03
|\ \ \ \ | | |_|/ | |/| |
| * | | merge-recursive --renormalizeJonathan Nieder2010-08-06
| * | | ll-merge: let caller decide whether to renormalizeJonathan Nieder2010-08-06
| | |/ | |/|
* | | Merge branch 'dg/local-mod-error-messages'Junio C Hamano2010-08-21
|\ \ \ | | |/ | |/|
| * | unpack_trees: group error messages by typeMatthieu Moy2010-08-11
| * | merge-recursive: porcelain messages for checkoutDiane Gasselin2010-08-11
| * | Turn unpack_trees_options.msgs into an array + enumMatthieu Moy2010-08-11
| |/
* | builtin/checkout: Fix message when switching to an existing branchRamkumar Ramachandra2010-08-20
* | Merge branch 'jn/fix-abbrev'Junio C Hamano2010-08-18
|\ \
| * | checkout, commit: remove confusing assignments to rev.abbrevJonathan Nieder2010-07-27
| |/
* | builtin/checkout: learn -BTay Ray Chuan2010-06-25
* | builtin/checkout: reword hint for -bTay Ray Chuan2010-06-25
|/
* Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\
| * Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-31
* | log_ref_setup: don't return stack-allocated arrayThomas Rast2010-06-12
* | checkout --orphan: respect -l option alwaysErick Mattos2010-06-03
* | Merge branch 'em/checkout-orphan'Junio C Hamano2010-05-21
|\ \ | |/ |/|
| * git checkout: create unparented branch by --orphanErick Mattos2010-03-21
* | checkout -m --conflict=diff3: add a label for ancestorJonathan Nieder2010-03-20
* | checkout --conflict=diff3: add a label for ancestorJonathan Nieder2010-03-20
* | ll_merge(): add ancestor label parameter for diff3-style outputJonathan Nieder2010-03-20
|/
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-10
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22