Fix deletion and move of a hidden patch (gna bug #9244).
[stgit] / stgit / stack.py
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
2006-05-02 Yann DirsonCorrectly handle refs/patches on series rename
2006-05-02 Yann DirsonMake branch creation atomic
2006-05-02 Yann DirsonAdd a couple of safety checks to series creation
2006-03-31 Catalin MarinasAdd the '--undo' option to 'refresh'
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-03 Catalin MarinasAdd a merged upstream test for pull and push
2006-02-19 Karl Hasselstr\... [PATCH 2/2] Add 'stg uncommit' command
2006-02-17 Karl Hasselstr\ömUpdate .git/refs/heads/base after patch deletion
2006-02-13 Catalin MarinasAdd prune-safety to StGIT
2006-02-05 Catalin MarinasUse the GIT-specific environment as default
2006-02-04 Chuck LeverAdd an option to "stg branch" to convert the internal...
2006-02-04 Chuck LeverUse a separate directory for patches under each branch...
2006-01-23 Catalin MarinasAllow patch refreshing for some files only
2006-01-13 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-12 Catalin MarinasFix the clone command failure
2005-12-07 Chuck LeverAdd a "--clone" option to "stg branch"
2005-12-02 Chuck LeverFast-forwarding does a git.switch() even when it forwar...
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-17 Chuck LeverUsing delete_patch while deleting a branch is broken
2005-11-17 Chuck LeverClean up StGIT's "branch --delete" command
2005-11-15 Chuck LeverBetter error message when renaming patches to same...
2005-11-09 Chuck LeverGeneralize branch renaming
2005-11-04 Chuck LeverAdd a stack method for determining whether a branch...
2005-11-04 Chuck LeverReplace a variable that uses the same name as a built-in
2005-10-27 Catalin MarinasNotify when a patch was modified during a push operation
2005-10-27 Paolo \'Blaisorbla... Ask vim to avoid backup copies of .stgit.msg
2005-10-27 Paolo \'Blaisorbla... Parse /top.old with id and when requesting diffs
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 LeverAdd a stack method to delete a patch series
2005-10-05 Catalin MarinasAllow git.apply_patch() to take a base revision
2005-10-03 Catalin MarinasOptimise 'push' to use git-apply instead of git-read...
2005-09-27 Catalin MarinasAdd support for branch in the patch id
2005-09-21 Chuck Lever"stg series" on an un-inited branch gives weird error
2005-09-17 Paolo 'Blaisorblad... Implement fast-forward when only tree (but not
2005-09-17 Paolo 'Blaisorblad... Avoid allowing --undo if it doesn't change anything
2005-09-16 Catalin MarinasAllow 'import' to cherry-pick a commit object
2005-09-14 Catalin Marinas'export' will use patches-<branch> by default
2005-09-07 Chuck LeverSet stg's text editor in .stgitrc
2005-09-02 Paolo 'Blaisorblad... [PATCH] Allow fast-forward pushing.
2005-09-02 Paolo 'Blaisorblad... [PATCH] Really fix import --edit invoking editor twice
2005-09-02 Paolo 'Blaisorblad... [PATCH] Show patch content in description edit buffer
2005-08-24 Catalin MarinasFix push --undo to remove the local changes
next