summaryrefslogtreecommitdiff
path: root/builtin-branch.c
Commit message (Expand)AuthorAgeFilesLines
* branch: fix segfault when resolving an invalid HEADJonas Fonseca2007-05-201-1/+2
* Make builtin-branch.c handle the git config fileLars Hjemli2007-04-061-0/+6
* git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini2007-03-161-14/+25
* Fix broken create_branch() in builtin-branch.Junio C Hamano2007-03-101-14/+17
* git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-101-8/+132
* General const correctness fixesShawn O. Pearce2007-03-071-1/+2
* git-branch: improve abbreviation of sha1s in verbose modeJulian Phillips2007-03-021-2/+10
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-6/+6
* Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-131-1/+1
|\
| * Allow in_merge_bases() to take more than one reference commits.Junio C Hamano2007-01-091-1/+1
* | Merge branch 'master' into np/dreflogJunio C Hamano2007-02-031-3/+9
|\ \
| * | Assorted typo fixesPavel Roskin2007-02-031-1/+1
| * | fix reflog entries for "git-branch"Junio C Hamano2007-02-031-2/+8
* | | add logref support to git-symbolic-refNicolas Pitre2007-01-281-1/+2
|/ /
* | Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* | branch -f: no reason to forbid updating the current branch in a bare repo.Junio C Hamano2007-01-201-1/+1
* | Detached HEAD (experimental)Junio C Hamano2007-01-081-7/+17
* | git-branch: show detached HEADLars Hjemli2007-01-081-7/+24
|/
* Refactor print-functions in builtin-branchLars Hjemli2007-01-031-43/+40
* Add documentation for git-branch's color configuration.Brian Gernhardt2007-01-031-1/+1
* Move in_merge_bases() to commit.cJunio C Hamano2006-12-201-20/+1
* Merge branch 'jc/branch-remove-remote'Junio C Hamano2006-12-201-26/+62
|\
| * git-branch -d: do not stop at the first failure.Quy Tonthat2006-12-181-18/+39
| * Teach git-branch to delete tracking branches with -r -dJunio C Hamano2006-12-181-13/+28
* | simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+1
|/
* Merge branch 'lh/branch-rename'Junio C Hamano2006-12-131-1/+50
|\
| * git-branch: let caller specify logmsgLars Hjemli2006-12-051-2/+6
| * git-branch: add options and tests for branch renamingLars Hjemli2006-12-051-1/+46
* | branch --color: change default color selection.Junio C Hamano2006-12-131-2/+2
* | Colourise git-branch outputAndy Parkins2006-12-121-5/+87
|/
* git-branch -D: make it work even when on a yet-to-be-born branchJunio C Hamano2006-11-241-4/+8
* Add -v and --abbrev options to git-branchLars Hjemli2006-11-241-5/+43
* Add support to git-branch to show local and remote branchesAndy Parkins2006-11-211-22/+81
* Remove uneccessarily similar printf() from print_ref_list() in builtin-branchAndy Parkins2006-11-021-3/+5
* Make git-branch a builtinLars Hjemli2006-10-231-0/+219