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