chiark / gitweb /
Keep the patch log when import --replace deletes patches
[stgit] / stgit / stack.py
2007-11-27 Catalin MarinasKeep the patch log when import --replace deletes patches
2007-11-14 Catalin MarinasExecute the 'git ...' rather than 'git-...'
2007-11-02 Catalin MarinasAllow "branch --create" to be given a tag id
2007-10-17 Catalin Marinas"stg pop --keep" fails because of git-apply --index...
2007-10-17 Catalin MarinasFix assertion in patch creation
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ömAdd --ack/--sign options to "stg new"
2007-10-07 Karl HasselströmTeach "stg assimilate" to repair patch reachability
2007-09-26 Karl HasselströmMake Run available in stack.py
2007-09-23 David KågedalRefactor Series.new_patch
2007-09-23 David KågedalClear up the semantics of Series.new_patch
2007-09-23 David KågedalAdd a 'bottom' parameter to Series.refresh_patch and...
2007-09-23 David KågedalClean up Series.refresh_patch
2007-09-23 David KågedalRefactor Series.push_patch
2007-09-23 David KågedalRemove dead code from push_empty_patch
2007-09-23 David KågedalSplit Series.push_patch in two
2007-09-22 Karl HasselströmProperly remove all config for a deleted branch
2007-09-14 Catalin MarinasAdd patch editing command
2007-09-11 Karl HasselströmAdd shortlog of patch series to cover mail
2007-09-11 Karl HasselströmAdd --sign and --ack options to "stg import"
2007-08-31 Pavel RoskinFix refresh -es
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-08-26 Karl HasselströmReplace "git repo-config" with "git config" in help...
2007-08-26 Karl HasselströmDon't write None to the conf file
2007-08-23 Karl HasselströmDon't touch ref files manually
2007-08-21 Karl HasselströmMake use of the get_patch() utility function
2007-08-20 Karl HasselströmRename all config sections of a branch
2007-07-17 Catalin MarinasModify the assertion in Series.new_patch
2007-07-17 Catalin MarinasAllow refresh --annotate to replace the top log entry
2007-07-16 Catalin MarinasDo not call 'refresh' when creating a patch (bug #8872)
2007-07-16 Catalin MarinasAllow 'refresh' to annotate the patch log entries
2007-07-13 Yann DirsonAdd a constructor to PatchSet.
2007-06-15 Yann DirsonRevert 'Changed rebasing safety check to look for reach...
2007-06-12 Yann DirsonRename branch.*.stgitformatversion to branch.*.stgit...
2007-06-12 Yann DirsonMove stack format-version checks into Stack class.
2007-06-12 Yann DirsonAbstract a PatchSet object out of Series.
2007-06-12 Yann DirsonUse get/set_name for a stack's name.
2007-06-12 Yann DirsonChanged rebasing safety check to look for reachability...
2007-06-08 Catalin MarinasFactor out common functionality into the utils.py file
2007-06-08 Catalin MarinasFix the hidden patches functionality (bug #9077)
2007-06-07 Yann DirsonFix removal of series to nuke the formatversion config...
2007-06-07 Yann DirsonFix removal of series with non-existant trash dir.
2007-06-04 Yann DirsonFix deletion and move of a hidden patch (gna bug #9244).
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmUpgrade old StGIT branches to new-format metadata
2007-05-15 Karl HasselströmRemove obsolete files when deleting a branch
2007-05-15 Karl HasselströmStore branch description in the config file
2007-05-15 Karl HasselströmMake the "name" argument to "stg new" optional
2007-05-15 Yann DirsonStop recording branch.*.remote to '.' for local parents.
2007-05-15 Catalin MarinasFix typo in the patchlogs copying code
2007-05-14 Karl HasselströmFix popping on non-active branches
2007-05-14 Karl HasselströmDon't use patches/<branch>/current
2007-05-14 Yann DirsonCopy patchlogs when cloning a stack or picking a patch.
2007-05-14 Roland DreierFix deleting series trash directory
2007-05-14 Karl HasselströmDon't use refs/bases/<branchname>
2007-04-17 Catalin MarinasFailed recursive merging can silently lose date in...
2007-03-16 Yann DirsonCleanup parent information on stgit branch deletion.
2007-03-16 Yann DirsonCopy parentbranch setting on 'stg branch --clone'.
2007-03-16 Yann DirsonMake use exception raised by removedirs.
2007-03-16 Yann DirsonFix diagnostic messages on patch deletion and simplify...
2007-03-16 Yann DirsonFix stack deletion when orig-base is present.
2007-03-16 Robin RosenbergAdd an empty line before signed-off-by
2007-02-28 Yann DirsonFactorize editor handling.
2007-02-23 Catalin MarinasAdd --branch option to 'patches'
2007-02-21 Yann DirsonKeep track of safe base changes.
2007-02-21 Yann DirsonVarious cleanups for clarity.
2007-02-21 Yann DirsonMove stack-base querying into Series class.
2007-02-05 Yann DirsonUse branch.*.stgit.parentbranch for authoritative paren...
2007-02-05 Pavel RoskinAdd missing spaces in warnings about default remote
2007-02-04 Pavel RoskinAssorted typos
2007-02-04 Pavel RoskinCopy remote and merge settings when cloning a branch
2007-02-04 Pavel RoskinRename branch section in config when the branch is...
2007-02-03 Yann DirsonWarn the user when there is no parent information in...
2007-02-02 Yann DirsonDo not return 'origin' as parent remote when there...
2007-02-02 Catalin MarinasCheck for invalid patch names before acting
2007-01-31 Yann DirsonBasic support for keeping a ref to the parent branch.
2007-01-31 Yann DirsonMove identification of parent branch's remote def up...
2007-01-31 Yann DirsonMake stgit.config use git-repo-config.
2007-01-26 Catalin MarinasAdd support to hide and unhide patches
2007-01-12 Catalin MarinasTrack the files conflict history
2006-12-08 Catalin MarinasDon't always use git-merge-recursive because of speed
2006-12-07 Catalin MarinasAdd the 'sync' command
2006-12-06 Catalin MarinasAllow patch ranges for the 'pop' command
2006-12-05 Catalin MarinasAllow the cloning of branches not under StGIT control
2006-12-05 Yann DirsonCreate a StgitObject class to factorise code for proper...
2006-12-05 Karl HasselströmAsk git for author and committer name
2006-11-24 Yann DirsonMake Series::patch_applied public.
2006-11-08 Catalin MarinasAdd mbox support to "import"
2006-11-08 Catalin MarinasAdd a trash directory with deleted patches
2006-10-25 Karl HasselströmNew stg command: assimilate
2006-10-17 Catalin MarinasFix the preserving of the local changes during pop
2006-10-16 Catalin MarinasAdd --sign and --ack options to refresh
2006-09-15 Catalin MarinasAdd patch history support
2006-09-10 Catalin MarinasAdd --keep option to pop
2006-08-11 Catalin MarinasSet the .txt extension to the StGIT commit message...
2006-07-10 Catalin MarinasAdd a common function for reading template files
2006-06-11 Catalin MarinasGenerate an empty commit for the newly created patches
2006-05-18 Karl HasselströmHandle branch names with slashes
2006-05-08 Catalin MarinasFix git.reset() to remove the added files
next