Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to clean up after a branch change to branch.c | Daniel Barkalow | 2008-02-09 | 1 | -0/+8 |
| | | | | Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> | ||||
* | Move create_branch into a library file | Daniel Barkalow | 2008-02-09 | 1 | -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> |