| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-19 | 1 | -1/+1 |
|\ |
|
| * | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-ref | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -1/+1 |
* | | Merge branch 'jn/maint-sequencer-fixes' | Junio C Hamano | 2011-12-19 | 1 | -2/+0 |
|\ \ |
|
| * | | Revert "reset: Make reset remove the sequencer state" | Jonathan Nieder | 2011-12-12 | 1 | -2/+0 |
* | | | Merge branch 'jn/branch-move-to-self' | Junio C Hamano | 2011-12-13 | 1 | -2/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Allow checkout -B <current-branch> to update the current branchjn/branch-move-to-self | Jonathan Nieder | 2011-11-28 | 1 | -2/+4 |
| |/ |
|
* | | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 2011-12-09 | 1 | -0/+31 |
|\ \
| |/
|/| |
|
| * | branch: add read_branch_desc() helper function | Junio C Hamano | 2011-10-05 | 1 | -0/+31 |
* | | revert: write REVERT_HEAD pseudoref during conflicted revert | Jonathan Nieder | 2011-11-22 | 1 | -0/+1 |
* | | Merge branch 'rr/revert-cherry-pick-continue' | Junio C Hamano | 2011-10-05 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | reset: Make reset remove the sequencer state | Ramkumar Ramachandra | 2011-08-08 | 1 | -0/+2 |
* | | Merge branch 'ci/forbid-unwanted-current-branch-update' | Junio C Hamano | 2011-09-16 | 1 | -9/+12 |
|\ \ |
|
| * | | branch --set-upstream: regression fix | Junio C Hamano | 2011-09-16 | 1 | -9/+12 |
* | | | Merge branch 'ci/forbid-unwanted-current-branch-update' | Junio C Hamano | 2011-08-28 | 1 | -10/+24 |
|\ \ \
| |/ / |
|
| * | | Show interpreted branch name in error messages | Conrad Irwin | 2011-08-22 | 1 | -1/+1 |
| * | | Prevent force-updating of the current branch | Conrad Irwin | 2011-08-22 | 1 | -10/+24 |
| |/ |
|
* | | branch.c: use the parsed branch name | Michael J Gruber | 2011-08-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jh/maint-do-not-track-non-branches' | Junio C Hamano | 2011-03-15 | 1 | -3/+8 |
|\ |
|
| * | branch/checkout --track: Ensure that upstream branch is indeed a branch | Johan Herland | 2011-02-16 | 1 | -3/+8 |
* | | Introduce CHERRY_PICK_HEAD | Jay Soffian | 2011-02-21 | 1 | -0/+1 |
|/ |
|
* | builtin/checkout: handle -B from detached HEAD correctly | Tay Ray Chuan | 2010-08-09 | 1 | -1/+1 |
* | Merge branch 'rc/maint-reflog-msg-for-forced-branch' | Junio C Hamano | 2010-04-09 | 1 | -1/+1 |
* | branch: warn and refuse to set a branch as a tracking branch of itself. | Matthieu Moy | 2010-01-18 | 1 | -2/+12 |
* | Add branch --set-upstream | Ilari Liusvaara | 2010-01-18 | 1 | -10/+21 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -2/+2 |
* | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 2009-03-22 | 1 | -4/+1 |
* | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 2009-03-22 | 1 | -6/+1 |
* | Rename interpret/substitute nth_last_branch functions | Junio C Hamano | 2009-03-22 | 1 | -1/+1 |
* | Improve "git branch --tracking" output | Junio C Hamano | 2009-03-10 | 1 | -6/+17 |
* | Make git-clone respect branch.autosetuprebase | Junio C Hamano | 2009-03-03 | 1 | -16/+33 |
* | Teach the "@{-1} syntax to "git branch" | Junio C Hamano | 2009-02-13 | 1 | -5/+14 |
* | Merge branch 'jc/maint-co-track' | Junio C Hamano | 2008-10-21 | 1 | -1/+3 |
|\ |
|
| * | Fix "checkout --track -b newbranch" on detached HEAD | Junio C Hamano | 2008-10-17 | 1 | -1/+3 |
* | | builtin-commit: use reduce_heads() only when appropriate | Miklos Vajna | 2008-10-03 | 1 | -0/+1 |
|/ |
|
* | Move MERGE_RR from .git/rr-cache/ into .git/ | Johannes Schindelin | 2008-07-13 | 1 | -1/+1 |
* | Allow tracking branches to set up rebase by default. | Dustin Sallings | 2008-05-11 | 1 | -1/+21 |
* | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 | 1 | -20/+24 |
* | Move code to clean up after a branch change to branch.c | Daniel Barkalow | 2008-02-09 | 1 | -0/+8 |
* | Move create_branch into a library file | Daniel Barkalow | 2008-02-09 | 1 | -0/+140 |