| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -6/+6 |
* | Merge branch 'jc/merge-base' (early part) | Junio C Hamano | 2007-02-13 | 1 | -1/+1 |
|\ |
|
| * | Allow in_merge_bases() to take more than one reference commits. | Junio C Hamano | 2007-01-09 | 1 | -1/+1 |
* | | Merge branch 'master' into np/dreflog | Junio C Hamano | 2007-02-03 | 1 | -3/+9 |
|\ \ |
|
| * | | Assorted typo fixes | Pavel Roskin | 2007-02-03 | 1 | -1/+1 |
| * | | fix reflog entries for "git-branch" | Junio C Hamano | 2007-02-03 | 1 | -2/+8 |
* | | | add logref support to git-symbolic-ref | Nicolas Pitre | 2007-01-28 | 1 | -1/+2 |
|/ / |
|
* | | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 | 1 | -1/+0 |
* | | branch -f: no reason to forbid updating the current branch in a bare repo. | Junio C Hamano | 2007-01-20 | 1 | -1/+1 |
* | | Detached HEAD (experimental) | Junio C Hamano | 2007-01-08 | 1 | -7/+17 |
* | | git-branch: show detached HEAD | Lars Hjemli | 2007-01-08 | 1 | -7/+24 |
|/ |
|
* | Refactor print-functions in builtin-branch | Lars Hjemli | 2007-01-03 | 1 | -43/+40 |
* | Add documentation for git-branch's color configuration. | Brian Gernhardt | 2007-01-03 | 1 | -1/+1 |
* | Move in_merge_bases() to commit.c | Junio C Hamano | 2006-12-20 | 1 | -20/+1 |
* | Merge branch 'jc/branch-remove-remote' | Junio C Hamano | 2006-12-20 | 1 | -26/+62 |
|\ |
|
| * | git-branch -d: do not stop at the first failure. | Quy Tonthat | 2006-12-18 | 1 | -18/+39 |
| * | Teach git-branch to delete tracking branches with -r -d | Junio C Hamano | 2006-12-18 | 1 | -13/+28 |
* | | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'lh/branch-rename' | Junio C Hamano | 2006-12-13 | 1 | -1/+50 |
|\ |
|
| * | git-branch: let caller specify logmsg | Lars Hjemli | 2006-12-05 | 1 | -2/+6 |
| * | git-branch: add options and tests for branch renaming | Lars Hjemli | 2006-12-05 | 1 | -1/+46 |
* | | branch --color: change default color selection. | Junio C Hamano | 2006-12-13 | 1 | -2/+2 |
* | | Colourise git-branch output | Andy Parkins | 2006-12-12 | 1 | -5/+87 |
|/ |
|
* | git-branch -D: make it work even when on a yet-to-be-born branch | Junio C Hamano | 2006-11-24 | 1 | -4/+8 |
* | Add -v and --abbrev options to git-branch | Lars Hjemli | 2006-11-24 | 1 | -5/+43 |
* | Add support to git-branch to show local and remote branches | Andy Parkins | 2006-11-21 | 1 | -22/+81 |
* | Remove uneccessarily similar printf() from print_ref_list() in builtin-branch | Andy Parkins | 2006-11-02 | 1 | -3/+5 |
* | Make git-branch a builtin | Lars Hjemli | 2006-10-23 | 1 | -0/+219 |