summaryrefslogtreecommitdiff
path: root/branch.c
AgeCommit message (Expand)AuthorFilesLines
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