summaryrefslogtreecommitdiff
path: root/branch.c
AgeCommit message (Expand)Author
2010-01-19branch: warn and refuse to set a branch as a tracking branch of itself.Matthieu Moy
2010-01-19Add branch --set-upstreamIlari Liusvaara
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-03-23strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano
2009-03-23strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano
2009-03-23Rename interpret/substitute nth_last_branch functionsJunio C Hamano
2009-03-11Improve "git branch --tracking" outputJunio C Hamano
2009-03-04Make git-clone respect branch.autosetuprebaseJunio C Hamano
2009-02-14Teach the "@{-1} syntax to "git branch"Junio C Hamano
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-17Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano
2008-10-03builtin-commit: use reduce_heads() only when appropriateMiklos Vajna
2008-07-13Move MERGE_RR from .git/rr-cache/ into .git/Johannes Schindelin
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings
2008-02-20branch: optionally setup branch.*.merge from upstream local branchesJay Soffian
2008-02-10Move code to clean up after a branch change to branch.cDaniel Barkalow
2008-02-10Move create_branch into a library fileDaniel Barkalow