Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | i18n: use test_i18ngrep in t7201 | Junio C Hamano | 1 | -7/+7 |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -5/+5 |
2011-03-09 | i18n: git-checkout "HEAD is now at" message | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
2011-02-16 | branch/checkout --track: Ensure that upstream branch is indeed a branch | Johan Herland | 1 | -7/+9 |
2010-03-20 | checkout -m --conflict=diff3: add a label for ancestor | Jonathan Nieder | 1 | -1/+1 |
2010-03-20 | checkout --conflict=diff3: add a label for ancestor | Jonathan Nieder | 1 | -2/+2 |
2010-03-20 | tests: document format of conflicts from checkout -m | Jonathan Nieder | 1 | -4/+61 |
2010-01-29 | Reword "detached HEAD" notification | Junio C Hamano | 1 | -10/+22 |
2010-01-17 | Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' | Junio C Hamano | 1 | -0/+57 |
2010-01-06 | checkout -m path: fix recreating conflicts | Junio C Hamano | 1 | -0/+57 |
2009-05-16 | test: checkout shouldn't say that HEAD has moved if it didn't | Nanako Shiraishi | 1 | -0/+8 |
2009-04-07 | Change double quotes to single quotes in message | Jari Aalto | 1 | -1/+1 |
2008-10-21 | Merge branch 'jc/maint-co-track' | Junio C Hamano | 1 | -6/+20 |
2008-10-19 | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 1 | -1/+1 |
2008-10-19 | demonstrate breakage of detached checkout with symbolic link HEAD | Junio C Hamano | 1 | -0/+12 |
2008-10-17 | Fix "checkout --track -b newbranch" on detached HEAD | Junio C Hamano | 1 | -6/+8 |
2008-09-29 | Merge branch 'jc/better-conflict-resolution' | Shawn O. Pearce | 1 | -2/+121 |
2008-09-21 | Merge branch 'db/maint-checkout-b' | Junio C Hamano | 1 | -0/+10 |
2008-09-21 | Check early that a new branch is new and valid | Daniel Barkalow | 1 | -0/+10 |
2008-09-10 | Merge branch 'jc/maint-checkout-fix' into maint | Junio C Hamano | 1 | -0/+22 |
2008-09-07 | Merge branch 'jc/maint-checkout-fix' | Junio C Hamano | 1 | -0/+22 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-09-03 | tests: use "git xyzzy" form (t7200 - t9001) | Nanako Shiraishi | 1 | -1/+1 |
2008-08-31 | checkout --conflict=<style>: recreate merge in a non-default style | Junio C Hamano | 1 | -46/+54 |
2008-08-30 | checkout -m: recreate merge when checking out of unmerged index | Junio C Hamano | 1 | -0/+63 |
2008-08-30 | checkout --ours/--theirs: allow checking out one side of a conflicting merge | Junio C Hamano | 1 | -0/+25 |
2008-08-30 | checkout -f: allow ignoring unmerged paths when checking out of the index | Junio C Hamano | 1 | -0/+23 |
2008-08-30 | checkout: do not check out unmerged higher stages randomly | Junio C Hamano | 1 | -0/+22 |
2008-08-22 | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 1 | -1/+22 |
2008-08-11 | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 1 | -0/+11 |
2008-07-23 | t3200,t7201: replace '!' with test_must_fail | Brandon Casey | 1 | -1/+1 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -9/+9 |
2008-02-27 | Merge branch 'js/branch-track' | Junio C Hamano | 1 | -0/+24 |
2008-02-27 | Merge branch 'db/checkout' | Junio C Hamano | 1 | -16/+43 |
2008-02-20 | checkout: work from a subdirectory | Junio C Hamano | 1 | -0/+34 |
2008-02-19 | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 1 | -0/+24 |
2008-02-16 | Build in checkout | Daniel Barkalow | 1 | -7/+0 |
2008-02-09 | Use diff -u instead of diff in t7201 | Daniel Barkalow | 1 | -9/+9 |
2008-02-04 | Test :/string form for checkout | Daniel Barkalow | 1 | -0/+16 |
2007-12-10 | Add more checkout tests | Daniel Barkalow | 1 | -3/+43 |
2007-11-04 | clean: require -f to do damage by default | Junio C Hamano | 1 | -6/+6 |
2007-06-08 | checkout: do not get confused with ambiguous tag/branch names | Junio C Hamano | 1 | -0/+40 |
2007-04-03 | checkout: allow detaching to HEAD even when switching to the tip of a branch | Junio C Hamano | 1 | -1/+62 |
2007-01-23 | git-checkout -m: fix merge case | Junio C Hamano | 1 | -1/+27 |
2007-01-16 | Use merge-recursive in git-checkout -m (branch switching) | Junio C Hamano | 1 | -8/+33 |
2006-09-27 | Allow git-checkout when on a non-existant branch. | Shawn Pearce | 1 | -0/+9 |
2006-06-28 | checkout -m: fix read-tree invocation | Junio C Hamano | 1 | -0/+72 |