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