chiark / gitweb /
Rename "stg assimilate" to "stg repair"
[stgit] / stgit / commands / common.py
2007-11-11 Karl HasselströmRename "stg assimilate" to "stg repair"
2007-10-08 Karl HasselströmDon't have a global crt_series in stgit.commans.common
2007-10-08 Karl HasselströmRefactor crt_series creation
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-10-07 Karl HasselströmRemove the --force flag to "stg rebase" and "stg pull"
2007-10-07 Karl HasselströmMake a common superclass for all StGit exceptions
2007-10-07 Karl HasselströmTeach "stg assimilate" to repair patch reachability
2007-09-28 Catalin MarinasFix the rebasing with an external command
2007-09-27 Catalin MarinasAllow the rebase command to be defined
2007-09-23 David KågedalSplit Series.push_patch in two
2007-09-14 Catalin MarinasAdd patch editing command
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 DirsonMake hidden patches visible to various commands (notabl...
2007-06-25 Yann DirsonRevert part of the reverted commit that we want to...
2007-06-15 Yann DirsonRevert 'Changed rebasing safety check to look for reach...
2007-06-12 Yann DirsonChanged rebasing safety check to look for reachability...
2007-05-21 Karl HasselströmRefactor message printing
2007-05-15 Karl HasselströmMake the "name" argument to "stg new" optional
2007-03-12 Catalin MarinasOnly check for upstream merges if not fast-forwarding
2007-02-21 Yann DirsonRefuse to pull/rebase when rendered unsafe by (un)commits.
2007-02-21 Yann DirsonKeep track of safe base changes.
2007-02-21 Yann DirsonMove stack-base querying into Series class.
2007-02-21 Yann DirsonFactorize rebasing behaviour.
2007-02-21 Catalin MarinasFix the alias check in the mail --bcc command
2007-01-31 Yann DirsonMake stgit.config use git-repo-config.
2007-01-10 Catalin MarinasAllow e-mail aliases for the "mail" command
2006-12-07 Catalin MarinasAdd the 'sync' command
2006-12-06 Catalin MarinasAllow patch ranges for the 'pop' command
2006-11-22 Catalin MarinasAdd a boundary to parse_patches()
2006-11-08 Catalin MarinasAdd mbox support to "import"
2006-11-07 Karl HasselströmGenerate unique patch names
2006-11-07 Karl HasselströmGenerate shorter patch names
2006-11-02 Ilpo JärvinenFixes "stg goto `stg top`" to no-op & adds test
2006-10-25 Karl HasselströmNew stg command: assimilate
2006-09-15 Catalin MarinasAdd patch history support
2006-09-10 Catalin MarinasAdd --keep option to pop
2006-08-11 Catalin MarinasUse the ".." syntax for patch ranges
2006-07-14 Catalin MarinasAutomatically generate patch names for uncommit
2006-07-05 Catalin MarinasGet the patch name from the description
2006-05-25 Catalin MarinasImplement the 'goto' command
2006-05-18 Karl HasselströmHandle branch names with slashes
2006-05-09 Catalin MarinasAllow configurable file extensions for merge conflicts
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-10 Sam Vilaincommon: parse 'email (name)' correctly
2006-03-03 Catalin MarinasAdd a merged upstream test for pull and push
2006-02-20 Catalin MarinasFix the e-mail address escaping
2006-02-17 Catalin MarinasAllow tag objects to be passed on the command line
2006-01-13 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-10 Pavel Roskinstgit: typo fixes
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-04 Chuck LeverReplace a variable that uses the same name as a built-in
2005-10-27 Chuck LeverGive the global "crt_series" variable a default value
2005-10-27 Paolo \'Blaisorbla... Parse /top.old with id and when requesting diffs
2005-10-06 Chuck LeverAllow print_crt_patch to work on other branches
2005-10-05 Catalin MarinasAdd a --reset option to resolved
2005-10-03 Catalin MarinasEscape the unusual characters in the name <email> strings
2005-09-27 Catalin MarinasAdd support for branch in the patch id
2005-09-27 Catalin MarinasAdd support for git-rev-parse
2005-09-16 Catalin MarinasAllow 'import' to cherry-pick a commit object
2005-08-23 Catalin MarinasOptimise the merge operation
2005-08-18 Catalin MarinasAdd the 'id' command
2005-07-27 Catalin MarinasAllow the GIT ids to be more flexible
2005-07-14 Catalin Marinascrt_series initialisation changed
2005-07-14 Catalin MarinasAdd "name <email>" parsing for simpler commands
2005-07-13 Catalin MarinasTrack git/stack exceptions when initialising crt_series
2005-07-12 Catalin MarinasSeparate the commands in stgit/commands/* files