Have 'stg branch --create' record parent information.
[stgit] / stgit / commands / branch.py
2007-01-31 Yann DirsonHave 'stg branch --create' record parent information.
2006-05-18 Karl HasselströmHandle branch names with slashes
2006-05-18 Karl HasselströmDon't die when there are no branches
2006-05-02 Yann DirsonMake branch creation atomic
2006-05-02 Yann DirsonAdd a couple of safety checks to series creation
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-02-17 Catalin MarinasAllow tag objects to be passed on the command line
2006-02-04 Chuck LeverAdd an option to "stg branch" to convert the internal...
2005-12-08 Chuck LeverAdd a brief sentence to the documentation of the "stg...
2005-12-07 Chuck LeverAdd a "--clone" option to "stg branch"
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-30 Chuck LeverAlign branch descriptions in output of "stg branch -l"
2005-11-15 Chuck Leveruse "crt_series.get_branch()" instead of "git.get_head_...
2005-11-09 Catalin MarinasDifferent fixes for the branch command
2005-11-09 Chuck LeverGeneralize branch renaming
2005-11-04 Chuck LeverAdd a stack method for determining whether a branch...
2005-10-27 Chuck LeverMake listing branches more efficient
2005-10-27 Chuck LeverMake switching to the current branch a no-op
2005-10-17 Catalin MarinasFix the branch protect/unprotect message
2005-10-06 Chuck LeverAdd support for branch description files
2005-10-06 Chuck LeverAllow user to protect some branches against "stg pull"
2005-10-06 Chuck LeverRudimentary support for multiple development branches