summaryrefslogtreecommitdiff
path: root/branch.c
Commit message (Collapse)AuthorAgeFilesLines
* Move code to clean up after a branch change to branch.cDaniel Barkalow2008-02-091-0/+8
| | | | Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
* Move create_branch into a library fileDaniel Barkalow2008-02-091-0/+140
You can also create branches, in exactly the same way, with checkout -b. This introduces branch.{c,h} library files for doing porcelain-level operations on branches (such as creating them with their appropriate default configuration). Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>