chiark / gitweb /
Allow "branch --create" to be given a tag id
[stgit] / stgit / commands / branch.py
2007-11-02 Catalin MarinasAllow "branch --create" to be given a tag id
2007-10-08 Karl HasselströmDon't have a global crt_series in stgit.commans.common
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-09-22 Karl HasselströmDon't try to delete the branch twice
2007-09-22 Karl HasselströmDon't special-case the "master" branch during branch...
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-08-23 Karl HasselströmDon't touch ref files manually
2007-07-13 Yann DirsonRecognize refs under remotes/ as parent branch on stack...
2007-06-12 Yann DirsonUse get/set_name for a stack's name.
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmUpgrade old StGIT branches to new-format metadata
2007-04-10 Catalin MarinasAdd --description option to branch
2007-04-10 Yann DirsonStop advertising 'pull' as the only operation blocked...
2007-02-28 Yann DirsonAdd a Documentation directory inspired by the git one.
2007-02-05 Yann DirsonUse branch.*.stgit.parentbranch for authoritative paren...
2007-02-04 Pavel RoskinAssorted typos
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