summaryrefslogtreecommitdiffstats
path: root/branch.c
Commit message (Expand)AuthorAgeFilesLines
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-2/+2
* strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-221-4/+1
* strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-221-6/+1
* Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-221-1/+1
* Improve "git branch --tracking" outputJunio C Hamano2009-03-101-6/+17
* Make git-clone respect branch.autosetuprebaseJunio C Hamano2009-03-031-16/+33
* Teach the "@{-1} syntax to "git branch"Junio C Hamano2009-02-131-5/+14
* Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-1/+3
|\
| * Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano2008-10-171-1/+3
* | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-031-0/+1
|/
* Move MERGE_RR from .git/rr-cache/ into .git/Johannes Schindelin2008-07-131-1/+1
* Allow tracking branches to set up rebase by default.Dustin Sallings2008-05-111-1/+21
* branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-191-20/+24
* Move code to clean up after a branch change to branch.cDaniel Barkalow2008-02-091-0/+8
* Move create_branch into a library fileDaniel Barkalow2008-02-091-0/+140