aboutsummaryrefslogtreecommitdiff
path: root/builtin-checkout.c
Commit message (Expand)AuthorAge
* 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
* | Merge branch 'maint'Junio C Hamano2008-11-12
|\ \ | |/
| * checkout: Fix "initial checkout" detectionJunio C Hamano2008-11-12
* | Merge branch 'maint'Junio C Hamano2008-11-09
|\ \ | |/
| * checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2008-11-09
| * Merge branch 'db/maint-checkout-b' into maintJunio C Hamano2008-10-18
| |\
* | | Fix mismerge at cdb22c4 in builtin-checkout.cJunio C Hamano2008-10-19
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* | | do not segfault if make_cache_entry failedDmitry Potapov2008-10-06
* | | Merge branch 'jc/better-conflict-resolution'Shawn O. Pearce2008-09-29
|\ \ \
| * | | checkout --conflict=<style>: recreate merge in a non-default styleJunio C Hamano2008-08-31
| * | | checkout -m: recreate merge when checking out of unmerged indexJunio C Hamano2008-08-30
| * | | checkout --ours/--theirs: allow checking out one side of a conflicting mergeJunio C Hamano2008-08-30
| * | | checkout -f: allow ignoring unmerged paths when checking out of the indexJunio C Hamano2008-08-30
* | | | Merge branch 'mv/merge-recursive'Shawn O. Pearce2008-09-25
|\ \ \ \
| * | | | merge-recursive: introduce merge_optionsMiklos Vajna2008-08-30
* | | | | Merge branch 'maint'Shawn O. Pearce2008-09-25
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | checkout: Do not show local changes when in quiet modeJonas Fonseca2008-09-25
* | | | | Merge branch 'db/maint-checkout-b'Junio C Hamano2008-09-21
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Check early that a new branch is new and validDaniel Barkalow2008-09-21
| |/ / /
| * | | Merge branch 'jc/maint-checkout-keep-remove' into maintJunio C Hamano2008-09-18
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-checkout-fix' into maintJunio C Hamano2008-09-10
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge branch 'jc/maint-checkout-keep-remove'Junio C Hamano2008-09-16
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | checkout: do not lose staged removalJunio C Hamano2008-09-09
| |/ / /
* | | | Merge branch 'jc/maint-checkout-fix'Junio C Hamano2008-09-07
|\ \ \ \ | | |/ / | |/| |
| * | | checkout: do not check out unmerged higher stages randomlyJunio C Hamano2008-08-30
* | | | Merge branch 'maint'Junio C Hamano2008-09-03
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | checkout: fix message when leaving detached HEADJeff King2008-09-03
| |/
* | Extend "checkout --track" DWIM to support more casesAlex Riesen2008-08-22
* | checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin2008-08-11
|/
* git-checkout: improve error messages, detect ambiguities.Pierre Habouzit2008-07-24
* Merge branch 'maint' into ph/checkoutJunio C Hamano2008-07-23
|\
| * git-checkout: fix command line parsing.Pierre Habouzit2008-07-23
* | add context pointer to read_tree_recursive()René Scharfe2008-07-15
* | Refactor "tracking statistics" code used by "git checkout"Junio C Hamano2008-07-02
|/
* checkout: "best effort" checkoutJunio C Hamano2008-05-29