summaryrefslogtreecommitdiffstats
path: root/branch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-09builtin/checkout: handle -B from detached HEAD correctlyTay Ray Chuan1-1/+1
2010-04-09Merge branch 'rc/maint-reflog-msg-for-forced-branch'Junio C Hamano1-1/+1
2010-01-18branch: warn and refuse to set a branch as a tracking branch of itself.Matthieu Moy1-2/+12
2010-01-18Add branch --set-upstreamIlari Liusvaara1-10/+21
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-2/+2
2009-03-22strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano1-4/+1
2009-03-22strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano1-6/+1
2009-03-22Rename interpret/substitute nth_last_branch functionsJunio C Hamano1-1/+1
2009-03-10Improve "git branch --tracking" outputJunio C Hamano1-6/+17
2009-03-03Make git-clone respect branch.autosetuprebaseJunio C Hamano1-16/+33
2009-02-13Teach the "@{-1} syntax to "git branch"Junio C Hamano1-5/+14
2008-10-21Merge branch 'jc/maint-co-track'Junio C Hamano1-1/+3
2008-10-17Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano1-1/+3
2008-10-03builtin-commit: use reduce_heads() only when appropriateMiklos Vajna1-0/+1
2008-07-13Move MERGE_RR from .git/rr-cache/ into .git/Johannes Schindelin1-1/+1
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings1-1/+21
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesJay Soffian1-20/+24
2008-02-09Move code to clean up after a branch change to branch.cDaniel Barkalow1-0/+8
2008-02-09Move create_branch into a library fileDaniel Barkalow1-0/+140